mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-15 21:42:15 +11:00
feat: bump galaxy ng version to 4.7.1
This commit is contained in:
parent
a17c17d59c
commit
011763fdbf
2 changed files with 5 additions and 5 deletions
|
|
@ -372,7 +372,7 @@ Now your AWX is available at `https://galaxy.example.com/` or the hostname you s
|
|||
|
||||
## Configuration and Usage
|
||||
|
||||
Basic configuration and usage of Galaxy NG. Following section is based on Galxy NG 4.7.0.
|
||||
Basic configuration and usage of Galaxy NG. Following section is based on Galxy NG 4.7.
|
||||
|
||||
### Sync Collections with Public Galaxy
|
||||
|
||||
|
|
|
|||
|
|
@ -6,15 +6,15 @@ spec:
|
|||
# These parameters are designed for use with:
|
||||
# - Pulp Operator: 1.0.0-alpha.6
|
||||
# https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.6/README.md
|
||||
# - Galaxy NG: 4.7.0
|
||||
# https://github.com/ansible/galaxy_ng/tree/4.7.0
|
||||
# - Galaxy NG: 4.7.1
|
||||
# https://github.com/ansible/galaxy_ng/tree/4.7.1
|
||||
|
||||
deployment_type: galaxy
|
||||
|
||||
image: quay.io/pulp/galaxy
|
||||
image_version: 4.7.0
|
||||
image_version: 4.7.1
|
||||
image_web: quay.io/pulp/galaxy-web
|
||||
image_web_version: 4.7.0
|
||||
image_web_version: 4.7.1
|
||||
|
||||
admin_password_secret: galaxy-admin-password
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue