Skip to content

Commit a90329e

Browse files
authored
Merge pull request #62 from gman0/bump-2.1.1
deployments: bump cvmfs-csi image tags to 2.1.1
2 parents 1778509 + 40d3c67 commit a90329e

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.0"
2+
appVersion: "2.1.1"
33
description: A Helm chart to deploy the CVMFS-CSI Plugin
44
name: cvmfs-csi
5-
version: 2.1.0
5+
version: 2.1.1

deployments/helm/cvmfs-csi/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ nodeplugin:
6464
plugin:
6565
image:
6666
repository: registry.cern.ch/magnum/cvmfs-csi
67-
tag: v2.1.0
67+
tag: v2.1.1
6868
pullPolicy: IfNotPresent
6969
resources: {}
7070
# Extra volume mounts to append to nodeplugin's
@@ -143,7 +143,7 @@ controllerplugin:
143143
plugin:
144144
image:
145145
repository: registry.cern.ch/magnum/cvmfs-csi
146-
tag: v2.1.0
146+
tag: v2.1.1
147147
pullPolicy: IfNotPresent
148148
resources: {}
149149
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.0
38+
image: registry.cern.ch/magnum/cvmfs-csi:v2.1.1
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.0
42+
image: registry.cern.ch/magnum/cvmfs-csi:v2.1.1
4343
command:
4444
- /bin/bash
4545
- -c

0 commit comments

Comments
 (0)