From 7b3d28bdc56df57c10a4e754c5bfa40af122aff8 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Sat, 25 Jun 2022 16:23:18 +0900 Subject: [PATCH] feat: bump pulp operator version to 0.12.0 --- galaxy/README.md | 6 +++--- galaxy/pulp/galaxy.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/galaxy/README.md b/galaxy/README.md index 97cdc8c..9f23eaa 100644 --- a/galaxy/README.md +++ b/galaxy/README.md @@ -180,7 +180,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.11.1](https://github.com/pulp/pulp-operator/tree/0.11.1) +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.12.0](https://github.com/pulp/pulp-operator/tree/0.12.0) ### Patch K3s @@ -218,7 +218,7 @@ Install specified version of Pulp Operator. cd ~ git clone https://github.com/pulp/pulp-operator.git cd pulp-operator -git checkout 0.11.1 +git checkout 0.12.0 ``` 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`. @@ -324,7 +324,7 @@ $ kubectl -n galaxy logs -f deployments/pulp-operator-controller-manager -c pulp ... ----- Ansible Task Status Event StdOut (pulp.pulpproject.org/v1beta1, Kind=Pulp, galaxy/galaxy) ----- PLAY RECAP ********************************************************************* -localhost : ok=84 changed=0 unreachable=0 failed=0 skipped=67 rescued=0 ignored=0 +localhost : ok=86 changed=0 unreachable=0 failed=0 skipped=69 rescued=0 ignored=0 ``` Required objects has been deployed next to Pulp Operator in `galaxy` namespace. diff --git a/galaxy/pulp/galaxy.yaml b/galaxy/pulp/galaxy.yaml index d1cf9b1..33f21b4 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.11.1 - # https://github.com/pulp/pulp-operator/blob/0.11.1/README.md + # - Pulp Operator: 0.12.0 + # https://github.com/pulp/pulp-operator/blob/0.12.0/README.md # - Galaxy NG: 4.5.0 # https://github.com/ansible/galaxy_ng/tree/4.5.0