Skip to content

Commit

Permalink
fix: unicorn flavor proxy image reference (#590)
Browse files Browse the repository at this point in the history
## Description

Makes the same change as
#513 for the `unicorn`
flavor.
## Related Issue

Related to #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
  • Loading branch information
mjnagel authored Jul 19, 2024
1 parent 5a6b9ef commit db081fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/istio/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit db081fa

Please sign in to comment.