Skip to content

v0.0.1-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@wilkermichael wilkermichael released this 06 Mar 22:58
· 7 commits to main since this release
a715e85

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