Commit c3b78ccd authored by David McKay's avatar David McKay Committed by David McKay

fix: update to chart-releaser-action v1.0.0-rc.1

parent cd6196fc
......@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Configure Git
run: |
......@@ -25,6 +25,6 @@ jobs:
helm init --client-only
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0-alpha.2
uses: helm/chart-releaser-action@v1.0.0-rc.1
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
......@@ -7,11 +7,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v1.0.0-alpha.3
uses: helm/chart-testing-action@v1.0.0-rc.1
with:
command: lint
......@@ -23,6 +26,6 @@ jobs:
if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install)
uses: helm/chart-testing-action@v1.0.0-alpha.3
uses: helm/chart-testing-action@v1.0.0-rc.1
with:
command: install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment