Skip to content

Commit

Permalink
feat: Bump istio to 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Oct 29, 2024
1 parent ea1ca62 commit 865cff8
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ resources:
- license_path: LICENSE
ref: v${image_tag}
url: https://github.com/grafana/loki
- container_image: docker.io/istio/install-cni:1.23.2
- container_image: docker.io/istio/install-cni:1.23.3
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/istio/istio

Check failure on line 48 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

The mapping for "docker.io/istio/install-cni:1.23.3" needs to be updated to version "1.23.2"
- container_image: docker.io/istio/operator:1.23.2
- container_image: docker.io/istio/operator:1.23.3
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/istio/istio

Check failure on line 53 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

The mapping for "docker.io/istio/operator:1.23.3" needs to be updated to version "1.23.2"
- container_image: docker.io/istio/pilot:1.23.2
- container_image: docker.io/istio/pilot:1.23.3
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/istio/istio

Check failure on line 58 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

The mapping for "docker.io/istio/pilot:1.23.3" needs to be updated to version "1.23.2"
- container_image: docker.io/istio/proxyv2:1.23.2
- container_image: docker.io/istio/proxyv2:1.23.3
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.23.2-d2iq-defaults
name: istio-1.23.3-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.23.2/helmrelease
path: ./services/istio/1.23.3/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spec:
targetNamespace: istio-system
valuesFrom:
- kind: ConfigMap
name: istio-1.23.2-d2iq-defaults
name: istio-1.23.3-d2iq-defaults
File renamed without changes.

0 comments on commit 865cff8

Please sign in to comment.