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
My preference would be to let the Chart's App Version manage the graylog image version that gets installed. This would remove the need to manually mange graylog.image.tag when I update the chart as mentioned in #98. Furthermore, it would make the behavior more consistent with the mongodb and elasticsearch dependencies that are managed by Chart.yaml.
The text was updated successfully, but these errors were encountered:
jceb
added a commit
to jceb/charts
that referenced
this issue
May 20, 2022
+1... spent last two hours debugging why my values are overwriting default chart values becase i've seen appVersion: 4.2.7 and my pod was still using 4.2.3-1... then looked into default values of 2.1.6 chart version and there is why...
I noticed that the advertised App Version (
charts/charts/graylog/Chart.yaml
Line 5 in cb14349
values.yaml
sets a different default version (charts/charts/graylog/values.yaml
Line 58 in cb14349
My preference would be to let the Chart's App Version manage the graylog image version that gets installed. This would remove the need to manually mange
graylog.image.tag
when I update the chart as mentioned in #98. Furthermore, it would make the behavior more consistent with the mongodb and elasticsearch dependencies that are managed byChart.yaml
.The text was updated successfully, but these errors were encountered: