From 586f67abc117037a93d6bd5a7a78744b17fe8b84 Mon Sep 17 00:00:00 2001 From: tim-sendible Date: Wed, 6 Jan 2021 11:27:44 +0000 Subject: [PATCH 1/4] bump chart version for pr test --- helm-charts/charts/sorry-cypress/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/charts/sorry-cypress/Chart.yaml b/helm-charts/charts/sorry-cypress/Chart.yaml index 8cb6acd..fdf873e 100644 --- a/helm-charts/charts/sorry-cypress/Chart.yaml +++ b/helm-charts/charts/sorry-cypress/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sorry-cypress description: A Helm chart for Sorry Cypress type: application -version: 0.1.5 +version: 0.1.6 appVersion: 1.16.0 home: https://sorry-cypress.dev/ sources: From 7198d364264c39960e994d3724b1a2364b2060e4 Mon Sep 17 00:00:00 2001 From: tim-sendible Date: Wed, 6 Jan 2021 11:37:10 +0000 Subject: [PATCH 2/4] I completely got the cypress version wrong so the chart doesn't install --- helm-charts/charts/sorry-cypress/Chart.yaml | 2 +- lint.yaml | 4 +--- test.yaml | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/helm-charts/charts/sorry-cypress/Chart.yaml b/helm-charts/charts/sorry-cypress/Chart.yaml index fdf873e..b36fcaa 100644 --- a/helm-charts/charts/sorry-cypress/Chart.yaml +++ b/helm-charts/charts/sorry-cypress/Chart.yaml @@ -3,7 +3,7 @@ name: sorry-cypress description: A Helm chart for Sorry Cypress type: application version: 0.1.6 -appVersion: 1.16.0 +appVersion: 0.6.1 home: https://sorry-cypress.dev/ sources: - https://github.com/sorry-cypress/sorry-cypress diff --git a/lint.yaml b/lint.yaml index 9ad7e25..9878c2b 100644 --- a/lint.yaml +++ b/lint.yaml @@ -2,6 +2,4 @@ remote: origin target-branch: main chart-dirs: - - helm-charts/charts -all: -debug: \ No newline at end of file + - helm-charts/charts \ No newline at end of file diff --git a/test.yaml b/test.yaml index 566f05f..879bc87 100644 --- a/test.yaml +++ b/test.yaml @@ -3,6 +3,4 @@ remote: origin target-branch: main chart-dirs: - helm-charts/charts -chart-repos: - - bitnami=https://charts.bitnami.com/bitnami helm-extra-args: --timeout 600s From 6f7a9d936895830f1b49bf60e68971ea96b9272e Mon Sep 17 00:00:00 2001 From: tim-sendible Date: Wed, 6 Jan 2021 11:42:03 +0000 Subject: [PATCH 3/4] Upgrade to latest testing action --- .github/workflows/lint-test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 7d2f0b2..6eab58a 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -41,13 +41,10 @@ jobs: run: ct lint --all --debug --config lint.yaml - name: Create kind cluster - uses: helm/kind-action@v1.0.0 + uses: helm/kind-action@v2.0.1 with: install_local_path_provisioner: true if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) - uses: helm/chart-testing-action@v1.0.0 - with: - command: install - config: test.yaml \ No newline at end of file + run: ct install --debug --config test.yaml \ No newline at end of file From ec3f073a5cdccd78daebcc894f9c2b10ba4b3936 Mon Sep 17 00:00:00 2001 From: tim-sendible Date: Wed, 6 Jan 2021 11:43:23 +0000 Subject: [PATCH 4/4] I must stop making up version numbers for things --- .github/workflows/lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 6eab58a..7e5414e 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -41,7 +41,7 @@ jobs: run: ct lint --all --debug --config lint.yaml - name: Create kind cluster - uses: helm/kind-action@v2.0.1 + uses: helm/kind-action@v1.1.0 with: install_local_path_provisioner: true if: steps.list-changed.outputs.changed == 'true'