Skip to content

Commit

Permalink
Upgrade to Cert Manager 1.7.3 (#307)
Browse files Browse the repository at this point in the history
* Upgrade to Cert Manager 1.10.0

* Fail fast when installing cert manager

* Upgrade to 1.7.3

Here is the relevant documentation for k8s compatibility:
https://cert-manager.io/docs/installation/supported-releases/

### Motivation

The current version is out of date.

### Modifications

* Upgrade from 1.5.4 to 1.7.3

### Verifying this change

Once #306 is merged, the test suite will verify this PR.
  • Loading branch information
michaeljmarshall committed Oct 19, 2022
1 parent 42ce7ca commit 3ef2d80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/cert-manager/install-cert-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@

#!/usr/bin/env bash

# If installation fails, the build should fail
set -e

NAMESPACE=cert-manager
NAME=cert-manager
VERSION=v1.5.4
VERSION=v1.7.3

# Install cert-manager CustomResourceDefinition resources
echo "Installing cert-manager CRD resources ..."
Expand Down

0 comments on commit 3ef2d80

Please sign in to comment.