Skip to content

Commit 2e8603f

Browse files
chore(deps): update istio
| datasource | package | from | to | | ----------- | ---------------------------------------------------- | ------ | ------- | | helm | base | 1.29.2 | 1.30.0 | | docker | cgr.dev/defenseunicorns.com/istio-install-cni-fips | 1.29.2 | v1.29.3 | | docker | cgr.dev/defenseunicorns.com/istio-pilot-fips | 1.29.2 | v1.29.3 | | docker | cgr.dev/defenseunicorns.com/istio-proxy-fips | 1.29.2 | v1.29.3 | | docker | cgr.dev/defenseunicorns.com/ztunnel-fips | 1.29.2 | v1.30.0 | | helm | cni | 1.29.2 | 1.30.0 | | docker | docker.io/istio/install-cni | 1.29.2 | 1.30.0 | | docker | docker.io/istio/pilot | 1.29.2 | 1.30.0 | | docker | docker.io/istio/proxyv2 | 1.29.2 | 1.30.0 | | docker | docker.io/istio/ztunnel | 1.29.2 | 1.30.0 | | helm | gateway | 1.29.2 | 1.30.0 | | github-tags | istio/istio | 1.29.2 | 1.30.0 | | helm | istiod | 1.29.2 | 1.30.0 | | docker | registry1.dso.mil/ironbank/tetrate/istio/install-cni | 1.29.2 | 1.29.3 | | docker | registry1.dso.mil/ironbank/tetrate/istio/pilot | 1.29.2 | 1.29.3 | | docker | registry1.dso.mil/ironbank/tetrate/istio/proxyv2 | 1.29.2 | 1.29.3 | | docker | registry1.dso.mil/ironbank/tetrate/istio/ztunnel | 1.29.2 | 1.29.3 | | helm | ztunnel | 1.29.2 | 1.30.0 |
1 parent 202c8ac commit 2e8603f

13 files changed

Lines changed: 37 additions & 37 deletions

File tree

src/istio/common/zarf.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ components:
2020
charts:
2121
- name: base
2222
url: https://istio-release.storage.googleapis.com/charts
23-
version: 1.29.2
23+
version: 1.30.0
2424
namespace: istio-system
2525
# Istio's webhooks currently will cause SSA conflicts - https://github.com/istio/istio/issues/59487
2626
# This should be fixed in a future Istio version
2727
serverSideApply: "false"
2828
- name: istiod
2929
url: https://istio-release.storage.googleapis.com/charts
30-
version: 1.29.2
30+
version: 1.30.0
3131
namespace: istio-system
3232
valuesFiles:
3333
- "../values/base-istiod.yaml"
@@ -49,13 +49,13 @@ components:
4949
- "chart/values.yaml"
5050
- name: cni
5151
url: https://istio-release.storage.googleapis.com/charts
52-
version: 1.29.2
52+
version: 1.30.0
5353
namespace: istio-system
5454
valuesFiles:
5555
- "../values/base-cni.yaml"
5656
- name: ztunnel
5757
url: https://istio-release.storage.googleapis.com/charts
58-
version: 1.29.2
58+
version: 1.30.0
5959
namespace: istio-system
6060
valuesFiles:
6161
- "../values/base-ztunnel.yaml"

src/istio/tasks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tasks:
4545
OUT_DIR="src/pepr/operator/crd/generated/istio"
4646
4747
# renovate: datasource=github-tags depName=defenseunicorns/kubernetes-fluent-client versioning=semver
48-
npx kubernetes-fluent-client@3.11.7 crd https://raw.githubusercontent.com/istio/istio/1.29.2/manifests/charts/base/files/crd-all.gen.yaml "$OUT_DIR"
48+
npx kubernetes-fluent-client@3.11.7 crd https://raw.githubusercontent.com/istio/istio/1.30.0/manifests/charts/base/files/crd-all.gen.yaml "$OUT_DIR"
4949
5050
# Istio includes all CRDs in a single YAML file so we need to prune down to just the subset we want to keep
5151
KEEP="authorizationpolicy-v1 gateway-v1 requestauthentication-v1 serviceentry-v1 sidecar-v1 virtualservice-v1"

src/istio/values/registry1/cni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

44
cni:
5-
image: registry1.dso.mil/ironbank/tetrate/istio/install-cni:1.29.2-fips
5+
image: registry1.dso.mil/ironbank/tetrate/istio/install-cni:1.29.3-fips

src/istio/values/registry1/istiod.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

44
pilot:
5-
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.29.2-fips
5+
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.29.3-fips
66
global:
77
proxy_init:
88
# renovate: image=registry1.dso.mil/ironbank/tetrate/istio/proxyv2
9-
image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.29.2-fips"
9+
image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.29.3-fips"
1010
proxy:
1111
# renovate: image=registry1.dso.mil/ironbank/tetrate/istio/proxyv2
12-
image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.29.2-fips"
12+
image: "###ZARF_REGISTRY###/ironbank/tetrate/istio/proxyv2:1.29.3-fips"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright 2024 Defense Unicorns
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

4-
image: registry1.dso.mil/ironbank/tetrate/istio/ztunnel:1.29.2-fips
4+
image: registry1.dso.mil/ironbank/tetrate/istio/ztunnel:1.29.3-fips

src/istio/values/unicorn/cni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

44
cni:
5-
image: cgr.dev/defenseunicorns.com/istio-install-cni-fips:1.29.2
5+
image: cgr.dev/defenseunicorns.com/istio-install-cni-fips:v1.29.3

src/istio/values/unicorn/istiod.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

44
pilot:
5-
image: "cgr.dev/defenseunicorns.com/istio-pilot-fips:1.29.2"
5+
image: "cgr.dev/defenseunicorns.com/istio-pilot-fips:v1.29.3"
66
global:
77
proxy_init:
88
# renovate: image=cgr.dev/defenseunicorns.com/istio-proxy-fips
9-
image: "###ZARF_REGISTRY###/defenseunicorns.com/istio-proxy-fips:1.29.2"
9+
image: "###ZARF_REGISTRY###/defenseunicorns.com/istio-proxy-fips:v1.29.3"
1010
proxy:
1111
# renovate: image=cgr.dev/defenseunicorns.com/istio-proxy-fips
12-
image: "###ZARF_REGISTRY###/defenseunicorns.com/istio-proxy-fips:1.29.2"
12+
image: "###ZARF_REGISTRY###/defenseunicorns.com/istio-proxy-fips:v1.29.3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright 2024-2026 Defense Unicorns
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

4-
image: cgr.dev/defenseunicorns.com/ztunnel-fips:1.29.2
4+
image: cgr.dev/defenseunicorns.com/ztunnel-fips:v1.30.0

src/istio/values/upstream/cni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright 2024 Defense Unicorns
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33
cni:
4-
image: docker.io/istio/install-cni:1.29.2-distroless
4+
image: docker.io/istio/install-cni:1.30.0-distroless

src/istio/values/upstream/istiod.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

44
pilot:
5-
image: "docker.io/istio/pilot:1.29.2-distroless"
5+
image: "docker.io/istio/pilot:1.30.0-distroless"
66
global:
77
proxy_init:
88
# renovate: image=docker.io/istio/proxyv2
9-
image: "###ZARF_REGISTRY###/istio/proxyv2:1.29.2-distroless"
9+
image: "###ZARF_REGISTRY###/istio/proxyv2:1.30.0-distroless"
1010
proxy:
1111
# renovate: image=docker.io/istio/proxyv2
12-
image: "###ZARF_REGISTRY###/istio/proxyv2:1.29.2-distroless"
12+
image: "###ZARF_REGISTRY###/istio/proxyv2:1.30.0-distroless"

0 commit comments

Comments
 (0)