updating actions versions

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-08-27 11:31:27 -04:00
parent 040818fb1d
commit 83bb21d987
2 changed files with 4 additions and 4 deletions

View File

@ -14,19 +14,19 @@ jobs:
- name: Run chart-testing (lint) - name: Run chart-testing (lint)
id: lint id: lint
uses: helm/chart-testing-action@v1.0.0-rc.2 uses: helm/chart-testing-action@v1.0.0
with: with:
command: lint command: lint
config: ct.yaml config: ct.yaml
- name: Create kind cluster - name: Create kind cluster
uses: helm/kind-action@v1.0.0-rc.1 uses: helm/kind-action@v1.0.0
with: with:
install_local_path_provisioner: true install_local_path_provisioner: true
if: steps.lint.outputs.changed == 'true' if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install) - name: Run chart-testing (install)
uses: helm/chart-testing-action@v1.0.0-rc.2 uses: helm/chart-testing-action@v1.0.0
with: with:
command: install command: install
config: ct.yaml config: ct.yaml

View File

@ -39,7 +39,7 @@ jobs:
helm repo add stable https://kubernetes-charts.storage.googleapis.com/ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0-rc.2 uses: helm/chart-releaser-action@v1.0.0
with: with:
charts_repo_url: https://billimek.com/billimek-charts/ charts_repo_url: https://billimek.com/billimek-charts/
env: env: