mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2026-03-22 11:07:08 +11:00
feat: bump galaxy operator version to 2024.5.8 (#362)
This commit is contained in:
parent
ba8ec0355c
commit
7b33d42e16
3 changed files with 9 additions and 9 deletions
|
|
@ -34,10 +34,10 @@ In this guide, [Galaxy Operator](https://github.com/ansible/galaxy-operator) is
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Galaxy NG deployed with this procedure will not be used as container registry due to [a known issue](https://github.com/ansible/galaxy-operator/issues/74). If you want to use fully working Galaxy NG, follow [the old version of this guide that uses Pulp Operator instead](https://github.com/kurokobo/awx-on-k3s/tree/2.12.1/galaxy#deploy-on-kubernetes-pulp-operator).
|
> Galaxy NG deployed with this procedure will not be used as container registry due to [a known issue](https://github.com/ansible/galaxy-operator/issues/74). If you want to use fully working Galaxy NG, follow [the old version of this guide that uses Pulp Operator instead](https://github.com/kurokobo/awx-on-k3s/tree/2.12.1/galaxy#deploy-on-kubernetes-pulp-operator).
|
||||||
|
|
||||||
- Galaxy Operator 2024.5.1
|
- Galaxy Operator 2024.5.8
|
||||||
- Galaxy NG
|
- Galaxy NG
|
||||||
- Service: b7b07e96
|
- Service: 9d2f8ce1
|
||||||
- UI: 19fd5a2b
|
- UI: 6116e760
|
||||||
|
|
||||||
## Deployment Instruction
|
## Deployment Instruction
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,13 +4,13 @@ metadata:
|
||||||
name: galaxy
|
name: galaxy
|
||||||
spec:
|
spec:
|
||||||
# These parameters are designed for use with:
|
# These parameters are designed for use with:
|
||||||
# - Galaxy Operator: 2024.5.1
|
# - Galaxy Operator: 2024.5.8
|
||||||
# https://github.com/ansible/galaxy-operator/blob/2024.5.1/README.md
|
# https://github.com/ansible/galaxy-operator/blob/2024.5.8/README.md
|
||||||
|
|
||||||
image: quay.io/ansible/galaxy-ng
|
image: quay.io/ansible/galaxy-ng
|
||||||
image_version: b7b07e96
|
image_version: 9d2f8ce1
|
||||||
image_web: quay.io/ansible/galaxy-ui
|
image_web: quay.io/ansible/galaxy-ui
|
||||||
image_web_version: 19fd5a2b
|
image_web_version: 6116e760
|
||||||
|
|
||||||
admin_password_secret: galaxy-admin-password
|
admin_password_secret: galaxy-admin-password
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ secretGenerator:
|
||||||
- operator=eda
|
- operator=eda
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- github.com/ansible/galaxy-operator/config/default?ref=2024.5.1
|
- github.com/ansible/galaxy-operator/config/default?ref=2024.5.8
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- name: quay.io/ansible/galaxy-operator
|
- name: quay.io/ansible/galaxy-operator
|
||||||
newTag: 2024.5.1
|
newTag: 2024.5.8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue