Skip to content

Commit f9b7d02

Browse files
authored
Merge pull request #75 from gman0/bump-2.1.2
bump cvmfs-csi image and chart versions for v2.1.2 release
2 parents 8059ef9 + 1fd00a8 commit f9b7d02

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

deployments/helm/cvmfs-csi/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "2.1.1"
2+
appVersion: "2.1.2"
33
description: A Helm chart to deploy the CVMFS-CSI Plugin
44
name: cvmfs-csi
5-
version: 2.1.1
5+
version: 2.1.2

deployments/helm/cvmfs-csi/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ nodeplugin:
7070
plugin:
7171
image:
7272
repository: registry.cern.ch/magnum/cvmfs-csi
73-
tag: v2.1.1
73+
tag: v2.1.2
7474
pullPolicy: IfNotPresent
7575
resources: {}
7676
# Extra volume mounts to append to nodeplugin's
@@ -151,7 +151,7 @@ controllerplugin:
151151
plugin:
152152
image:
153153
repository: registry.cern.ch/magnum/cvmfs-csi
154-
tag: v2.1.1
154+
tag: v2.1.2
155155
pullPolicy: IfNotPresent
156156
resources: {}
157157
extraVolumeMounts: []

deployments/kubernetes/controllerplugin-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- name: socket-dir
3636
mountPath: /csi
3737
- name: controllerplugin
38-
image: registry.cern.ch/magnum/cvmfs-csi:v2.1.1
38+
image: registry.cern.ch/magnum/cvmfs-csi:v2.1.2
3939
imagePullPolicy: IfNotPresent
4040
args:
4141
- -v=5

deployments/kubernetes/nodeplugin-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- name: registration-dir
4040
mountPath: /registration
4141
- name: nodeplugin
42-
image: registry.cern.ch/magnum/cvmfs-csi:v2.1.1
42+
image: registry.cern.ch/magnum/cvmfs-csi:v2.1.2
4343
command:
4444
- /bin/bash
4545
- -c

0 commit comments

Comments
 (0)