Skip to content

Commit

Permalink
[o/cert-manager-operator] cert-manager-1.13 config updates (#43538)
Browse files Browse the repository at this point in the history
* [o/cert-manager-operator] Bump ci pipeline images to use v1.13.0 cert-manager operand

Signed-off-by: Swarup Ghosh <[email protected]>

* [o/cert-manager-operator] Protect branch cert-manager-1.12

Signed-off-by: Swarup Ghosh <[email protected]>

* [o/cert-manager-operator] Protect branch cert-manager-1.12

Signed-off-by: Swarup Ghosh <[email protected]>

---------

Signed-off-by: Swarup Ghosh <[email protected]>
  • Loading branch information
swghosh authored Sep 20, 2023
1 parent 82a9c26 commit f89c1a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ base_images:
cert-manager-cainjector:
name: cert-manager-cainjector
namespace: ci
tag: v1.12.4
tag: v1.13.0
cert-manager-controller:
name: cert-manager-controller
namespace: ci
tag: v1.12.4
tag: v1.13.0
cert-manager-webhook:
name: cert-manager-webhook
namespace: ci
tag: v1.12.4
tag: v1.13.0
cli-operator-sdk:
name: cli-operator-sdk
namespace: ocp
Expand Down Expand Up @@ -41,11 +41,11 @@ operator:
substitutions:
- pullspec: openshift.io/cert-manager-operator:latest
with: pipeline:cert-manager-operator
- pullspec: quay.io/jetstack/cert-manager-controller:v1.12.4
- pullspec: quay.io/jetstack/cert-manager-controller:v1.13.0
with: cert-manager-controller
- pullspec: quay.io/jetstack/cert-manager-webhook:v1.12.4
- pullspec: quay.io/jetstack/cert-manager-webhook:v1.13.0
with: cert-manager-webhook
- pullspec: quay.io/jetstack/cert-manager-cainjector:v1.12.4
- pullspec: quay.io/jetstack/cert-manager-cainjector:v1.13.0
with: cert-manager-cainjector
releases:
initial:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ branch-protection:
branches:
cert-manager-1.11:
protect: true
cert-manager-1.12:
protect: true
cert-manager-v1.10.x:
protect: true
master:
Expand Down

0 comments on commit f89c1a3

Please sign in to comment.