diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index e2a5dad8e..55cfed8b8 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -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 - - 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 - - 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 - - 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} diff --git a/services/istio/1.23.2/defaults/cm.yaml b/services/istio/1.23.3/defaults/cm.yaml similarity index 96% rename from services/istio/1.23.2/defaults/cm.yaml rename to services/istio/1.23.3/defaults/cm.yaml index bf72a75ed..6303ac783 100644 --- a/services/istio/1.23.2/defaults/cm.yaml +++ b/services/istio/1.23.3/defaults/cm.yaml @@ -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: | diff --git a/services/istio/1.23.2/defaults/kustomization.yaml b/services/istio/1.23.3/defaults/kustomization.yaml similarity index 100% rename from services/istio/1.23.2/defaults/kustomization.yaml rename to services/istio/1.23.3/defaults/kustomization.yaml diff --git a/services/istio/1.23.2/helmrelease.yaml b/services/istio/1.23.3/helmrelease.yaml similarity index 93% rename from services/istio/1.23.2/helmrelease.yaml rename to services/istio/1.23.3/helmrelease.yaml index 27c0a9024..006ffd54c 100644 --- a/services/istio/1.23.2/helmrelease.yaml +++ b/services/istio/1.23.3/helmrelease.yaml @@ -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 diff --git a/services/istio/1.23.2/helmrelease/extra-images.txt b/services/istio/1.23.3/helmrelease/extra-images.txt similarity index 100% rename from services/istio/1.23.2/helmrelease/extra-images.txt rename to services/istio/1.23.3/helmrelease/extra-images.txt diff --git a/services/istio/1.23.2/helmrelease/helmrelease.yaml b/services/istio/1.23.3/helmrelease/helmrelease.yaml similarity index 94% rename from services/istio/1.23.2/helmrelease/helmrelease.yaml rename to services/istio/1.23.3/helmrelease/helmrelease.yaml index 35fe24e0c..52c8714d3 100644 --- a/services/istio/1.23.2/helmrelease/helmrelease.yaml +++ b/services/istio/1.23.3/helmrelease/helmrelease.yaml @@ -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 diff --git a/services/istio/1.23.2/helmrelease/kustomization.yaml b/services/istio/1.23.3/helmrelease/kustomization.yaml similarity index 100% rename from services/istio/1.23.2/helmrelease/kustomization.yaml rename to services/istio/1.23.3/helmrelease/kustomization.yaml diff --git a/services/istio/1.23.2/kustomization.yaml b/services/istio/1.23.3/kustomization.yaml similarity index 100% rename from services/istio/1.23.2/kustomization.yaml rename to services/istio/1.23.3/kustomization.yaml