zarf.yaml
1 # Copyright 2024 Defense Unicorns 2 # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial 3 4 kind: ZarfPackageConfig 5 metadata: 6 # @lulaStart dd88d780-5e5f-49dd-9104-3a92d33a190c 7 name: uds-core-authservice 8 # @lulaEnd dd88d780-5e5f-49dd-9104-3a92d33a190c 9 description: "UDS Core Authservice" 10 url: https://github.com/istio-ecosystem/authservice 11 12 components: 13 - name: authservice 14 required: true 15 only: 16 flavor: upstream 17 import: 18 path: common 19 charts: 20 - name: authservice 21 valuesFiles: 22 - values/upstream-values.yaml 23 images: 24 - ghcr.io/istio-ecosystem/authservice/authservice:1.1.5 25 26 - name: authservice 27 required: true 28 only: 29 flavor: registry1 30 import: 31 path: common 32 charts: 33 - name: authservice 34 valuesFiles: 35 - values/registry1-values.yaml 36 images: 37 - registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.1.5-fips 38 39 - name: authservice 40 required: true 41 only: 42 flavor: unicorn 43 import: 44 path: common 45 charts: 46 - name: authservice 47 valuesFiles: 48 - values/unicorn-values.yaml 49 images: 50 - quay.io/rfcurated/istio-ecosystem/authservice:1.1.5-jammy-scratch-fips-rfcurated