argoproj-labs / rollout-extension

Argo Rollout visualization in Argo CD Web UI
196 stars 46 forks source link

The 0.3.3 install manifest refers to 0.3.1 (instead of 0.3.3) #61

Closed winterhalder closed 9 months ago

winterhalder commented 1 year ago

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.

winterhalder commented 1 year 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.

beyondbill commented 10 months ago

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