Skip to content

Commit

Permalink
Merge pull request #99 from gman0/pin-2.2.1
Browse files Browse the repository at this point in the history
Pin cvmfs-csi tags to v2.2.1
  • Loading branch information
gman0 authored Jun 21, 2023
2 parents 34466ed + ab2ad0c commit 79725b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/cvmfs-csi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v2.2.1-rc.0"
appVersion: "v2.2.1"
description: A Helm chart to deploy the CVMFS-CSI Plugin
name: cvmfs-csi
version: 2.2.1-rc.0
version: 2.2.1
8 changes: 4 additions & 4 deletions deployments/helm/cvmfs-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ nodeplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.1-rc.0
tag: v2.2.1
pullPolicy: IfNotPresent
resources: {}

# automount-runner image and container resources specs.
automount:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.1-rc.0
tag: v2.2.1
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -92,7 +92,7 @@ nodeplugin:
singlemount:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.1-rc.0
tag: v2.2.1
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand Down Expand Up @@ -168,7 +168,7 @@ controllerplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.2.1-rc.0
tag: v2.2.1
pullPolicy: IfNotPresent
resources: {}
extraVolumeMounts: []
Expand Down
2 changes: 1 addition & 1 deletion deployments/kubernetes/controllerplugin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: controllerplugin
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
imagePullPolicy: IfNotPresent
command: [/csi-cvmfsplugin]
args:
Expand Down
6 changes: 3 additions & 3 deletions deployments/kubernetes/nodeplugin-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: nodeplugin
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
command: [/csi-cvmfsplugin]
args:
- -v=4
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
mountPath: /cvmfs
mountPropagation: Bidirectional
- name: automount
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
- mountPath: /etc/cvmfs/config.d
name: etc-cvmfs-config-d
- name: singlemount
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1-rc.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.2.1
command:
- /bin/bash
- -c
Expand Down

0 comments on commit 79725b1

Please sign in to comment.