From be908062767d543d4c619e7bd76fc36063e4103b Mon Sep 17 00:00:00 2001 From: Rory Z <16801068+Rory-Z@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:58:05 +0800 Subject: [PATCH] ci: change args for install cert-manager Signed-off-by: Rory Z <16801068+Rory-Z@users.noreply.github.com> --- .github/actions/deploy-operator/action.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .github/workflows/upgrade.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/deploy-operator/action.yaml b/.github/actions/deploy-operator/action.yaml index de8ed8a5..d3a4f05b 100644 --- a/.github/actions/deploy-operator/action.yaml +++ b/.github/actions/deploy-operator/action.yaml @@ -47,7 +47,7 @@ runs: cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ - --set installCRDs=true \ + --set crds.enabled=true \ --version "$cert_manager_version" - name: Deploy operator by helm shell: bash diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c1d5d802..7000f854 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -43,7 +43,7 @@ jobs: cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ - --set installCRDs=true + --set crds.enabled=true - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: diff --git a/.github/workflows/upgrade.yaml b/.github/workflows/upgrade.yaml index 4e8563ec..59a5cba1 100644 --- a/.github/workflows/upgrade.yaml +++ b/.github/workflows/upgrade.yaml @@ -31,7 +31,7 @@ jobs: cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ - --set installCRDs=true + --set crds.enabled=true - uses: actions/checkout@v4 with: fetch-depth: 0