Skip to content

Commit

Permalink
Merge pull request #528 from Fedosin/bump_cert_manager
Browse files Browse the repository at this point in the history
馃尡 Bump cert-manager version to v1.14.5
  • Loading branch information
k8s-ci-robot committed May 21, 2024
2 parents e5af903 + 26bde5e commit cc612a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ CONTROLLER_IMG_TAG ?= $(CONTROLLER_IMG)-$(ARCH):$(TAG)
LDFLAGS := $(shell $(ROOT)/hack/version.sh)

# Default cert-manager version
CERT_MANAGER_VERSION ?= v1.13.2
CERT_MANAGER_VERSION ?= v1.14.5

# E2E configuration
GINKGO_NOCOLOR ?= false
Expand Down
2 changes: 1 addition & 1 deletion hack/cert-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

CERT_MANAGER_VERSION=v1.13.2
CERT_MANAGER_VERSION=v1.14.5
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml

0 comments on commit cc612a3

Please sign in to comment.