File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v4
2525 with :
2626 repository : pulp/pulp-operator
27- ref : 1.0.1
27+ ref : 1.1.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.1.0
6+ VERSION ?= 1.1.1
77DATE := $(shell date '+% Y% m% d')
88BUILD_VERSION := $(VERSION ) -$(DATE )
99
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ metadata:
6464 capabilities : Full Lifecycle
6565 categories : Integration & Delivery
6666 containerImage : quay.io/pulp/pulp-operator:v1.0.0
67- createdAt : " 2025-09-18T18:00 :01Z"
67+ createdAt : " 2025-10-21T17:04 :01Z"
6868 description : Pulp is a platform for managing repositories of software packages
6969 and making them available to a large number of consumers.
7070 metadata.annotations.support : Community
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
74- name : pulp-operator.v1.1.0
74+ name : pulp-operator.v1.1.1
7575 namespace : placeholder
7676spec :
7777 apiservicedefinitions : {}
@@ -1195,7 +1195,7 @@ spec:
11951195 valueFrom :
11961196 fieldRef :
11971197 fieldPath : metadata.annotations['olm.targetNamespaces']
1198- image : quay.io/pulp/pulp-operator:v1.1.0
1198+ image : quay.io/pulp/pulp-operator:v1.1.1
11991199 livenessProbe :
12001200 httpGet :
12011201 path : /healthz
@@ -1441,4 +1441,4 @@ spec:
14411441 name : pulp-redis
14421442 - image : docker.io/library/postgres:13
14431443 name : pulp-postgres
1444- version : 1.1.0
1444+ version : 1.1.1
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.1.0
16+ newTag : v1.1.1
You can’t perform that action at this time.
0 commit comments