File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v5
2525 with :
2626 repository : pulp/pulp-operator
27- ref : 1.1 .0
27+ ref : 1.3 .0
2828 - name : Build bundle image
2929 run : make bundle-build bundle-push BUNDLE_IMG=localhost:5001/pulp-operator-bundle:old
3030 - name : Install the operator
Original file line number Diff line number Diff line change 33# To re-generate a bundle for another specific version without changing the standard setup, you can:
44# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6- VERSION ?= 1.3 .0
6+ VERSION ?= 2.0 .0
77DATE := $(shell date '+% Y% m% d')
88BUILD_VERSION := $(VERSION ) -$(DATE )
99
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ metadata:
6565 capabilities : Full Lifecycle
6666 categories : Integration & Delivery
6767 containerImage : quay.io/pulp/pulp-operator:v1.0.0
68- createdAt : " 2026-03-10T13:08:55Z "
68+ createdAt : " 2026-03-17T12:18:57Z "
6969 description : Pulp is a platform for managing repositories of software packages
7070 and making them available to a large number of consumers.
7171 operators.operatorframework.io/builder : operator-sdk-v1.31.0
7272 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
7373 repository : https://github.com/pulp/pulp-operator
7474 support : Community
75- name : pulp-operator.v1.3 .0
75+ name : pulp-operator.v2.0 .0
7676 namespace : placeholder
7777spec :
7878 apiservicedefinitions : {}
@@ -1251,7 +1251,7 @@ spec:
12511251 valueFrom :
12521252 fieldRef :
12531253 fieldPath : metadata.annotations['olm.targetNamespaces']
1254- image : quay.io/pulp/pulp-operator:v1.3 .0
1254+ image : quay.io/pulp/pulp-operator:v2.0 .0
12551255 livenessProbe :
12561256 httpGet :
12571257 path : /healthz
@@ -1509,4 +1509,4 @@ spec:
15091509 name : pulp-redis
15101510 - image : docker.io/library/postgres:15
15111511 name : pulp-postgres
1512- version : 1.3 .0
1512+ version : 2.0 .0
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
1313images :
1414- name : controller
1515 newName : quay.io/pulp/pulp-operator
16- newTag : v1.3 .0
16+ newTag : v2.0 .0
You can’t perform that action at this time.
0 commit comments