Need help for installing AWX 19.3 version on Kubernetes

Hello, Currently i have a installation of AWX 19.3 version on docker.
I am planning to move AWX to Kubernetes for which i want to install AWX 19.3 on Kubernetes first and then I will upgrade it to the current version.

I tried installing but I was able to install only till AWX 19.4, is there any way to install AWX 19.3 version on Kubernetes.

Thanks

there is a 19.3 release here https://github.com/ansible/awx/releases/tag/19.3.0

also it might be easier to just install latest AWX instead of 19.3 and doing upgrades. Any reason you want to start with 19.3?

my current prod is 19.3, I want to migrate to the latest by creating a new 19.3v test and then upgrade to the latest one.

Thanks

Did you try using the operator and using the image of 19.3?

Hello i am using awx-operator 0.13.0 to install the awx 19.3 but it gives me an error make: Nothing to be done for ‘deploy’. I switched to 0.13.0 awx-operator branch and run make deploy.

I was able to install 19.4 with awx-operator 0.14.0 and it worked fine but facing issue with 19.3, any idea what mistake i am doing.

Can someone help, still stuck with the issue of not able to install 19.3 version on kubernetes using awx-operator 0.13.0

try to use this instead of the make
https://github.com/ansible/awx-operator#basic-install

I had an experience of updating the K8s version of the cluster on which having this version of AWX and AWX Operator installed and with the result that AWX broke. I think it was going from K8s v 1.21 to 1.22. My solution was to use the AWX Operator v 0.14.0 and specify AWX v 19.3.0 in the AWX manifest. What version of K8s is the cluster running?