Skip to content

Commit

Permalink
fix: bump operator version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurokobo committed Jul 15, 2021
1 parent 0761d46 commit 0601e18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ An example implementation of AWX on single node K3s using AWX Operator, with eas
- Tested on:
- CentOS 8 (Minimal)
- Products that will be deployed:
- AWX-Operator 0.10.0
- AWX Version 19.2.0
- AWX-Operator 0.12.0
- AWX Version 19.2.2
- PostgreSQL 12

## References

- [K3s - Lightweight Kubernetes](https://rancher.com/docs/k3s/latest/en/)
- [INSTALL.md on ansible/awx](https://github.com/ansible/awx/blob/19.2.0/INSTALL.md) @19.2.0
- [README.md on ansible/awx-operator](https://github.com/ansible/awx-operator/blob/0.10.0/README.md) @0.10.0
- [INSTALL.md on ansible/awx](https://github.com/ansible/awx/blob/19.2.2/INSTALL.md) @19.2.2
- [README.md on ansible/awx-operator](https://github.com/ansible/awx-operator/blob/0.12.0/README.md) @0.12.0

## Procedure

Expand All @@ -65,7 +65,7 @@ curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644
Install specified version of AWX Operator.

```bash
kubectl apply -f https://raw.githubusercontent.com/ansible/awx-operator/0.10.0/deploy/awx-operator.yaml
kubectl apply -f https://raw.githubusercontent.com/ansible/awx-operator/0.12.0/deploy/awx-operator.yaml
```

### Prepare required files
Expand Down
1 change: 0 additions & 1 deletion backup/awxbackup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ metadata:
spec:
deployment_name: awx
backup_pvc: awx-backup-claim
postgres_label_selector: app.kubernetes.io/instance=postgres-awx
8 changes: 4 additions & 4 deletions base/awx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ metadata:
name: awx
spec:
# These parameters are designed for use with:
# - AWX Operator: 0.10.0
# https://github.com/ansible/awx-operator/blob/0.10.0/README.md
# - AWX: 19.2.0
# https://github.com/ansible/awx/blob/19.2.0/INSTALL.md
# - AWX Operator: 0.12.0
# https://github.com/ansible/awx-operator/blob/0.12.0/README.md
# - AWX: 19.2.2
# https://github.com/ansible/awx/blob/19.2.2/INSTALL.md

admin_user: admin
admin_password_secret: awx-admin-password
Expand Down

0 comments on commit 0601e18

Please sign in to comment.