From f7bca857fc24d5288149b4c8f53398e9c3f3bbb0 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Thu, 10 Oct 2024 18:09:02 -0400 Subject: [PATCH] removing redundant github workflow helm-extra-set-args Signed-off-by: Hung Nguyen --- .github/workflows/openshift-test.yaml | 2 +- .github/workflows/test.yaml | 2 +- stable/enterprise/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/openshift-test.yaml b/.github/workflows/openshift-test.yaml index 164339cb..4f8b8156 100644 --- a/.github/workflows/openshift-test.yaml +++ b/.github/workflows/openshift-test.yaml @@ -128,7 +128,7 @@ jobs: mv ci/openshift-test.yaml ci/openshift-test-values.yaml popd done - ct install --config ct-config.yaml --helm-extra-args "--timeout 600s" --helm-extra-set-args "--set=useExistingPullCredSecret=true--set=useExistingLicenseSecret=true --set=anchoreConfig.policy_engine.vulnerabilities.matching.exclude.providers=[] --set=anchoreConfig.policy_engine.vulnerabilities.matching.exclude.package_types=[]" + ct install --config ct-config.yaml --helm-extra-args "--timeout 600s" env: KUBECONFIG: ./tmp/kubeconfig TARGET_BRANCH: "${{ github.event.pull_request.base.ref }}" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d467e489..434b14a9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -99,4 +99,4 @@ jobs: - name: Run chart-testing if: steps.list-changed.outputs.CHANGED == 'true' - run: ct install --config ct-config.yaml --helm-extra-args "--timeout 600s" --helm-extra-set-args "--set=useExistingPullCredSecret=true --set=useExistingLicenseSecret=true --set=anchoreConfig.policy_engine.vulnerabilities.matching.exclude.providers=[] --set=anchoreConfig.policy_engine.vulnerabilities.matching.exclude.package_types=[]" + run: ct install --config ct-config.yaml --helm-extra-args "--timeout 600s" diff --git a/stable/enterprise/Chart.yaml b/stable/enterprise/Chart.yaml index d6c51fa2..f8927516 100644 --- a/stable/enterprise/Chart.yaml +++ b/stable/enterprise/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: enterprise -version: "3.0.0" +version: "3.0.1" appVersion: "5.10.0" kubeVersion: 1.23.x - 1.30.x || 1.23.x-x - 1.30.x-x description: |