Skip to content

Commit

Permalink
Merge pull request #120 from gman0/pin-v2.3.0
Browse files Browse the repository at this point in the history
pin image and chart tags to v2.3.0
  • Loading branch information
gman0 authored Sep 26, 2023
2 parents d27b1ce + 666b2d5 commit 729bbcc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.3.0-rc.0"
appVersion: "v2.3.0"
description: A Helm chart to deploy the CVMFS-CSI Plugin
name: cvmfs-csi
version: 2.3.0-rc.0
version: 2.3.0
10 changes: 5 additions & 5 deletions deployments/helm/cvmfs-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ nodeplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
tag: v2.3.0
pullPolicy: IfNotPresent
resources: {}

# automount-runner image and container resources specs.
automount:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
tag: v2.3.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -94,7 +94,7 @@ nodeplugin:
automountReconciler:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
tag: v2.3.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -110,7 +110,7 @@ nodeplugin:
singlemount:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
tag: v2.3.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand Down Expand Up @@ -186,7 +186,7 @@ controllerplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/cvmfs-csi
tag: v2.3.0-rc.0
tag: v2.3.0
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.3.0-rc.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
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.3.0-rc.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
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.3.0-rc.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
command: [/automount-runner]
args:
- -v=4
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
- mountPath: /etc/cvmfs/config.d
name: etc-cvmfs-config-d
- name: singlemount
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0-rc.0
image: registry.cern.ch/kubernetes/cvmfs-csi:v2.3.0
command: [/singlemount-runner]
- -v=4
- --endpoint=unix:///var/lib/cvmfs.csi.cern.ch/singlemount-runner.sock
Expand Down

0 comments on commit 729bbcc

Please sign in to comment.