SynologyOpenSource / synology-csi

Apache License 2.0
499 stars 107 forks source link

k8s: Update kubernetes deployment images #17

Closed kellyma2 closed 11 months ago

kellyma2 commented 2 years ago

The kubernetes deployment images that are marked in the templates are quite old (~2 years) and don't provide ARM images. The image publication has been moved to k8s.gcr.io/sig-storage in the interim where ARM images are also available.

One of the updates also requires some additional role permissions for the service user.

Additionally, this change updates the fsGroupPolicy for the CSIDriver as this appears to function correctly and makes it more broadly useful.

inductor commented 2 years ago

Some of changes look duplicate with https://github.com/SynologyOpenSource/synology-csi/pull/9