helm install
All checks were successful
continuous-integration/drone/push Build is passing
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
Release Helm / release (push) Successful in 11s

This commit is contained in:
2023-08-27 21:40:34 +03:00
parent af7fbf3e16
commit 2264b154ed

View 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