feat: bump galaxy operator version to 2024.5.8 (#362)

This commit is contained in:
kurokobo 2024-05-15 22:54:36 +09:00 committed by GitHub
parent ba8ec0355c
commit 7b33d42e16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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