Skip to content

Commit

Permalink
pin image and chart tags to v1.3.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gman0 committed Feb 22, 2024
1 parent 9175565 commit c500204
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deployments/helm/eosxd-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "latest"
description: A Helm chart to deploy the eosxd-CSI Plugin
name: eosxd-csi
version: "1.0.0"
version: "1.3.0-rc.0"
14 changes: 7 additions & 7 deletions deployments/helm/eosxd-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ nodeplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.1.1
tag: v1.3.0-rc.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -188,7 +188,7 @@ nodeplugin:
automount:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.1.1
tag: v1.3.0-rc.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -207,7 +207,7 @@ nodeplugin:
mountreconciler:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.1.1
tag: v1.3.0-rc.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -218,7 +218,7 @@ nodeplugin:
registrar:
image:
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.5.1
tag: v2.9.3
pullPolicy: IfNotPresent
resources: {}

Expand Down Expand Up @@ -272,16 +272,16 @@ controllerplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.1.1
tag: v1.3.0-rc.0
pullPolicy: IfNotPresent
resources: {}
extraVolumeMounts: []

# CSI external-provisioner image and container resources specs.
provisioner:
image:
repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: v3.2.1
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v4.0.0
pullPolicy: IfNotPresent
resources: {}

Expand Down

0 comments on commit c500204

Please sign in to comment.