Skip to content

Commit

Permalink
deploy: pin image and Chart versions for v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
1602077 committed Jun 4, 2024
1 parent 0c99174 commit 92ca923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/eosxd-csi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "latest"
appVersion: "v1.4.0"
description: A Helm chart to deploy the eosxd-CSI Plugin
name: eosxd-csi
version: "1.0.0"
version: 1.4.0
12 changes: 4 additions & 8 deletions deployments/helm/eosxd-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ extraConfigMaps:
# Node plugin handles node-local operations, e.g. mounting and unmounting
# eosxd repositories.
nodeplugin:

# Component name. Used as `component` label value
# and to generate DaemonSet name.
name: nodeplugin
Expand All @@ -177,7 +176,7 @@ nodeplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.1.1
tag: v1.4.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -188,7 +187,7 @@ nodeplugin:
automount:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.1.1
tag: v1.4.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand All @@ -207,7 +206,7 @@ nodeplugin:
mountreconciler:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.1.1
tag: v1.4.0
pullPolicy: IfNotPresent
resources: {}
# Extra volume mounts to append to nodeplugin's
Expand Down Expand Up @@ -263,7 +262,6 @@ nodeplugin:
# of a reference to eosxd repositories used inside the CO (e.g. Kubernetes), and are not modifying
# the eosxd store in any way.
controllerplugin:

# Component name. Used as `component` label value
# and to generate DaemonSet name.
name: controllerplugin
Expand All @@ -277,7 +275,7 @@ controllerplugin:
plugin:
image:
repository: registry.cern.ch/kubernetes/eosxd-csi
tag: v1.1.1
tag: v1.4.0
pullPolicy: IfNotPresent
resources: {}
extraVolumeMounts: []
Expand Down Expand Up @@ -313,7 +311,6 @@ controllerplugin:

# ServiceAccount to use with Controller plugin Deployment.
serviceAccount:

# Name of the ServiceAccount (to use and/or create).
# If no name is provided, Helm chart will generate one.
serviceAccountName: ""
Expand All @@ -324,7 +321,6 @@ controllerplugin:

# RBAC rules assigned to the ServiceAccount defined above.
rbac:

# Whether to create RBACs in the eosxd CSI namespace.
# If not, it is expected they are already present.
create: true
Expand Down

0 comments on commit 92ca923

Please sign in to comment.