From 67b4190dab3c36bbe05e0352b93cc1541e59cd70 Mon Sep 17 00:00:00 2001 From: "parsec-renovate[bot]" <159961666+parsec-renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:05:47 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/democratic-c?= =?UTF-8?q?si/democratic-csi=20(=20v1.9.3=20=E2=86=92=20v1.9.5=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/storage/local-path-provisioner/app/helmrelease.yaml.j2 | 2 +- .../apps/storage/local-path-provisioner/app/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/templates/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml.j2 b/bootstrap/templates/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml.j2 index a740bd882..1741a6ee2 100644 --- a/bootstrap/templates/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml.j2 +++ b/bootstrap/templates/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml.j2 @@ -64,7 +64,7 @@ spec: dirPermissionsGroup: 0 node: driver: - image: ghcr.io/democratic-csi/democratic-csi:v1.9.3 + image: ghcr.io/democratic-csi/democratic-csi:v1.9.5 extraVolumeMounts: - name: local-hostpath mountPath: *storagePath diff --git a/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml b/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml index 52e7497a8..b43c36fbb 100644 --- a/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml +++ b/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml @@ -64,7 +64,7 @@ spec: dirPermissionsGroup: 0 node: driver: - image: ghcr.io/democratic-csi/democratic-csi:v1.9.3 + image: ghcr.io/democratic-csi/democratic-csi:v1.9.5 extraVolumeMounts: - name: local-hostpath mountPath: *storagePath