Switch to latest tag

This commit is contained in:
Shane McDonald
2021-10-05 20:36:03 -04:00
parent e3d5827951
commit 685c5efc94
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= devel
VERSION ?= latest
# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

View File

@@ -11,4 +11,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/ansible/awx-operator
newTag: devel
newTag: latest