diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8c139c7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3df8c3e..fbf195b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -14,7 +14,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v1 with: - version: v3.4.1 + version: v3.8.1 # Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and # yamllint (https://github.com/adrienverge/yamllint) which require Python @@ -24,9 +24,9 @@ jobs: python-version: 3.7 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.0.1 + uses: helm/chart-testing-action@v2.2.1 with: - version: v3.3.0 + version: v3.5.1 - name: Run chart-testing (list-changed) id: list-changed @@ -40,7 +40,7 @@ jobs: run: ct lint --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.1.0 + uses: helm/kind-action@v1.2.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f687495..f9e37fa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,6 +8,10 @@ on: jobs: release: runs-on: ubuntu-latest + + permissions: + contents: write + steps: - name: Checkout uses: actions/checkout@v2 @@ -22,7 +26,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v1 with: - version: v3.4.1 + version: v3.8.1 # Optional step if GPG signing is used - name: Prepare GPG key @@ -47,7 +51,7 @@ jobs: helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.1.0 + uses: helm/chart-releaser-action@v1.4.0 with: charts_dir: charts config: cr.yaml diff --git a/charts/example-v2/Chart.yaml b/charts/example-v2/Chart.yaml index 101edf2..aaed15f 100644 --- a/charts/example-v2/Chart.yaml +++ b/charts/example-v2/Chart.yaml @@ -8,4 +8,4 @@ maintainers: name: example-v2 sources: - https://github.com/helm/helm -version: 0.2.7 +version: 0.2.8