Skip to content

Commit

Permalink
Merge pull request #55 from projectsyn/upgrade-3.5
Browse files Browse the repository at this point in the history
Update to upstream version v3.5.0
  • Loading branch information
megian authored Apr 6, 2023
2 parents 7eec77e + ee1d573 commit 21415f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
csi_cloudscale:
namespace: syn-csi-cloudscale
version: v3.4.1
version: v3.5.0
# This switch is required to selectively disable the commoponent
# TODO: Reevaluate the need for this once disabeling got implemented.
# See: https://github.com/projectsyn/commodore/issues/71
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/references/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See https://kubernetes.io/docs/concepts/policy/resource-quotas/#limit-priority-c

[horizontal]
type:: string
default:: `v3.4.1`
default:: `v3.5.0`

Version of the driver to install.
See https://github.com/cloudscale-ch/csi-cloudscale/releases[available versions].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
secretKeyRef:
key: access-token
name: cloudscale
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.4.1
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.5.0
imagePullPolicy: IfNotPresent
name: csi-cloudscale-plugin
resources:
Expand Down Expand Up @@ -211,7 +211,7 @@ spec:
secretKeyRef:
key: access-token
name: cloudscale
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.4.1
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.5.0
imagePullPolicy: IfNotPresent
name: csi-cloudscale-plugin
resources:
Expand Down

0 comments on commit 21415f6

Please sign in to comment.