From 3f63c1c64d154aad21c0f56990d83a0b7a791791 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Thu, 11 May 2023 15:12:35 +0900 Subject: [PATCH] feat: bump pulp operator version to 1.0.0-alpha.6 --- 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 08c419b..8500bdf 100644 --- a/galaxy/README.md +++ b/galaxy/README.md @@ -189,7 +189,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 in alpha stage and under active development. In this guide, we use [Pulp Operator 1.0.0-alpha.5](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.5). +This project is in alpha stage and under active development. In this guide, we use [Pulp Operator 1.0.0-alpha.6](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.6). ### Install Pulp Operator @@ -199,7 +199,7 @@ Install specified version of Pulp Operator. cd ~ git clone https://github.com/pulp/pulp-operator.git cd pulp-operator -git checkout 1.0.0-alpha.5 +git checkout 1.0.0-alpha.6 ``` 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`. Note that `make deploy` requires `go` binary by default but you can remove this dependency by small `sed` patch. @@ -309,7 +309,7 @@ When the deployment completes successfully, the logs end with: $ kubectl -n galaxy logs -f deployments/pulp-operator-controller-manager ... 2006-01-02T15:04:05Z INFO repo_manager/status.go:146 galaxy operator finished execution ... -2006-01-02T15:04:05Z INFO repo_manager/controller.go:320 Operator tasks synced +2006-01-02T15:04:05Z INFO repo_manager/controller.go:324 Operator tasks synced ``` 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 9400e91..fd0c49a 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: 1.0.0-alpha.5 - # https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.5/README.md + # - Pulp Operator: 1.0.0-alpha.6 + # https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.6/README.md # - Galaxy NG: 4.6.3 # https://github.com/ansible/galaxy_ng/tree/4.6.3