Skip to content

Commit 8921b58

Browse files
Racer159mjnagel
andauthored
feat: allow istio proxy injection in zarf ignored namespaces (#513)
## Description This allows the istio image to always be pulled from Zarf even in ignored namespaces. ## Related Issue Fixes #N/A ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] 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 Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request) followed --------- Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
1 parent 1513768 commit 8921b58

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/istio/values/registry1-values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ pilot:
22
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.2-tetratefips-v0
33
global:
44
proxy_init:
5-
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.2-tetratefips-v0
5+
# renovate: image=registry1.dso.mil/ironbank/tetrate/istio/proxyv2
6+
image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.22.2-tetratefips-v0"
67
proxy:
7-
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.2-tetratefips-v0
8+
# renovate: image=registry1.dso.mil/ironbank/tetrate/istio/proxyv2
9+
image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.22.2-tetratefips-v0"

src/istio/values/upstream-values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ pilot:
22
image: "docker.io/istio/pilot:1.22.2-distroless"
33
global:
44
proxy_init:
5-
image: "docker.io/istio/proxyv2:1.22.2-distroless"
5+
# renovate: image=docker.io/istio/proxyv2
6+
image: "###ZARF_REGISTRY###/istio/proxyv2:1.22.2-distroless"
67
proxy:
7-
image: "docker.io/istio/proxyv2:1.22.2-distroless"
8+
# renovate: image=docker.io/istio/proxyv2
9+
image: "###ZARF_REGISTRY###/istio/proxyv2:1.22.2-distroless"

0 commit comments

Comments
 (0)