Update helm to 3.13

This commit is contained in:
2024-08-31 21:45:50 +10:00
committed by GitHub
parent 2ba4801d30
commit 559e239e64
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM dtzar/helm-kubectl:3.12.3
FROM dtzar/helm-kubectl:3.13
WORKDIR /app
+9
View File
@@ -50,6 +50,15 @@ Or you may want to deploy applications with `helm`
```
## Switch versions
You can switch to different helm version by using different tags, current the master branch uses helm `3.15`
* 3.12 wahyd4/kubectl-helm-action@3.12
* 3.13 wahyd4/kubectl-helm-action@3.13
* 3.14 wahyd4/kubectl-helm-action@3.14
* 3.15 wahyd4/kubectl-helm-action@3.15
## Thanks
This repo is inspired by [steebchen/kubectl](https://github.com/steebchen/kubectl), thanks.