Skip to content

Commit

Permalink
feat: Bump istio to 1.23.2 (#2696)
Browse files Browse the repository at this point in the history
* chore: Update istio 1.22.3 => 1.23.2

* chore: Move istio/1.22.3 => 1.23.2

* build: Updated licenses.d2iq.yaml

* fix(istio): Missing bump

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Grace Do <[email protected]>
  • Loading branch information
3 people authored Oct 2, 2024
1 parent bff8cf2 commit a3531c7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ resources:
- license_path: LICENSE
ref: v${image_tag}
url: https://github.com/grafana/loki
- container_image: docker.io/istio/install-cni:1.22.3
- container_image: docker.io/istio/install-cni:1.23.2
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/istio/istio
- container_image: docker.io/istio/operator:1.22.3
- container_image: docker.io/istio/operator:1.23.2
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/istio/istio
- container_image: docker.io/istio/pilot:1.22.3
- container_image: docker.io/istio/pilot:1.23.2
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/istio/istio
- container_image: docker.io/istio/proxyv2:1.22.3
- container_image: docker.io/istio/proxyv2:1.23.2
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: istio-1.22.3-d2iq-defaults
name: istio-1.23.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/istio/1.22.3/helmrelease
path: ./services/istio/1.23.2/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-staging
namespace: kommander-flux
version: 1.22.3
version: 1.23.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -29,4 +29,4 @@ spec:
targetNamespace: istio-system
valuesFrom:
- kind: ConfigMap
name: istio-1.22.3-d2iq-defaults
name: istio-1.23.2-d2iq-defaults
File renamed without changes.

0 comments on commit a3531c7

Please sign in to comment.