Issue by awx-operator update

Hello,

I followed the procedure for upgrading awx-operator but the awx-operator-controller-manager will not be running.
The issue seems to be the image:
Warning Failed 7m38s (x3 over 8m23s) kubelet Failed to pull image “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98”: rpc error: code = NotFound desc = failed to pull and unpack image “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98”: failed to resolve reference “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98”: quay.io/ansible/awx-operator:0.28.0-9-g1bddb98: not found
Warning Failed 7m38s (x3 over 8m23s) kubelet Error: ErrImagePull
Warning Failed 7m3s (x6 over 8m22s) kubelet Error: ImagePullBackOff
Normal Pulling 6m52s (x4 over 8m23s) kubelet Pulling image “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98
Normal BackOff 3m9s (x22 over 8m22s) kubelet Back-off pulling image “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98

So, I’ve tried to replace the version in kustomization.yaml like that be it isn’t working:
[…]
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:

Has anyone an Idea where is the problem and how to solve it?
Thank you a lot for your help

The make file auto grabs the version by looking at git describe output, sounds like maybe you checked out a non-released branch of awx-operator

You can specify the VERSION when calling make deploy

e…g

“VERSION=latest make deploy”, which should pull quay.io/ansible/awx-operator:latest

you can also do VERSION=devel

let us know if that helps!

AWX Team

VERSION resolved my issue.
Really great thing… thanks a lot for your help.

Best regards