From f62b66d4ae8431dc467595dd66ae5917f467e027 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 5 Oct 2021 20:36:03 -0400 Subject: [PATCH] Remove hardcoded versions from repo --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 50a72839..126181b0 100644 --- a/Makefile +++ b/Makefile @@ -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 ?= 0.14.0 +VERSION ?= devel # 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") diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 8c7ae272..1218bd19 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -11,4 +11,4 @@ kind: Kustomization images: - name: controller newName: quay.io/ansible/awx-operator - newTag: 0.14.0 + newTag: devel