From 216ae80efaf807c4a524abfc5b9a83113e3171f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:46:02 +0000 Subject: [PATCH] chore(deps): update istio to v1.23.0 | datasource | package | from | to | | ---------- | ------------------------------------------------ | ------ | ------ | | helm | base | 1.22.3 | 1.23.0 | | docker | cgr.dev/du-uds-defenseunicorns/istio-pilot-fips | 1.22.3 | 1.23.0 | | docker | cgr.dev/du-uds-defenseunicorns/istio-proxy-fips | 1.22.3 | 1.23.0 | | docker | docker.io/istio/pilot | 1.22.3 | 1.23.0 | | docker | docker.io/istio/proxyv2 | 1.22.3 | 1.23.0 | | helm | gateway | 1.22.3 | 1.23.0 | | helm | istiod | 1.22.3 | 1.23.0 | | docker | registry1.dso.mil/ironbank/tetrate/istio/pilot | 1.22.3 | 1.23.0 | | docker | registry1.dso.mil/ironbank/tetrate/istio/proxyv2 | 1.22.3 | 1.23.0 | --- src/istio/common/zarf.yaml | 4 ++-- src/istio/values/registry1-values.yaml | 6 +++--- src/istio/values/unicorn-values.yaml | 6 +++--- src/istio/values/upstream-values.yaml | 6 +++--- src/istio/zarf.yaml | 18 +++++++++--------- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/istio/common/zarf.yaml b/src/istio/common/zarf.yaml index 55417693b..b54fde525 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.22.3 + version: 1.23.0 namespace: istio-system - name: istiod url: https://istio-release.storage.googleapis.com/charts - version: 1.22.3 + version: 1.23.0 namespace: istio-system valuesFiles: - "../values/values.yaml" diff --git a/src/istio/values/registry1-values.yaml b/src/istio/values/registry1-values.yaml index 83eb42e3f..a563a84d4 100644 --- a/src/istio/values/registry1-values.yaml +++ b/src/istio/values/registry1-values.yaml @@ -1,9 +1,9 @@ pilot: - image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.3-tetratefips-v0 + image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.23.0-tetratefips-v0 global: proxy_init: # renovate: image=registry1.dso.mil/ironbank/tetrate/istio/proxyv2 - image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.22.3-tetratefips-v0" + image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.23.0-tetratefips-v0" proxy: # renovate: image=registry1.dso.mil/ironbank/tetrate/istio/proxyv2 - image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.22.3-tetratefips-v0" + image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.23.0-tetratefips-v0" diff --git a/src/istio/values/unicorn-values.yaml b/src/istio/values/unicorn-values.yaml index 9847c8f04..03511e2f8 100644 --- a/src/istio/values/unicorn-values.yaml +++ b/src/istio/values/unicorn-values.yaml @@ -1,9 +1,9 @@ pilot: - image: "cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.22.3" + image: "cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.23.0" global: proxy_init: # renovate: image=cgr.dev/du-uds-defenseunicorns/istio-proxy-fips - image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.22.3" + image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.23.0" proxy: # renovate: image=cgr.dev/du-uds-defenseunicorns/istio-proxy-fips - image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.22.3" + image: "###ZARF_REGISTRY###/du-uds-defenseunicorns/istio-proxy-fips:1.23.0" diff --git a/src/istio/values/upstream-values.yaml b/src/istio/values/upstream-values.yaml index 86002bfa3..89d108971 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.22.3-distroless" + image: "docker.io/istio/pilot:1.23.0-distroless" global: proxy_init: # renovate: image=docker.io/istio/proxyv2 - image: "###ZARF_REGISTRY###/istio/proxyv2:1.22.3-distroless" + image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.0-distroless" proxy: # renovate: image=docker.io/istio/proxyv2 - image: "###ZARF_REGISTRY###/istio/proxyv2:1.22.3-distroless" + image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.0-distroless" diff --git a/src/istio/zarf.yaml b/src/istio/zarf.yaml index 9ae317783..048cb1748 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.22.3-distroless" - - "docker.io/istio/proxyv2:1.22.3-distroless" + - "docker.io/istio/pilot:1.23.0-distroless" + - "docker.io/istio/proxyv2:1.23.0-distroless" - name: istio-controlplane required: true @@ -35,8 +35,8 @@ components: valuesFiles: - "values/registry1-values.yaml" images: - - registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.22.3-tetratefips-v0 - - registry1.dso.mil/ironbank/tetrate/istio/pilot:1.22.3-tetratefips-v0 + - registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.23.0-tetratefips-v0 + - registry1.dso.mil/ironbank/tetrate/istio/pilot:1.23.0-tetratefips-v0 - name: istio-controlplane required: true @@ -49,15 +49,15 @@ components: valuesFiles: - "values/unicorn-values.yaml" images: - - cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.22.3 - - cgr.dev/du-uds-defenseunicorns/istio-proxy-fips:1.22.3 + - cgr.dev/du-uds-defenseunicorns/istio-pilot-fips:1.23.0 + - cgr.dev/du-uds-defenseunicorns/istio-proxy-fips:1.23.0 - name: istio-admin-gateway required: true charts: - name: gateway url: https://istio-release.storage.googleapis.com/charts - version: 1.22.3 + version: 1.23.0 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.22.3 + version: 1.23.0 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.22.3 + version: 1.23.0 releaseName: passthrough-ingressgateway namespace: istio-passthrough-gateway - name: uds-istio-config