Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update istio helm charts group ( 1.23.1 → 1.23.2 ) (patch) #5435

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

lumiere-bot[bot]
Copy link
Contributor

@lumiere-bot lumiere-bot bot commented Sep 20, 2024

This PR contains the following updates:

Package Update Change
base patch 1.23.1 -> 1.23.2
cni patch 1.23.1 -> 1.23.2
istiod patch 1.23.1 -> 1.23.2
ztunnel patch 1.23.1 -> 1.23.2

Release Notes

istio/istio (base)

v1.23.2: Istio 1.23.2

Compare Source

Artifacts
Release Notes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@lumiere-bot lumiere-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/kyak labels Sep 20, 2024
@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Sep 20, 2024

--- kubernetes/kyak/apps/istio-system/cni/app Kustomization: flux-system/istio-cni HelmRelease: istio-system/istio-cni

+++ kubernetes/kyak/apps/istio-system/cni/app Kustomization: flux-system/istio-cni HelmRelease: istio-system/istio-cni

@@ -13,13 +13,13 @@

     spec:
       chart: cni
       sourceRef:
         kind: HelmRepository
         name: istio
         namespace: flux-system
-      version: 1.23.1
+      version: 1.23.2
   install:
     remediation:
       retries: 5
   interval: 15m
   upgrade:
     remediation:
--- kubernetes/kyak/apps/istio-system/ztunnel/app Kustomization: flux-system/istio-ztunnel HelmRelease: istio-system/ztunnel

+++ kubernetes/kyak/apps/istio-system/ztunnel/app Kustomization: flux-system/istio-ztunnel HelmRelease: istio-system/ztunnel

@@ -13,13 +13,13 @@

     spec:
       chart: ztunnel
       sourceRef:
         kind: HelmRepository
         name: istio
         namespace: flux-system
-      version: 1.23.1
+      version: 1.23.2
   install:
     remediation:
       retries: 5
   interval: 15m
   upgrade:
     remediation:
--- kubernetes/kyak/apps/istio-system/base/app Kustomization: flux-system/istio-base HelmRelease: istio-system/istio-base

+++ kubernetes/kyak/apps/istio-system/base/app Kustomization: flux-system/istio-base HelmRelease: istio-system/istio-base

@@ -13,13 +13,13 @@

     spec:
       chart: base
       sourceRef:
         kind: HelmRepository
         name: istio
         namespace: flux-system
-      version: 1.23.1
+      version: 1.23.2
   install:
     crds: CreateReplace
     remediation:
       retries: 5
   interval: 15m
   upgrade:
--- kubernetes/kyak/apps/istio-system/istiod/app Kustomization: flux-system/istiod HelmRelease: istio-system/istiod

+++ kubernetes/kyak/apps/istio-system/istiod/app Kustomization: flux-system/istiod HelmRelease: istio-system/istiod

@@ -13,13 +13,13 @@

     spec:
       chart: istiod
       sourceRef:
         kind: HelmRepository
         name: istio
         namespace: flux-system
-      version: 1.23.1
+      version: 1.23.2
   install:
     remediation:
       retries: 5
   interval: 15m
   upgrade:
     remediation:

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Sep 20, 2024

--- HelmRelease: istio-system/istio-cni ConfigMap: istio-system/istio-cni-config

+++ HelmRelease: istio-system/istio-cni ConfigMap: istio-system/istio-cni-config

@@ -8,13 +8,13 @@

     app: istio-cni
     release: istio-cni
     istio.io/rev: default
     install.operator.istio.io/owning-resource: unknown
     operator.istio.io/component: Cni
 data:
-  CURRENT_AGENT_VERSION: 1.23.1
+  CURRENT_AGENT_VERSION: 1.23.2
   AMBIENT_ENABLED: 'true'
   AMBIENT_DNS_CAPTURE: 'false'
   AMBIENT_IPV6: 'true'
   CNI_NET_DIR: /etc/cni/net.d
   CHAINED_CNI_PLUGIN: 'true'
   EXCLUDED_NAMESPACES: kube-system
--- HelmRelease: istio-system/istio-cni DaemonSet: istio-system/istio-cni-node

+++ HelmRelease: istio-system/istio-cni DaemonSet: istio-system/istio-cni-node

@@ -42,13 +42,13 @@

         operator: Exists
       priorityClassName: system-node-critical
       serviceAccountName: istio-cni
       terminationGracePeriodSeconds: 5
       containers:
       - name: install-cni
-        image: docker.io/istio/install-cni:1.23.1-distroless
+        image: docker.io/istio/install-cni:1.23.2-distroless
         readinessProbe:
           httpGet:
             path: /readyz
             port: 8000
         securityContext:
           privileged: true
--- HelmRelease: istio-system/ztunnel DaemonSet: istio-system/ztunnel

+++ HelmRelease: istio-system/ztunnel DaemonSet: istio-system/ztunnel

@@ -35,13 +35,13 @@

       - key: CriticalAddonsOnly
         operator: Exists
       - effect: NoExecute
         operator: Exists
       containers:
       - name: istio-proxy
-        image: docker.io/istio/ztunnel:1.23.1-distroless
+        image: docker.io/istio/ztunnel:1.23.2-distroless
         ports:
         - containerPort: 15020
           name: ztunnel-stats
           protocol: TCP
         resources:
           requests:
--- HelmRelease: istio-system/istiod ConfigMap: istio-system/istio-sidecar-injector

+++ HelmRelease: istio-system/istiod ConfigMap: istio-system/istio-sidecar-injector

@@ -99,13 +99,13 @@

             "aud": "istio-ca"
           }
         },
         "sts": {
           "servicePort": 0
         },
-        "tag": "1.23.1",
+        "tag": "1.23.2",
         "variant": "distroless"
       },
       "istio_cni": {
         "chained": true,
         "provider": "default"
       },
--- HelmRelease: istio-system/istiod Deployment: istio-system/istiod

+++ HelmRelease: istio-system/istiod Deployment: istio-system/istiod

@@ -37,13 +37,13 @@

       tolerations:
       - key: cni.istio.io/not-ready
         operator: Exists
       serviceAccountName: istiod
       containers:
       - name: discovery
-        image: docker.io/istio/pilot:1.23.1-distroless
+        image: docker.io/istio/pilot:1.23.2-distroless
         args:
         - discovery
         - --monitoringAddr=:15014
         - --log_output_level=default:info
         - --log_as_json
         - --domain

@lumiere-bot lumiere-bot bot merged commit 169d020 into main Sep 20, 2024
13 of 14 checks passed
@lumiere-bot lumiere-bot bot deleted the renovate/kyak-patch-istio-helm-charts branch September 20, 2024 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants