Skip to content

Releases: argoproj-labs/rollouts-plugin-trafficrouter-consul

v0.0.1

24 Jun 23:37
Compare
Choose a tag to compare

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

06 Mar 22:58
a715e85
Compare
Choose a tag to compare
v0.0.1-alpha1 Pre-release
Pre-release

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