From dcc1d777bdc0f19a5e34ed0012c4057f517fcccd Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 30 May 2022 14:10:56 +0200 Subject: [PATCH] cert-manager 1.8 --- .github/workflows/cd.yml | 2 +- .github/workflows/test-helm-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f9b5b2b76..26e336cfa 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ env: # NOTE: Updates to CERT_MANAGER_VERSION should also be done in the # test-helm-template.yaml workflow. # - CERT_MANAGER_VERSION: "v1.1.0" + CERT_MANAGER_VERSION: "v1.8.0" # These variables influence git directly # https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#_committing diff --git a/.github/workflows/test-helm-template.yaml b/.github/workflows/test-helm-template.yaml index b52b11b59..4e578cbe4 100644 --- a/.github/workflows/test-helm-template.yaml +++ b/.github/workflows/test-helm-template.yaml @@ -7,7 +7,7 @@ env: # NOTE: Updates to CERT_MANAGER_VERSION should also be done in the cd.yaml # workflow. # - CERT_MANAGER_VERSION: "v1.1.0" + CERT_MANAGER_VERSION: "v1.8.0" on: pull_request: