awx-demo use the quay.io and not the edited image (rancher/k8s)

Hi there
Hope there is somebody who can help me understand.
I needed to change the image in the repository, from quay.io to another path throw artifactory.
In the repository i got from github, i change all the files with the docker.io, quay.io and grc.io. - i did search with something like this:
grep -rnw ‘path’ -e ‘quay.io

And there is right now, nothing with quay.io when i search, because i have change it all - have dobbelt checked it.

awx-operator-controller-manager 2/2 running

but when i try run kubectl apply -f awx-demo.yml, and its does create the pod, its only redis that is green.
The 3 others : awx-demo-web awx-demo-task awx-demo-ee cannot get through to the internet, because they still pointing to quay.io - but there is nowhere i seem i can edit that.
If i do it in the container yml, then something overwrite it.

I get the :
Back-off pulling image “quay.io/ansible/awx:19.4.0

Imagepullbackoff

And i know that is because it cant get through , but why doesnt iuse the settings i made in DockerFile, MakeFile ect. ?

I had a similar problem and found that if I downloaded the kubernetes file. E.g. (kubectl apply -f https://raw.githubusercontent.com/ansible/awx-operator/0.13.0/deploy/awx-operator.yaml) becomes:

wget https://raw.githubusercontent.com/ansible/awx-operator/0.13.0/deploy/awx-operator.yaml
Edit the file to point to the new image and then run:
kubectl apply -f awxoperator.yaml

I could then pull my own images. This process can be a pain in the *** because you have to remember what you changed and repeat it for every new version.

Hmm
Now i had tried it… but it still wont work, i do still have the default image, and still cant change it. :

waiting:
message: Back-off pulling image “quay.io/ansible/awx:19.4.0
reason: ImagePullBackOff

onsdag den 3. november 2021 kl. 07.18.31 UTC+1 skrev Andrew C:

Have you logged in to quay as there could be a number of pulls/day restriction unless you have authenticated?

I have seen this before and just waiting till an overnight slowdown in attempts was enough, for docker and kuber things at least.

didn’t work over night.
But i just found out, that its possible to overwrite, when writing the image in the demo file.