mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Merge pull request #302 from rooftopcellist/upgrade_note
Add note about how to upgrade AWX and the operator
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user