diff --git a/deploy/chartpress.yaml b/deploy/chartpress.yaml index d5a7876..2b64441 100644 --- a/deploy/chartpress.yaml +++ b/deploy/chartpress.yaml @@ -2,7 +2,7 @@ charts: - name: csi-rclone imagePrefix: renku/ resetTag: "" - resetVersion: 0.1.1 + resetVersion: 0.1.2 repo: git: SwissDataScienceCenter/helm-charts published: https://swissdatasciencecenter.github.io/helm-charts diff --git a/deploy/csi-rclone/Chart.yaml b/deploy/csi-rclone/Chart.yaml index 1cda46b..c526ec2 100644 --- a/deploy/csi-rclone/Chart.yaml +++ b/deploy/csi-rclone/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: csi-rclone description: A Helm chart for the Rclone CSI type: application -version: 0.1.1 -appVersion: "0.1.1" +version: 0.1.2 +appVersion: "0.1.2" diff --git a/deploy/csi-rclone/templates/csi-nodeplugin-rclone.yaml b/deploy/csi-rclone/templates/csi-nodeplugin-rclone.yaml index 325e6b1..e4a9b0c 100644 --- a/deploy/csi-rclone/templates/csi-nodeplugin-rclone.yaml +++ b/deploy/csi-rclone/templates/csi-nodeplugin-rclone.yaml @@ -86,18 +86,18 @@ spec: - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-mount-dir - {{- with .Values.csiNodepluginRclone.nodeSelector }} - nodeSelector: - {{ toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.csiNodepluginRclone.affinity }} - affinity: - {{ toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.csiNodepluginRclone.tolerations }} - tolerations: - {{ toYaml . | nindent 8 }} - {{- end }} + {{- with .Values.csiNodepluginRclone.nodeSelector }} + nodeSelector: + {{ toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.csiNodepluginRclone.affinity }} + affinity: + {{ toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.csiNodepluginRclone.tolerations }} + tolerations: + {{ toYaml . | nindent 8 }} + {{- end }} volumes: - hostPath: path: /var/lib/kubelet/plugins/{{ .Values.storageClassName }} diff --git a/devenv/nix/goModule.nix b/devenv/nix/goModule.nix index 1ba2b92..4a6ed01 100644 --- a/devenv/nix/goModule.nix +++ b/devenv/nix/goModule.nix @@ -3,7 +3,7 @@ let csiDriver = pkgs.buildGoModule { pname = "csi-rclone-pvc-1"; - version = "0.1.1"; + version = "0.1.2"; src = ../../.; vendorHash = "sha256-XY0XgDky2g7DQ210VsT+KKjyYL1EJPCNGP0F5GhY2gM="; # CGO = 0;