diff --git a/.github/ct.yaml b/.github/ct.yaml new file mode 100644 index 0000000..adc2a0c --- /dev/null +++ b/.github/ct.yaml @@ -0,0 +1,7 @@ +# See https://github.com/helm/chart-testing#configuration +remote: origin +chart-dirs: + - charts +chart-repos: + - uptime-kuma=https://dirsigler.github.io/uptime-kuma-helm +debug: true diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 8c50e50..783be84 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -1,6 +1,9 @@ name: Lint and Test Charts -on: pull_request +on: + push: + branches: + - dev jobs: lint-test: @@ -32,11 +35,11 @@ jobs: fi - name: Run chart-testing (lint) - run: ct lint --target-branch main + run: ct lint --config .github/ct.yaml --target-branch main - name: Create kind cluster uses: helm/kind-action@v1.2.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) - run: ct install --target-branch main + run: ct install --config .github/ct.yaml --target-branch main diff --git a/charts/uptime-kuma/Chart.yaml b/charts/uptime-kuma/Chart.yaml index 0293a0d..1244d35 100644 --- a/charts/uptime-kuma/Chart.yaml +++ b/charts/uptime-kuma/Chart.yaml @@ -21,7 +21,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.3 +version: 0.3.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to