pmcgrath
pmcgrath
If I want to update from 0.9.1 to 0.10.0 today, how do I do so ? On a cluster installed with kubeadm, I ran kubectl applying the manifest for 0.9.1...
@tomdee Do you have any info at this time ? A link to what someone else did ?
Best to wait on this PR before I proceed with this - https://github.com/linkerd/linkerd2/issues/10873
@liron-l re using the helper package, my thinking was that we would follow the docker docs convention, as you said it doesn't buy us anything, would possibly need to alter...
Yep, seeing the same See https://github.com/grafana/grafana/issues/11620 Being set https://github.com/fluent/helm-charts/blob/429420f56365f6c152369bc90cc192b2f9d516b3/charts/fluent-bit/dashboards/fluent-bit.json#L1562 which uses https://github.com/fluent/helm-charts/blob/429420f56365f6c152369bc90cc192b2f9d516b3/charts/fluent-bit/templates/_helpers.tpl#L143 This PR introduced the uid which is too long https://github.com/fluent/helm-charts/pull/503 - So went from a hard code uid...
Another easier effort might be to replace the `sha256sum` usage with https://helm.sh/docs/chart_template_guide/function_list/#adler32sum Can see it working with this with different release names we get between 9 and 10 chars ```...
See https://github.com/fluent/helm-charts/pull/509
Thanks I can wait, just posted so if anyone else sees the same issue with redis-ha usage with ArgoCD They seem to already have a release, see https://github.com/DandyDeveloper/charts/releases Checked with...