diff --git a/src/istio/common/zarf.yaml b/src/istio/common/zarf.yaml index b54fde525..76e8c1e54 100644 --- a/src/istio/common/zarf.yaml +++ b/src/istio/common/zarf.yaml @@ -10,11 +10,11 @@ components: charts: - name: base url: https://istio-release.storage.googleapis.com/charts - version: 1.23.0 + version: 1.23.1 namespace: istio-system - name: istiod url: https://istio-release.storage.googleapis.com/charts - version: 1.23.0 + version: 1.23.1 namespace: istio-system valuesFiles: - "../values/values.yaml" diff --git a/src/istio/values/unicorn-values.yaml b/src/istio/values/unicorn-values.yaml index 03511e2f8..dea8fc46d 100644 --- a/src/istio/values/unicorn-values.yaml +++ b/src/istio/values/unicorn-values.yaml @@ -1,5 +1,5 @@ pilot: - image: "cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.23.0" + image: "cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.23.1" global: proxy_init: # renovate: image=cgr.dev/du-uds-defenseunicorns/istio-proxy-fips diff --git a/src/istio/values/upstream-values.yaml b/src/istio/values/upstream-values.yaml index 89d108971..262c70d4e 100644 --- a/src/istio/values/upstream-values.yaml +++ b/src/istio/values/upstream-values.yaml @@ -1,9 +1,9 @@ pilot: - image: "docker.io/istio/pilot:1.23.0-distroless" + image: "docker.io/istio/pilot:1.23.1-distroless" global: proxy_init: # renovate: image=docker.io/istio/proxyv2 - image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.0-distroless" + image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.1-distroless" proxy: # renovate: image=docker.io/istio/proxyv2 - image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.0-distroless" + image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.1-distroless" diff --git a/src/istio/zarf.yaml b/src/istio/zarf.yaml index 048cb1748..2d4fb5e5f 100644 --- a/src/istio/zarf.yaml +++ b/src/istio/zarf.yaml @@ -21,8 +21,8 @@ components: valuesFiles: - "values/upstream-values.yaml" images: - - "docker.io/istio/pilot:1.23.0-distroless" - - "docker.io/istio/proxyv2:1.23.0-distroless" + - "docker.io/istio/pilot:1.23.1-distroless" + - "docker.io/istio/proxyv2:1.23.1-distroless" - name: istio-controlplane required: true @@ -49,7 +49,7 @@ components: valuesFiles: - "values/unicorn-values.yaml" images: - - cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.23.0 + - cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.23.1 - cgr.dev/du-uds-defenseunicorns/istio-proxy-fips:1.23.0 - name: istio-admin-gateway @@ -57,7 +57,7 @@ components: charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.23.0 + version: 1.23.1 releaseName: admin-ingressgateway namespace: istio-admin-gateway - name: uds-istio-config @@ -72,7 +72,7 @@ components: charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.23.0 + version: 1.23.1 releaseName: tenant-ingressgateway namespace: istio-tenant-gateway - name: uds-istio-config @@ -87,7 +87,7 @@ components: charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.23.0 + version: 1.23.1 releaseName: passthrough-ingressgateway namespace: istio-passthrough-gateway - name: uds-istio-config