Skip to content

Commit

Permalink
chore(deps): update istio to v1.24.2
Browse files Browse the repository at this point in the history
| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| helm       | base                    | 1.24.1 | 1.24.2 |
| docker     | docker.io/istio/proxyv2 | 1.24.1 | 1.24.2 |
| helm       | gateway                 | 1.24.1 | 1.24.2 |
| helm       | istiod                  | 1.24.1 | 1.24.2 |
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 4853969 commit f343592
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.24.1
version: 1.24.2
namespace: istio-system
- name: istiod
url: https://istio-release.storage.googleapis.com/charts
version: 1.24.1
version: 1.24.2
namespace: istio-system
valuesFiles:
- "../values/values.yaml"
Expand Down
4 changes: 2 additions & 2 deletions src/istio/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pilot:
global:
proxy_init:
# renovate: image=docker.io/istio/proxyv2
image: "###ZARF_REGISTRY###/istio/proxyv2:1.24.1-distroless"
image: "###ZARF_REGISTRY###/istio/proxyv2:1.24.2-distroless"
proxy:
# renovate: image=docker.io/istio/proxyv2
image: "###ZARF_REGISTRY###/istio/proxyv2:1.24.1-distroless"
image: "###ZARF_REGISTRY###/istio/proxyv2:1.24.2-distroless"
8 changes: 4 additions & 4 deletions src/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components:
- "values/upstream-values.yaml"
images:
- "docker.io/istio/pilot:1.24.1-distroless"
- "docker.io/istio/proxyv2:1.24.1-distroless"
- "docker.io/istio/proxyv2:1.24.2-distroless"

- name: istio-controlplane
required: true
Expand Down Expand Up @@ -63,7 +63,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.24.1
version: 1.24.2
releaseName: admin-ingressgateway
namespace: istio-admin-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.24.1
version: 1.24.2
releaseName: tenant-ingressgateway
namespace: istio-tenant-gateway
- name: uds-istio-config
Expand All @@ -93,7 +93,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.24.1
version: 1.24.2
releaseName: passthrough-ingressgateway
namespace: istio-passthrough-gateway
- name: uds-istio-config
Expand Down

0 comments on commit f343592

Please sign in to comment.