Skip to content

feat(helm): update chart democratic-csi ( 0.14.5 → 0.15.1 ) - #5277

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-democratic-csi-0.x
Open

feat(helm): update chart democratic-csi ( 0.14.5 → 0.15.1 )#5277
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-democratic-csi-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 26, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
democratic-csi minor 0.14.50.15.1

Warning

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


Release Notes

democratic-csi/charts (democratic-csi)

v0.15.1

Compare Source

csi storage for container orchestration systems

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

v0.14.7

Compare Source

csi storage for container orchestration systems

v0.14.6

Compare Source

Released 2024-03-26

  • bump sidecar versions
  • new examples
  • support seLinuxMount on CSIDriver resource

Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 was generated by Mend Renovate. View the repository job log.

@carpenike-bot

carpenike-bot Bot commented Mar 26, 2024

Copy link
Copy Markdown
Contributor
--- HelmRelease: system/local-path-provisioner DaemonSet: system/local-path-provisioner-democratic-csi-node

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

@@ -18,14 +18,14 @@

       app.kubernetes.io/managed-by: Helm
       app.kubernetes.io/csi-role: node
       app.kubernetes.io/component: node-linux
   template:
     metadata:
       annotations:
-        checksum/secret: c85811249efb765d98ec89d0f6a770bcab33a1bc70437ddf8830af084d808831
-        checksum/configmap: e5f822e67c7eb3a6c1401392202a0c10b9205996836be5c8b16de5aef9e525da
+        checksum/secret: 8a73bc4f9a1007e3a7e1808b69fbdbd37f4e8a728ed5a2b94dd3accc2aa01901
+        checksum/configmap: fb747f2273de2088e52b41258c58ce75512875695dfd1f2e201db9e9bb036749
       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
@@ -70,13 +70,13 @@

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

         - name: extra-ca-certs
           mountPath: /tmp/certs
         - mountPath: /var/k8s/demo-csi-local-path
           mountPropagation: Bidirectional
           name: local-hostpath
       - name: csi-proxy
-        image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.3
+        image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.6
         env:
         - name: BIND_TO
           value: unix:///csi-data/csi.sock
         - name: PROXY_TO
           value: unix:///csi-data/csi.sock.internal
         volumeMounts:

@carpenike-bot

carpenike-bot Bot commented Mar 26, 2024

Copy link
Copy Markdown
Contributor
--- kubernetes/cluster-0/apps/system/democratic-csi/local-path Kustomization: flux-system/democratic-csi-local-path HelmRelease: system/local-path-provisioner

+++ kubernetes/cluster-0/apps/system/democratic-csi/local-path Kustomization: flux-system/democratic-csi-local-path HelmRelease: system/local-path-provisioner

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

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

@carpenike-bot

carpenike-bot Bot commented Mar 26, 2024

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.49s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.96s
✅ YAML prettier 1 0 0 0.45s
✅ YAML yamllint 1 0 0 0.78s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate
renovate Bot force-pushed the renovate/cluster-0-democratic-csi-0.x branch from 3cc701a to a97fde3 Compare March 26, 2024 17:45
@renovate
renovate Bot force-pushed the renovate/cluster-0-democratic-csi-0.x branch from a97fde3 to 9d49a39 Compare November 15, 2024 18:39
@renovate renovate Bot changed the title fix(helm): update chart democratic-csi ( 0.14.5 → 0.14.6 ) fix(helm): update chart democratic-csi ( 0.14.5 → 0.14.7 ) Nov 15, 2024
@renovate renovate Bot changed the title fix(helm): update chart democratic-csi ( 0.14.5 → 0.14.7 ) feat(helm): update chart democratic-csi ( 0.14.5 → 0.15.0 ) Mar 29, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-democratic-csi-0.x branch from 9d49a39 to e0883a6 Compare March 29, 2025 17:45
@renovate renovate Bot changed the title feat(helm): update chart democratic-csi ( 0.14.5 → 0.15.0 ) feat(helm): update chart democratic-csi ( 0.14.5 → 0.15.1 ) Jan 7, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-democratic-csi-0.x branch from e0883a6 to f09809b Compare January 7, 2026 21:36
@renovate
renovate Bot force-pushed the renovate/cluster-0-democratic-csi-0.x branch from f09809b to 7d7dcfc Compare June 22, 2026 17:42
| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| helm       | democratic-csi | 0.14.5 | 0.15.1 |
@renovate
renovate Bot force-pushed the renovate/cluster-0-democratic-csi-0.x branch from 7d7dcfc to c24cf43 Compare July 20, 2026 21:54
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