From 011763fdbfe9b14326984e2a59e9ee0580d730fb Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Sat, 24 Jun 2023 22:15:12 +0900 Subject: [PATCH] feat: bump galaxy ng version to 4.7.1 --- galaxy/README.md | 2 +- galaxy/pulp/galaxy.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/galaxy/README.md b/galaxy/README.md index 41fe125..3e3b93d 100644 --- a/galaxy/README.md +++ b/galaxy/README.md @@ -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 diff --git a/galaxy/pulp/galaxy.yaml b/galaxy/pulp/galaxy.yaml index 0ed319b..707a2ea 100644 --- a/galaxy/pulp/galaxy.yaml +++ b/galaxy/pulp/galaxy.yaml @@ -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