KongZ / charts

Source for Helm chart repositories contribution
https://charts.kong-z.com/
Apache License 2.0
61 stars 66 forks source link

Workflow for updating Graylog image? #98

Open brianwawok opened 2 years ago

brianwawok commented 2 years ago

What is the expected workflow for updating the underlying graylog.image.tag? Graylog seems to update the underlying docker image a lot more than this repo

I know I can use helm to delete, and re-create it with an update graylog.image.tag. Is there a smoother way, or is that just the right way? Helm gets made if I try to change graylog.image.tag without creating a new release..

juliohm1978 commented 2 years ago

Updating graylog.image.tag should be enough to run a helm upgrade.... I've been doing it for years now. You might run into problems if you do not review the underlying default values.yaml to adjust your values between chart upgrades.

I can't be sure if that's the case for you, but every time a new version of the chart comes out, a review of the values.yaml you used to deploy makes for a good habit. More often than not, the structure might change enough so that your values file won't work anymore.