simplified chart release workflow
the Ubuntu runner base image already includes Helm 3.7.0
This commit is contained in:
5
.github/workflows/chart-release.yaml
vendored
5
.github/workflows/chart-release.yaml
vendored
@@ -21,11 +21,6 @@ jobs:
|
||||
git config user.name "$GITHUB_ACTOR"
|
||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v1
|
||||
with:
|
||||
version: v3.7.0
|
||||
|
||||
- name: Add bitnami repo
|
||||
run: helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
|
||||
|
||||
Reference in New Issue
Block a user