Closed taer closed 2 weeks ago
@taer thanks for fixing this!
Commenting in here as there's a few things I want to update with:
Could we do something to address 2?
3. our package updater bot picked this up as a non-breaking change (since it was added to a patch change) but since I was working around the issue, the change broke our rollout pods
First, so sorry. It was totally a breaking change, but the original was broken, assumed it was safe. I assume you were getting creative with the parameter in the helm values?
My helm values.yaml has something like this in it
controller:
trafficRouterPlugins:
- name: "argoproj-labs/gatewayAPI"
location: "https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/download/v0.4.0/gatewayapi-plugin-linux-arm64"
sha256: "07e2fe515c900899c96777aac0ab490437a3d62c8adb94512ccb8b859325eb11"
which OMG, isn't what that example shows. Subtle.
I feel like fixing the example would be the cleaner method. Makes it feel more real.
Also, what is this bot you use? That sounds interesting.
I opened another PR here: https://github.com/argoproj/argo-helm/pull/3036 What do you think @michel-gleeson ?
Also, I also broke our rollouts w/ this change. I forgot to update my hacked version of values.yaml that was working around it, and it restarted while I was out on vacation. :)
Resolves https://github.com/argoproj/argo-helm/issues/2957
Checklist:
the config map was getting rendered as
this changes it to
as shown in metricPlugin and trafficPlugin