Closed winterhalder closed 9 months ago
Note that as a work-around, you can edit the resource live in the cluster:
kubectl edit ArgoCDExtension/argo-rollouts
I believe you need to restart a few servers after the change.
Fixed by https://github.com/argoproj-labs/rollout-extension/pull/69 but the commit is not in v0.3.3 release. I get around it by using https://raw.githubusercontent.com/argoproj-labs/rollout-extension/master/manifests/install.yaml
The reference in this file is incorrect:
https://raw.githubusercontent.com/argoproj-labs/rollout-extension/v0.3.3/manifests/install.yaml
`spec: sources:
As you can see - it refers to the 0.3.1 tar file - but it should be the 0.3.3 tar file.