zebernst / synology-csi-talos

CSI driver for Synology NAS with support for Talos Linux
Apache License 2.0
24 stars 16 forks source link

update image customization options to support automatic upgrades #9

Closed jvoss closed 2 months ago

jvoss commented 2 months ago

Is it possible to restructure the image option in the Helm chart values to something like this?

images:
  plugin:
    image:
      repository: ghcr.io/zebernst/synology-csi
      tag: 1.2.0 

I believe this will help people who use tools such as Renovate to automatically PR newer container versions as they become available. This PR suggestion matches closer to the conventional format used in many helm charts.

zebernst commented 2 months ago

Good idea! I'll re-release the chart as 0.9.5-pre.2 later today (using pre-release versions until the upstream chart updates to 0.9.5 and I can re-align the versions)

(+1 for renovate support ;)