From 22f3b2756204dd10e167dcb4a56620f1495724de Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Tue, 4 Oct 2022 08:35:56 +0900 Subject: [PATCH] feat: bump pulp operator version to 0.14.1 --- galaxy/README.md | 6 ++++-- galaxy/pulp/galaxy.yaml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/galaxy/README.md b/galaxy/README.md index a828154..3621cf0 100644 --- a/galaxy/README.md +++ b/galaxy/README.md @@ -179,7 +179,7 @@ There is a Kubernetes Operator for Pulp 3 named Pulp Operator. - [pulp/pulp-operator: Kubernetes Operator for Pulp 3](https://github.com/pulp/pulp-operator) -This project is still under active development and there is no support, however, at least the code to create a new instance seems to be implemented. In this procedure, we use [Pulp Operator 0.14.0](https://github.com/pulp/pulp-operator/tree/0.14.0) +This project is still under active development and there is no support, however, at least the code to create a new instance seems to be implemented. In this procedure, we use [Pulp Operator 0.14.1](https://github.com/pulp/pulp-operator/tree/0.14.1) ### Install Pulp Operator @@ -189,7 +189,7 @@ Install specified version of Pulp Operator. cd ~ git clone https://github.com/pulp/pulp-operator.git cd pulp-operator -git checkout 0.14.0 +git checkout 0.14.1 ``` Export the name of the namespace where you want to deploy Pulp Operator as the environment variable `NAMESPACE` and run `make deploy`. The default namespace is `pulp-operator-system`. @@ -272,6 +272,8 @@ Prepare directories for Persistent Volumes defined in `pulp/pv.yaml`. sudo mkdir -p /data/galaxy/postgres-13 sudo mkdir -p /data/galaxy/redis sudo mkdir -p /data/galaxy/pulp +sudo chmod 755 /data/galaxy/postgres-13 +sudo chown 700:0 /data/galaxy/pulp ``` ### Deploy Galaxy NG diff --git a/galaxy/pulp/galaxy.yaml b/galaxy/pulp/galaxy.yaml index 0d38145..1b4a9ff 100644 --- a/galaxy/pulp/galaxy.yaml +++ b/galaxy/pulp/galaxy.yaml @@ -4,8 +4,8 @@ metadata: name: galaxy spec: # These parameters are designed for use with: - # - Pulp Operator: 0.14.0 - # https://github.com/pulp/pulp-operator/blob/0.14.0/README.md + # - Pulp Operator: 0.14.1 + # https://github.com/pulp/pulp-operator/blob/0.14.1/README.md # - Galaxy NG: 4.5.2 # https://github.com/ansible/galaxy_ng/tree/4.5.2