Skip to content

Commit ee6efb3

Browse files
authored
Merge pull request #60 from gman0/bump-2.1.0
bump cvmfs-csi image and chart versions to v2.1.0
2 parents 417877e + 817e89c commit ee6efb3

File tree

4 files changed

+7
-7
lines changed

4 files changed

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

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.0.0
67+
tag: v2.1.0
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.0.0
146+
tag: v2.1.0
147147
pullPolicy: IfNotPresent
148148
resources: {}
149149
extraVolumeMounts: []

deployments/kubernetes/controllerplugin-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ spec:
3535
- name: socket-dir
3636
mountPath: /csi
3737
- name: controllerplugin
38-
image: registry.cern.ch/rvasek/cvmfs-csi:v2
39-
imagePullPolicy: Always
38+
image: registry.cern.ch/magnum/cvmfs-csi:v2.1.0
39+
imagePullPolicy: IfNotPresent
4040
args:
4141
- -v=5
4242
- --nodeid=$(NODE_ID)

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.0.0
42+
image: registry.cern.ch/magnum/cvmfs-csi:v2.1.0
4343
command:
4444
- /bin/bash
4545
- -c

0 commit comments

Comments
 (0)