From db081fa41c0db6557c3b66bbfa0b5064dc7226e3 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Fri, 19 Jul 2024 08:42:02 -0600 Subject: [PATCH] fix: unicorn flavor proxy image reference (#590) ## Description Makes the same change as https://github.com/defenseunicorns/uds-core/pull/513 for the `unicorn` flavor. ## Related Issue Related to https://github.com/defenseunicorns/uds-core/pull/513 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed --- src/istio/values/unicorn-values.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/istio/values/unicorn-values.yaml b/src/istio/values/unicorn-values.yaml index 2a19c8327..02dc5d6f7 100644 --- a/src/istio/values/unicorn-values.yaml +++ b/src/istio/values/unicorn-values.yaml @@ -1,7 +1,9 @@ pilot: - image: cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.22.2 + image: "cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.22.2" global: proxy_init: - image: cgr.dev/du-uds-defenseunicorns/istio-proxy-fips:1.22.2 + # renovate: image=cgr.dev/du-uds-defenseunicorns/istio-proxy-fips + image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.22.2" proxy: - image: cgr.dev/du-uds-defenseunicorns/istio-proxy-fips:1.22.2 + # renovate: image=cgr.dev/du-uds-defenseunicorns/istio-proxy-fips + image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.22.2"