Skip to content

Commit

Permalink
chore(deps): update istio to v1.23.1
Browse files Browse the repository at this point in the history
| datasource | package                                         | from   | to     |
| ---------- | ----------------------------------------------- | ------ | ------ |
| helm       | base                                            | 1.23.0 | 1.23.1 |
| docker     | cgr.dev/du-uds-defenseunicorns/istio-pilot-fips | 1.23.0 | 1.23.1 |
| docker     | docker.io/istio/pilot                           | 1.23.0 | 1.23.1 |
| docker     | docker.io/istio/proxyv2                         | 1.23.0 | 1.23.1 |
| helm       | gateway                                         | 1.23.0 | 1.23.1 |
| helm       | istiod                                          | 1.23.0 | 1.23.1 |
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 45c540a commit c42e538
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/istio/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/istio/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/istio/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -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"
12 changes: 6 additions & 6 deletions src/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -49,15 +49,15 @@ 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
required: true
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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c42e538

Please sign in to comment.