Skip to content
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
8 changes: 4 additions & 4 deletions src/istio/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ components:
required: true
charts:
- name: base
namespace: istio-system
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
- name: istiod
version: 1.20.2
namespace: istio-system
- name: istiod
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
version: 1.20.2
namespace: istio-system
valuesFiles:
- "../values/values.yaml"
manifests:
Expand Down
4 changes: 2 additions & 2 deletions src/istio/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pilot:
hub: "registry1.dso.mil/ironbank/tetrate/istio"
tag: "1.19.3-tetratefips-v0"
tag: "1.20.2-tetratefips-v0"
image: pilot
global:
# #variant: distroless
hub: "registry1.dso.mil/ironbank/tetrate/istio"
tag: "1.19.3-tetratefips-v0"
tag: "1.20.2-tetratefips-v0"
proxy_init:
# Base name for the proxy_init container, used to configure iptables.
image: proxyv2
Expand Down
4 changes: 2 additions & 2 deletions src/istio/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pilot:
hub: "docker.io/istio"
tag: "1.19.3-distroless"
tag: "1.20.2-distroless"
image: pilot
global:
# #variant: distroless
hub: "docker.io/istio"
tag: "1.19.3-distroless"
tag: "1.20.2-distroless"
proxy_init:
# Base name for the proxy_init container, used to configure iptables.
image: proxyv2
Expand Down
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.19.3-distroless"
- "docker.io/istio/proxyv2:1.19.3-distroless"
- "docker.io/istio/pilot:1.20.2-distroless"
- "docker.io/istio/proxyv2:1.20.2-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.19.3-tetratefips-v0
- registry1.dso.mil/ironbank/tetrate/istio/pilot:1.19.3-tetratefips-v0
- registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.20.2-tetratefips-v0
- registry1.dso.mil/ironbank/tetrate/istio/pilot:1.20.2-tetratefips-v0

- name: istio-admin-gateway
required: true
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
version: 1.20.2
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.19.3
version: 1.20.2
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.19.3
version: 1.20.2
releaseName: passthrough-ingressgateway
namespace: istio-passthrough-gateway
- name: uds-istio-config
Expand Down