mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
bump action versions
This commit is contained in:
parent
d3efa1f724
commit
4bfe8b8f20
6
.github/workflows/lint-test.yaml
vendored
6
.github/workflows/lint-test.yaml
vendored
@ -11,17 +11,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Run chart-testing (lint)
|
- name: Run chart-testing (lint)
|
||||||
id: lint
|
id: lint
|
||||||
uses: helm/chart-testing-action@v1.0.0-alpha.3
|
uses: helm/chart-testing-action@v1.0.0-rc.2
|
||||||
with:
|
with:
|
||||||
command: lint
|
command: lint
|
||||||
|
|
||||||
- name: Create kind cluster
|
- name: Create kind cluster
|
||||||
uses: helm/kind-action@v1.0.0-alpha.3
|
uses: helm/kind-action@v1.0.0-rc.1
|
||||||
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-alpha.3
|
uses: helm/chart-testing-action@v1.0.0-rc.2
|
||||||
with:
|
with:
|
||||||
command: install
|
command: install
|
||||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
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-alpha.2
|
uses: helm/chart-releaser-action@v1.0.0-rc.2
|
||||||
with:
|
with:
|
||||||
charts_repo_url: https://billimek.com/billimek-charts/
|
charts_repo_url: https://billimek.com/billimek-charts/
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user