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 democratic-csi ( 0.14.7 → 0.15.0 ) #1646

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

bot-akira[bot]
Copy link
Contributor

@bot-akira bot-akira bot commented Mar 29, 2025

This PR contains the following updates:

Package Update Change
democratic-csi minor 0.14.7 -> 0.15.0

Release Notes

democratic-csi/charts (democratic-csi)

v0.15.0

Compare Source

Released 2025-03-29

  • BREAKING CHANGE, image values are now broken into image.registry and image.tag
  • BREAKING CHANGE, {controller,node}.driver.imagePullPolciy is now {controller,node}.driver.image.pullPolciy
  • BREAKING CHANGE, csi-snapshotter now defaults to v8, please update your snapshot-controller accordingly (snapshot chart version 0.3.0 from this repo if you use it)
  • support setting dnsPolicy
  • enable priorityClassName by default
  • support nvme host dir mounting
  • charts published as oci artifacts

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.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@bot-akira
Copy link
Contributor Author

bot-akira bot commented Mar 29, 2025

--- kubernetes/apps/kube-system/local-path-provisioner/app Kustomization: flux-system/local-path-provisioner HelmRelease: kube-system/local-path-provisioner

+++ kubernetes/apps/kube-system/local-path-provisioner/app Kustomization: flux-system/local-path-provisioner HelmRelease: kube-system/local-path-provisioner

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

     spec:
       chart: democratic-csi
       sourceRef:
         kind: HelmRepository
         name: democratic-csi
         namespace: flux-system
-      version: 0.14.7
+      version: 0.15.0
   interval: 30m
   values:
     controller:
       enabled: true
       externalAttacher:
         enabled: false

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Mar 29, 2025

--- HelmRelease: kube-system/local-path-provisioner DaemonSet: kube-system/local-path-provisioner-democratic-csi-node

+++ HelmRelease: kube-system/local-path-provisioner DaemonSet: kube-system/local-path-provisioner-democratic-csi-node

@@ -18,23 +18,25 @@

       app.kubernetes.io/managed-by: Helm
       app.kubernetes.io/csi-role: node
       app.kubernetes.io/component: node-linux
   template:
     metadata:
       annotations:
-        checksum/secret: 522c491064317908c224057c16e3b5300256b365e47f884f6475dd58ff3ca5b3
-        checksum/configmap: b6f6eeef8292752f5ad1dac1876b6506c68851c754790f6d70490220e83de9de
+        checksum/secret: db61ce4cdda0e99a83d9133e4be8a5b09d2c7eeff1bca29f73c15d8aa17243b0
+        checksum/configmap: c6072a1649358569f7c40ab2299828e1228827941827a1988351bbcf7d3a88cf
       labels:
         app.kubernetes.io/name: democratic-csi
         app.kubernetes.io/instance: local-path-provisioner
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/csi-role: node
         app.kubernetes.io/component: node-linux
     spec:
       serviceAccount: local-path-provisioner-democratic-csi-node-sa
+      priorityClassName: system-node-critical
       hostNetwork: true
+      dnsPolicy: ClusterFirstWithHostNet
       hostAliases: []
       hostIPC: true
       hostPID: false
       containers:
       - name: external-provisioner
         image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.0
@@ -70,13 +72,13 @@

         - name: POD_NAME
           valueFrom:
             fieldRef:
               apiVersion: v1
               fieldPath: metadata.name
       - name: external-snapshotter
-        image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.0
+        image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1
         args:
         - --v=5
         - --leader-election
         - --leader-election-namespace=kube-system
         - --timeout=90s
         - --worker-threads=10
@@ -199,13 +201,13 @@

           name: socket-dir
         - name: registration-dir
           mountPath: /registration
         - name: kubelet-dir
           mountPath: /var/lib/kubelet
       - name: cleanup
-        image: docker.io/busybox:1.32.0
+        image: docker.io/busybox:1.37.0
         command:
         - /bin/sh
         - -c
         - --
         args:
         - while true; do sleep 2; done;

@axeII axeII merged commit 33c7fcf into main Apr 3, 2025
10 checks passed
@bot-akira bot-akira bot deleted the renovate/democratic-csi-0.x branch April 3, 2025 22:10
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.

1 participant