Skip to content

Commit

Permalink
Bump cert-manager to v1.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Jul 27, 2022
1 parent 43fb931 commit 5eabbcf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies:
match: OLM_VERSION

- name: cert-manager
version: 1.8.0
version: 1.9.1
refPaths:
- path: test/e2e_test.go
match: cert-manager/cert-manager
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/e2e-olm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function deploy_olm() {
function deploy_spo() {
# cert-manager first. This should be done using dependencies in the
# future
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.9.1/cert-manager.yaml
kubectl -ncert-manager wait --for condition=ready pod -l app.kubernetes.io/instance=cert-manager

# let's roll..
Expand Down
2 changes: 1 addition & 1 deletion installation-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cert-manager via `kubectl`, if you're **not** running on
[OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift):

```sh
$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.yaml
$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.9.1/cert-manager.yaml
$ kubectl --namespace cert-manager wait --for condition=ready pod -l app.kubernetes.io/instance=cert-manager
```

Expand Down
2 changes: 1 addition & 1 deletion test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

const (
certmanager = "https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.yaml"
certmanager = "https://github.com/cert-manager/cert-manager/releases/download/v1.9.1/cert-manager.yaml"
manifest = "deploy/operator.yaml"
namespaceManifest = "deploy/namespace-operator.yaml"
testNamespace = "test-ns"
Expand Down

0 comments on commit 5eabbcf

Please sign in to comment.