Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update istio to v1.20.3 #163

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/istio/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ components:
charts:
- name: base
url: https://istio-release.storage.googleapis.com/charts
version: 1.20.2
version: 1.20.3
namespace: istio-system
- name: istiod
url: https://istio-release.storage.googleapis.com/charts
version: 1.20.2
version: 1.20.3
namespace: istio-system
valuesFiles:
- "../values/values.yaml"
Expand Down
6 changes: 3 additions & 3 deletions src/istio/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pilot:
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.20.2-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.20.3-tetratefips-v0
global:
proxy_init:
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.20.2-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.20.3-tetratefips-v0
proxy:
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.20.2-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.20.3-tetratefips-v0
6 changes: 3 additions & 3 deletions src/istio/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pilot:
image: "docker.io/istio/pilot:1.20.2-distroless"
image: "docker.io/istio/pilot:1.20.3-distroless"
global:
proxy_init:
image: "docker.io/istio/proxyv2:1.20.2-distroless"
image: "docker.io/istio/proxyv2:1.20.3-distroless"
proxy:
image: "docker.io/istio/proxyv2:1.20.2-distroless"
image: "docker.io/istio/proxyv2:1.20.3-distroless"
14 changes: 7 additions & 7 deletions src/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ components:
valuesFiles:
- "values/upstream-values.yaml"
images:
- "docker.io/istio/pilot:1.20.2-distroless"
- "docker.io/istio/proxyv2:1.20.2-distroless"
- "docker.io/istio/pilot:1.20.3-distroless"
- "docker.io/istio/proxyv2:1.20.3-distroless"

- name: istio-controlplane
required: true
Expand All @@ -40,15 +40,15 @@ components:
valuesFiles:
- "values/registry1-values.yaml"
images:
- registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.20.2-tetratefips-v0
- registry1.dso.mil/ironbank/tetrate/istio/pilot:1.20.2-tetratefips-v0
- registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.20.3-tetratefips-v0
- registry1.dso.mil/ironbank/tetrate/istio/pilot:1.20.3-tetratefips-v0

- name: istio-admin-gateway
required: true
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.20.2
version: 1.20.3
releaseName: admin-ingressgateway
namespace: istio-admin-gateway
- name: uds-istio-config
Expand All @@ -63,7 +63,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.20.2
version: 1.20.3
releaseName: tenant-ingressgateway
namespace: istio-tenant-gateway
- name: uds-istio-config
Expand All @@ -78,7 +78,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.20.2
version: 1.20.3
releaseName: passthrough-ingressgateway
namespace: istio-passthrough-gateway
- name: uds-istio-config
Expand Down
Loading