mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-15 13:32:14 +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]
|
||||
> 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
|
||||
- Service: b7b07e96
|
||||
- UI: 19fd5a2b
|
||||
- Service: 9d2f8ce1
|
||||
- UI: 6116e760
|
||||
|
||||
## Deployment Instruction
|
||||
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@ metadata:
|
|||
name: galaxy
|
||||
spec:
|
||||
# These parameters are designed for use with:
|
||||
# - Galaxy Operator: 2024.5.1
|
||||
# https://github.com/ansible/galaxy-operator/blob/2024.5.1/README.md
|
||||
# - Galaxy Operator: 2024.5.8
|
||||
# https://github.com/ansible/galaxy-operator/blob/2024.5.8/README.md
|
||||
|
||||
image: quay.io/ansible/galaxy-ng
|
||||
image_version: b7b07e96
|
||||
image_version: 9d2f8ce1
|
||||
image_web: quay.io/ansible/galaxy-ui
|
||||
image_web_version: 19fd5a2b
|
||||
image_web_version: 6116e760
|
||||
|
||||
admin_password_secret: galaxy-admin-password
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ secretGenerator:
|
|||
- operator=eda
|
||||
|
||||
resources:
|
||||
- github.com/ansible/galaxy-operator/config/default?ref=2024.5.1
|
||||
- github.com/ansible/galaxy-operator/config/default?ref=2024.5.8
|
||||
|
||||
images:
|
||||
- name: quay.io/ansible/galaxy-operator
|
||||
newTag: 2024.5.1
|
||||
newTag: 2024.5.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue