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

feat(helm): update cni ( 1.23.2 → 1.24.0 ) #1897

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jarvis-plus-bot[bot]
Copy link
Contributor

@jarvis-plus-bot jarvis-plus-bot bot commented Oct 24, 2024

This PR contains the following updates:

Package Update Change OpenSSF
cni minor 1.23.2 -> 1.24.0 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

istio/istio (cni)

v1.24.0: Istio 1.24.0

Compare Source

Artifacts
Release Notes

v1.23.3: Istio 1.23.3

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 this update again.


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

This PR has been generated by Renovate Bot.

Copy link
Contributor

github-actions bot commented Oct 24, 2024

--- kubernetes/namespaces/base/istio-system/istio-cni/app Kustomization: flux-system/istio-cni HelmRelease: istio-system/istio-cni

+++ kubernetes/namespaces/base/istio-system/istio-cni/app Kustomization: flux-system/istio-cni HelmRelease: istio-system/istio-cni

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

       chart: cni
       interval: 10m
       sourceRef:
         kind: HelmRepository
         name: istio-charts
         namespace: flux-system
-      version: 1.23.2
+      version: 1.24.0
   driftDetection:
     mode: warn
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:

Copy link
Contributor

github-actions bot commented Oct 24, 2024

--- HelmRelease: istio-system/istio-cni ServiceAccount: istio-system/istio-cni

+++ HelmRelease: istio-system/istio-cni ServiceAccount: istio-system/istio-cni

@@ -7,7 +7,11 @@

   labels:
     app: istio-cni
     release: istio-cni
     istio.io/rev: default
     install.operator.istio.io/owning-resource: unknown
     operator.istio.io/component: Cni
+    app.kubernetes.io/name: istio-cni
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/instance: istio-cni
+    app.kubernetes.io/part-of: istio
 
--- HelmRelease: istio-system/istio-cni ConfigMap: istio-system/istio-cni-config

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

@@ -7,18 +7,21 @@

   labels:
     app: istio-cni
     release: istio-cni
     istio.io/rev: default
     install.operator.istio.io/owning-resource: unknown
     operator.istio.io/component: Cni
+    app.kubernetes.io/name: istio-cni
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/instance: istio-cni
+    app.kubernetes.io/part-of: istio
 data:
-  CURRENT_AGENT_VERSION: 1.23.2
+  CURRENT_AGENT_VERSION: 1.24.0
   AMBIENT_ENABLED: 'false'
   AMBIENT_DNS_CAPTURE: 'false'
   AMBIENT_IPV6: 'true'
-  CNI_NET_DIR: /etc/cni/net.d
   CHAINED_CNI_PLUGIN: 'true'
   EXCLUDED_NAMESPACES: kube-system
   REPAIR_ENABLED: 'true'
   REPAIR_LABEL_PODS: 'false'
   REPAIR_DELETE_PODS: 'false'
   REPAIR_REPAIR_PODS: 'true'
--- HelmRelease: istio-system/istio-cni ClusterRole: istio-system/istio-cni

+++ HelmRelease: istio-system/istio-cni ClusterRole: istio-system/istio-cni

@@ -6,12 +6,16 @@

   labels:
     app: istio-cni
     release: istio-cni
     istio.io/rev: default
     install.operator.istio.io/owning-resource: unknown
     operator.istio.io/component: Cni
+    app.kubernetes.io/name: istio-cni
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/instance: istio-cni
+    app.kubernetes.io/part-of: istio
 rules:
 - apiGroups:
   - ''
   resources:
   - pods
   - nodes
--- HelmRelease: istio-system/istio-cni ClusterRole: istio-system/istio-cni-repair-role

+++ HelmRelease: istio-system/istio-cni ClusterRole: istio-system/istio-cni-repair-role

@@ -6,12 +6,16 @@

   labels:
     app: istio-cni
     release: istio-cni
     istio.io/rev: default
     install.operator.istio.io/owning-resource: unknown
     operator.istio.io/component: Cni
+    app.kubernetes.io/name: istio-cni
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/instance: istio-cni
+    app.kubernetes.io/part-of: istio
 rules:
 - apiGroups:
   - ''
   resources:
   - events
   verbs:
--- HelmRelease: istio-system/istio-cni ClusterRoleBinding: istio-system/istio-cni

+++ HelmRelease: istio-system/istio-cni ClusterRoleBinding: istio-system/istio-cni

@@ -6,12 +6,16 @@

   labels:
     app: istio-cni
     release: istio-cni
     istio.io/rev: default
     install.operator.istio.io/owning-resource: unknown
     operator.istio.io/component: Cni
+    app.kubernetes.io/name: istio-cni
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/instance: istio-cni
+    app.kubernetes.io/part-of: istio
 roleRef:
   apiGroup: rbac.authorization.k8s.io
   kind: ClusterRole
   name: istio-cni
 subjects:
 - kind: ServiceAccount
--- HelmRelease: istio-system/istio-cni ClusterRoleBinding: istio-system/istio-cni-repair-rolebinding

+++ HelmRelease: istio-system/istio-cni ClusterRoleBinding: istio-system/istio-cni-repair-rolebinding

@@ -6,12 +6,16 @@

   labels:
     k8s-app: istio-cni-repair
     release: istio-cni
     istio.io/rev: default
     install.operator.istio.io/owning-resource: unknown
     operator.istio.io/component: Cni
+    app.kubernetes.io/name: istio-cni
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/instance: istio-cni
+    app.kubernetes.io/part-of: istio
 subjects:
 - kind: ServiceAccount
   name: istio-cni
   namespace: istio-system
 roleRef:
   apiGroup: rbac.authorization.k8s.io
--- HelmRelease: istio-system/istio-cni DaemonSet: istio-system/istio-cni-node

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

@@ -7,12 +7,16 @@

   labels:
     k8s-app: istio-cni-node
     release: istio-cni
     istio.io/rev: default
     install.operator.istio.io/owning-resource: unknown
     operator.istio.io/component: Cni
+    app.kubernetes.io/name: istio-cni
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/instance: istio-cni
+    app.kubernetes.io/part-of: istio
 spec:
   selector:
     matchLabels:
       k8s-app: istio-cni-node
   updateStrategy:
     type: RollingUpdate
@@ -21,12 +25,16 @@

   template:
     metadata:
       labels:
         k8s-app: istio-cni-node
         sidecar.istio.io/inject: 'false'
         istio.io/dataplane-mode: none
+        app.kubernetes.io/name: istio-cni
+        app.kubernetes.io/managed-by: Helm
+        app.kubernetes.io/instance: istio-cni
+        app.kubernetes.io/part-of: istio
       annotations:
         sidecar.istio.io/inject: 'false'
         prometheus.io/scrape: 'true'
         prometheus.io/port: '15014'
         prometheus.io/path: /metrics
     spec:
@@ -41,28 +49,33 @@

         operator: Exists
       priorityClassName: system-node-critical
       serviceAccountName: istio-cni
       terminationGracePeriodSeconds: 5
       containers:
       - name: install-cni
-        image: docker.io/istio/install-cni:1.23.2
+        image: docker.io/istio/install-cni:1.24.0
+        ports:
+        - containerPort: 15014
+          name: metrics
+          protocol: TCP
         readinessProbe:
           httpGet:
             path: /readyz
             port: 8000
         securityContext:
-          privileged: true
+          privileged: false
           runAsGroup: 0
           runAsUser: 0
           runAsNonRoot: false
           capabilities:
             drop:
             - ALL
             add:
             - NET_ADMIN
             - NET_RAW
+            - SYS_PTRACE
             - SYS_ADMIN
         command:
         - install-cni
         args:
         - --log_output_level=info
         envFrom:

@jarvis-plus-bot jarvis-plus-bot bot changed the title fix(helm): update cni ( 1.23.2 → 1.23.3 ) feat(helm): update cni ( 1.23.2 → 1.24.0 ) Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants