From c16e53da466082447262f50cc69f8f0d5ed15ad9 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Mon, 10 May 2021 11:39:49 -0400 Subject: [PATCH] Add note about how to upgrade AWX and the operator --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ce009bc0..aefc9dfb 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,11 @@ Example configuration of environment variables value: foo ``` +### Upgrading + +To upgrade AWX, it is recommended to upgrade the awx-operator to the version that maps to the desired version of AWX. To find the version of AWX that will be installed by the awx-operator by default, check the version specified in the `tower_image_version` variable in `roles/installer/defaults/main.yml` for that particular release. + +Apply the awx-operator.yml for that release to upgrade the operator, and in turn also upgrade your AWX deployment. ## Development