diff --git a/services/storage-limbosolutions-com/deploy/app/helm-release.yaml b/services/storage-limbosolutions-com/deploy/app/helm-release.yaml index 6534cdb..ac95395 100644 --- a/services/storage-limbosolutions-com/deploy/app/helm-release.yaml +++ b/services/storage-limbosolutions-com/deploy/app/helm-release.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: seaweedfs-csi-driver - version: 0.2.x + version: 0.2.23 sourceRef: kind: HelmRepository name: seaweedfs-csi-driver diff --git a/services/storage-limbosolutions-com/deploy/app/helm-values.yaml b/services/storage-limbosolutions-com/deploy/app/helm-values.yaml index 427aacd..2c6470e 100644 --- a/services/storage-limbosolutions-com/deploy/app/helm-values.yaml +++ b/services/storage-limbosolutions-com/deploy/app/helm-values.yaml @@ -4,3 +4,13 @@ isDefaultStorageClass: false tlsSecret: "" driverName: storage-limbosolutions-com-csi-driver volumeServerAccess: filerProxy +mountService: + enabled: true + image: chrislusf/seaweedfs-mount + # problems with latest version of mounter on helm version 0.2.15 + tag: v1.4.4 + +seaweedfsCsiPlugin: + image: chrislusf/seaweedfs-csi-driver + # problems with latest version of mounter on helm version 0.2.15 + tag: v1.4.4