From 31615c7d51e00a1560f3b8226b867a13f011fa8a Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Sun, 4 Dec 2022 03:48:29 +0900 Subject: [PATCH] feat: bump pulp operator version to 1.0.0-alpha.4 --- galaxy/README.md | 5 +++-- galaxy/pulp/galaxy.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/galaxy/README.md b/galaxy/README.md index 873db7a..ada50f1 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.3](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.3). +This project is in alpha stage and under active development. In this guide, we use [Pulp Operator 1.0.0-alpha.4](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.4). ### 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.3 +git checkout 1.0.0-alpha.4 ``` 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. @@ -251,6 +251,7 @@ Modify `ingress_host` in `pulp/galaxy.yaml`. spec: ... ingress_type: ingress + ingress_class_name: traefik ingress_tls_secret: galaxy-secret-tls ingress_host: galaxy.example.com 👈👈👈 ... diff --git a/galaxy/pulp/galaxy.yaml b/galaxy/pulp/galaxy.yaml index 9a87150..4324ce5 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.3 - # https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.3/README.md + # - Pulp Operator: 1.0.0-alpha.4 + # https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.4/README.md # - Galaxy NG: 4.5.2 # https://github.com/ansible/galaxy_ng/tree/4.5.2 @@ -19,6 +19,7 @@ spec: admin_password_secret: galaxy-admin-password ingress_type: ingress + ingress_class_name: traefik ingress_tls_secret: galaxy-secret-tls ingress_host: galaxy.example.com