From 5ed52187a687a33e05f909940f49570be006d450 Mon Sep 17 00:00:00 2001 From: jiangpengcheng Date: Mon, 25 Jul 2022 07:49:41 +0800 Subject: [PATCH] Use v1.8.2 for cert-manager tests --- .ci/tests/integration/e2e.yaml | 2 +- .github/workflows/test-helm-charts.yml | 2 +- .github/workflows/test-integration-kind-samples.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/tests/integration/e2e.yaml b/.ci/tests/integration/e2e.yaml index 87cb9fa5f..2a694f870 100644 --- a/.ci/tests/integration/e2e.yaml +++ b/.ci/tests/integration/e2e.yaml @@ -17,7 +17,7 @@ setup: command: | helm repo add jetstack https://charts.jetstack.io helm repo update - helm install cert-manager jetstack/cert-manager --set installCRDs=true + helm install cert-manager jetstack/cert-manager --set installCRDs=true --version v1.8.2 wait: - namespace: default resource: pod diff --git a/.github/workflows/test-helm-charts.yml b/.github/workflows/test-helm-charts.yml index 761f7f8d2..0f0222dc7 100644 --- a/.github/workflows/test-helm-charts.yml +++ b/.github/workflows/test-helm-charts.yml @@ -108,7 +108,7 @@ jobs: run: | helm repo add jetstack https://charts.jetstack.io helm repo update - helm install cert-manager jetstack/cert-manager --set installCRDs=true + helm install cert-manager jetstack/cert-manager --set installCRDs=true --version v1.8.2 - name: Run chart-testing (install) run: ct install --config .ci/ct.yaml diff --git a/.github/workflows/test-integration-kind-samples.yml b/.github/workflows/test-integration-kind-samples.yml index 45e8d4c95..82c404fca 100644 --- a/.github/workflows/test-integration-kind-samples.yml +++ b/.github/workflows/test-integration-kind-samples.yml @@ -44,7 +44,7 @@ jobs: run: | helm repo add jetstack https://charts.jetstack.io helm repo update - helm install cert-manager jetstack/cert-manager --set installCRDs=true + helm install cert-manager jetstack/cert-manager --set installCRDs=true --version v1.8.2 - name: Build runner images run: |