You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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.
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..
The text was updated successfully, but these errors were encountered: