Skip to content

Commit

Permalink
chore(deps): update istio to v1.23.3
Browse files Browse the repository at this point in the history
| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| helm       | base                    | 1.23.2 | 1.23.3 |
| docker     | docker.io/istio/pilot   | 1.23.2 | 1.23.3 |
| docker     | docker.io/istio/proxyv2 | 1.23.2 | 1.23.3 |
| helm       | gateway                 | 1.23.2 | 1.23.3 |
| helm       | istiod                  | 1.23.2 | 1.23.3 |
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent c6f6664 commit 3359de0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/istio/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ components:
charts:
- name: base
url: https://istio-release.storage.googleapis.com/charts
version: 1.23.2
version: 1.23.3
namespace: istio-system
- name: istiod
url: https://istio-release.storage.googleapis.com/charts
version: 1.23.2
version: 1.23.3
namespace: istio-system
valuesFiles:
- "../values/values.yaml"
Expand Down
6 changes: 3 additions & 3 deletions src/istio/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

pilot:
image: "docker.io/istio/pilot:1.23.2-distroless"
image: "docker.io/istio/pilot:1.23.3-distroless"
global:
proxy_init:
# renovate: image=docker.io/istio/proxyv2
image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.2-distroless"
image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.3-distroless"
proxy:
# renovate: image=docker.io/istio/proxyv2
image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.2-distroless"
image: "###ZARF_REGISTRY###/istio/proxyv2:1.23.3-distroless"
10 changes: 5 additions & 5 deletions src/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ components:
valuesFiles:
- "values/upstream-values.yaml"
images:
- "docker.io/istio/pilot:1.23.2-distroless"
- "docker.io/istio/proxyv2:1.23.2-distroless"
- "docker.io/istio/pilot:1.23.3-distroless"
- "docker.io/istio/proxyv2:1.23.3-distroless"

- name: istio-controlplane
required: true
Expand Down Expand Up @@ -60,7 +60,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.23.2
version: 1.23.3
releaseName: admin-ingressgateway
namespace: istio-admin-gateway
- name: uds-istio-config
Expand All @@ -75,7 +75,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.23.2
version: 1.23.3
releaseName: tenant-ingressgateway
namespace: istio-tenant-gateway
- name: uds-istio-config
Expand All @@ -90,7 +90,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.23.2
version: 1.23.3
releaseName: passthrough-ingressgateway
namespace: istio-passthrough-gateway
- name: uds-istio-config
Expand Down

0 comments on commit 3359de0

Please sign in to comment.