helm install
This commit is contained in:
13
.gitea/workflows/release.yaml
Normal file
13
.gitea/workflows/release.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Release Helm
|
||||||
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: yokawasa/action-setup-kube-tools@v0.9.3
|
||||||
|
with:
|
||||||
|
setup-tools: helm
|
||||||
|
- run: helm version
|
Reference in New Issue
Block a user