mirror of
https://github.com/wahyd4/kubectl-helm-action.git
synced 2026-08-08 20:56:21 +10:00
Update helm to 3.13
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM dtzar/helm-kubectl:3.12.3
|
||||
FROM dtzar/helm-kubectl:3.13
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user