From 0d3f86e61893a617f25ca2fb6c0fdfd78d3d111b Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:16:46 +0900 Subject: [PATCH] docs: fix incorrect awx version for operator 0.26.0 --- README.md | 4 ++-- base/awx.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1719ab8..79b473f 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ An example implementation of AWX on single node K3s using AWX Operator, with eas - K3s v1.24.3+k3s1 - Products that will be deployed: - AWX Operator 0.26.0 - - AWX 21.3.0 + - AWX 21.4.0 - PostgreSQL 13 ## References - [K3s - Lightweight Kubernetes](https://rancher.com/docs/k3s/latest/en/) -- [INSTALL.md on ansible/awx](https://github.com/ansible/awx/blob/21.3.0/INSTALL.md) @21.3.0 +- [INSTALL.md on ansible/awx](https://github.com/ansible/awx/blob/21.4.0/INSTALL.md) @21.4.0 - [README.md on ansible/awx-operator](https://github.com/ansible/awx-operator/blob/0.26.0/README.md) @0.26.0 ## Requirements diff --git a/base/awx.yaml b/base/awx.yaml index 93f03b1..6d108a3 100644 --- a/base/awx.yaml +++ b/base/awx.yaml @@ -7,8 +7,8 @@ spec: # These parameters are designed for use with: # - AWX Operator: 0.26.0 # https://github.com/ansible/awx-operator/blob/0.26.0/README.md - # - AWX: 21.3.0 - # https://github.com/ansible/awx/blob/21.3.0/INSTALL.md + # - AWX: 21.4.0 + # https://github.com/ansible/awx/blob/21.4.0/INSTALL.md admin_user: admin admin_password_secret: awx-admin-password