Skip to content

Commit

Permalink
Merge pull request #49 from projectsyn/upgrade-3.4
Browse files Browse the repository at this point in the history
Update to upstream version v3.4.1
  • Loading branch information
megian authored Oct 6, 2022
2 parents 6be2f52 + 75ec579 commit 4e0fe2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 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.3.0
version: v3.4.1
# 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
4 changes: 3 additions & 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.3.0`
default:: `v3.4.1`

Version of the driver to install.
See https://github.com/cloudscale-ch/csi-cloudscale/releases[available versions].
Expand Down Expand Up @@ -52,6 +52,8 @@ default:: ext4

The filesystem type used in the storage classes.

According cloudscale.ch just ext4 is supported.

== `driver_daemonset_tolerations`

[horizontal]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/k8scsi/csi-node-driver-registrar:v2.0.1
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
secretKeyRef:
key: access-token
name: cloudscale
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.3.0
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.4.1
imagePullPolicy: IfNotPresent
name: csi-cloudscale-plugin
resources:
Expand Down Expand Up @@ -148,7 +148,7 @@ spec:
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
image: quay.io/k8scsi/csi-provisioner:v2.0.4
image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1
imagePullPolicy: IfNotPresent
name: csi-provisioner
resources:
Expand All @@ -166,7 +166,7 @@ spec:
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
image: quay.io/k8scsi/csi-attacher:v3.0.2
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0
imagePullPolicy: IfNotPresent
name: csi-attacher
resources:
Expand All @@ -186,7 +186,7 @@ spec:
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
image: quay.io/k8scsi/csi-resizer:v1.0.1
image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0
imagePullPolicy: IfNotPresent
name: csi-resizer
resources:
Expand All @@ -211,7 +211,7 @@ spec:
secretKeyRef:
key: access-token
name: cloudscale
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.3.0
image: quay.io/cloudscalech/cloudscale-csi-plugin:v3.4.1
imagePullPolicy: IfNotPresent
name: csi-cloudscale-plugin
resources:
Expand Down

0 comments on commit 4e0fe2c

Please sign in to comment.