Skip to content

Commit

Permalink
Bump to 4.2.5 for 4.6.3 (#413)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Fan <fanyuchensx@gmail.com>
  • Loading branch information
Daniel-Fan authored May 23, 2024
1 parent 53fab25 commit f726954
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ endif

VCS_REF ?= $(shell git rev-parse HEAD)

PREV_VERSION ?= 4.2.1
PREV_VERSION ?= 4.2.4

# VERSION defines the project version for the bundle.
# Update this value when you upgrade the version of your project.
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 4.2.4
VERSION ?= 4.2.5

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
"enableCertRefresh": true,
"enableWebhook": true,
"imageRegistry": "icr.io/cpopen/cpfs",
"version": "4.2.4"
"version": "4.2.5"
},
"status": {
"certManagerConfigStatus": ""
Expand All @@ -33,7 +33,7 @@ metadata:
containerImage: icr.io/cpopen/ibm-cert-manager-operator:latest
createdAt: "2024-01-04T23:13:48Z"
description: Operator for managing deployment of cert-manager service.
olm.skipRange: <4.2.4
olm.skipRange: <4.2.5
operatorframework.io/suggested-namespace: ibm-cert-manager
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/builder: operator-sdk-v1.32.0
Expand All @@ -44,7 +44,7 @@ metadata:
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
name: ibm-cert-manager-operator.v4.2.4
name: ibm-cert-manager-operator.v4.2.5
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -533,13 +533,13 @@ spec:
- name: OPERATOR_NAME
value: ibm-cert-manager-operator
- name: ICP_CERT_MANAGER_CONTROLLER_IMAGE
value: icr.io/cpopen/cpfs/icp-cert-manager-controller:4.2.4-jetstack.1.13.3
value: icr.io/cpopen/cpfs/icp-cert-manager-controller:4.2.5-jetstack.1.13.3
- name: ICP_CERT_MANAGER_WEBHOOK_IMAGE
value: icr.io/cpopen/cpfs/icp-cert-manager-webhook:4.2.4-jetstack.1.13.3
value: icr.io/cpopen/cpfs/icp-cert-manager-webhook:4.2.5-jetstack.1.13.3
- name: ICP_CERT_MANAGER_CAINJECTOR_IMAGE
value: icr.io/cpopen/cpfs/icp-cert-manager-cainjector:4.2.4-jetstack.1.13.3
value: icr.io/cpopen/cpfs/icp-cert-manager-cainjector:4.2.5-jetstack.1.13.3
- name: ICP_CERT_MANAGER_ACMESOLVER_IMAGE
value: icr.io/cpopen/cpfs/icp-cert-manager-acmesolver:4.2.4-jetstack.1.13.3
value: icr.io/cpopen/cpfs/icp-cert-manager-acmesolver:4.2.5-jetstack.1.13.3
image: icr.io/cpopen/ibm-cert-manager-operator:latest
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -622,15 +622,15 @@ spec:
maturity: alpha
provider:
name: IBM
version: 4.2.4
version: 4.2.5
relatedImages:
- image: icr.io/cpopen/ibm-cert-manager-operator:latest
name: IBM_CERT_MANAGER_OPERATOR_IMAGE
- image: icr.io/cpopen/cpfs/icp-cert-manager-controller:4.2.4-jetstack.1.13.3
- image: icr.io/cpopen/cpfs/icp-cert-manager-controller:4.2.5-jetstack.1.13.3
name: ICP_CERT_MANAGER_CONTROLLER_IMAGE
- image: icr.io/cpopen/cpfs/icp-cert-manager-webhook:4.2.4-jetstack.1.13.3
- image: icr.io/cpopen/cpfs/icp-cert-manager-webhook:4.2.5-jetstack.1.13.3
name: ICP_CERT_MANAGER_WEBHOOK_IMAGE
- image: icr.io/cpopen/cpfs/icp-cert-manager-cainjector:4.2.4-jetstack.1.13.3
- image: icr.io/cpopen/cpfs/icp-cert-manager-cainjector:4.2.5-jetstack.1.13.3
name: ICP_CERT_MANAGER_CAINJECTOR_IMAGE
- image: icr.io/cpopen/cpfs/icp-cert-manager-acmesolver:4.2.4-jetstack.1.13.3
- image: icr.io/cpopen/cpfs/icp-cert-manager-acmesolver:4.2.5-jetstack.1.13.3
name: ICP_CERT_MANAGER_ACMESOLVER_IMAGE
8 changes: 4 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ spec:
- name: OPERATOR_NAME
value: "ibm-cert-manager-operator"
- name: ICP_CERT_MANAGER_CONTROLLER_IMAGE
value: icr.io/cpopen/cpfs/icp-cert-manager-controller:4.2.4-jetstack.1.13.3
value: icr.io/cpopen/cpfs/icp-cert-manager-controller:4.2.5-jetstack.1.13.3
- name: ICP_CERT_MANAGER_WEBHOOK_IMAGE
value: icr.io/cpopen/cpfs/icp-cert-manager-webhook:4.2.4-jetstack.1.13.3
value: icr.io/cpopen/cpfs/icp-cert-manager-webhook:4.2.5-jetstack.1.13.3
- name: ICP_CERT_MANAGER_CAINJECTOR_IMAGE
value: icr.io/cpopen/cpfs/icp-cert-manager-cainjector:4.2.4-jetstack.1.13.3
value: icr.io/cpopen/cpfs/icp-cert-manager-cainjector:4.2.5-jetstack.1.13.3
- name: ICP_CERT_MANAGER_ACMESOLVER_IMAGE
value: icr.io/cpopen/cpfs/icp-cert-manager-acmesolver:4.2.4-jetstack.1.13.3
value: icr.io/cpopen/cpfs/icp-cert-manager-acmesolver:4.2.5-jetstack.1.13.3
resources:
limits:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
containerImage: icr.io/cpopen/ibm-cert-manager-operator:latest
createdAt: 2022-02-010T21:31:00Z
description: Operator for managing deployment of cert-manager service.
olm.skipRange: <4.2.4
olm.skipRange: <4.2.5
operatorframework.io/suggested-namespace: ibm-cert-manager
operators.openshift.io/infrastructure-features: '["disconnected"]'
support: IBM
Expand Down Expand Up @@ -120,12 +120,12 @@ spec:
relatedImages:
- image: icr.io/cpopen/ibm-cert-manager-operator:latest
name: IBM_CERT_MANAGER_OPERATOR_IMAGE
- image: icr.io/cpopen/cpfs/icp-cert-manager-controller:4.2.4-jetstack.1.13.3
- image: icr.io/cpopen/cpfs/icp-cert-manager-controller:4.2.5-jetstack.1.13.3
name: ICP_CERT_MANAGER_CONTROLLER_IMAGE
- image: icr.io/cpopen/cpfs/icp-cert-manager-webhook:4.2.4-jetstack.1.13.3
- image: icr.io/cpopen/cpfs/icp-cert-manager-webhook:4.2.5-jetstack.1.13.3
name: ICP_CERT_MANAGER_WEBHOOK_IMAGE
- image: icr.io/cpopen/cpfs/icp-cert-manager-cainjector:4.2.4-jetstack.1.13.3
- image: icr.io/cpopen/cpfs/icp-cert-manager-cainjector:4.2.5-jetstack.1.13.3
name: ICP_CERT_MANAGER_CAINJECTOR_IMAGE
- image: icr.io/cpopen/cpfs/icp-cert-manager-acmesolver:4.2.4-jetstack.1.13.3
- image: icr.io/cpopen/cpfs/icp-cert-manager-acmesolver:4.2.5-jetstack.1.13.3
name: ICP_CERT_MANAGER_ACMESOLVER_IMAGE
version: 0.0.0
2 changes: 1 addition & 1 deletion config/samples/operator_v1_certmanagerconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
disableHostNetwork: true
enableWebhook: true
imageRegistry: icr.io/cpopen/cpfs
version: "4.2.4"
version: "4.2.5"
enableCertRefresh: true
status:
certManagerConfigStatus: ''
2 changes: 1 addition & 1 deletion controllers/resources/certmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
imageRegistry: icr.io/cpopen/cpfs
license:
accept: false
version: 4.2.4
version: 4.2.5
status:
certManagerConfigStatus: ''
`

0 comments on commit f726954

Please sign in to comment.