Synology Csi Chart Versions Save

A Helm chart for installing the Synology CSI Driver in a Kubernetes cluster.

v0.9.8

1 month ago

This release updates the Synology CSI Driver to version 1.1.3 and adds support for configuring a different node.kubeletPath.

v0.9.5

11 months ago

This release changes the registry of the sidecar container images from k8s.gcr.io to registry.k8s.io. Thank you very much for the PR, @dcharbonnier !

v0.9.4

11 months ago

This release upgrades the CSI Sidecar images.

v0.9.3

11 months ago

This release updates the Synology CSI Driver to version 1.1.2.

v0.9.2

1 year ago

This release fixes a reference to the name of the client-info secret when configured.

v0.9.1

1 year ago

This version fixes the type of the pod tolerations from dictionary to array.

v0.9.0

1 year ago

This version introduces a new configuration key named clientInfoSecret. The old key connections was moved to clientInfoSecret.clients and the old key clientInfoSecretName was moved to clientInfoSecret.name. Last but not least a new key named clientInfoSecret.create was created which controls if a secret should be created if and only if the chart gets installed. See the file values.yaml for more information.

v0.8.0

1 year ago

You can now disable the installation of the default StorageClass and VolumeSnapshotClass resources. This is useful if you want to change the name of the default resources.

Also, you can now disable the installation of the CSIDriver. This is useful if you want to install multiple instances of this chart in a bigger cluster, for example if your cluster spreads across multiple LANs and you want to provision LAN-local SAN storage to these nodes. You would also need to configure node selector labels, of course.

v0.7.1

1 year ago

This release simplifies the storage class configuration requirements.

v0.7.0

1 year ago

This release packages and deploys the chart in it's own Helm repository - see README.md.