Releases: argoproj-labs/rollouts-plugin-trafficrouter-consul
Releases · argoproj-labs/rollouts-plugin-trafficrouter-consul
v0.0.1
This release is the first GA release of the Consul Argo Rollouts Plugin
Docker Image: hashicorp/rollouts-plugin-trafficrouter-consul:0.0.1
Binaries: https://releases.hashicorp.com/rollouts-plugin-trafficrouter-consul/0.0.1/
v0.0.1-alpha1
Initial Alpha Release
To use this alpha release you must use a custom-image of the Argo Rollouts Controller, you can add the following to your helm chart:
controller:
image:
# -- Registry to use
registry: docker.io
# -- Repository to use
repository: wilko1989/argo-rollouts
# -- Overrides the image tag (default is the chart appVersion)
tag: latest
# -- Image pull policy
pullPolicy: Always
The necessary change is expected to be included in the next release. You can see the commit here