Skip to content

Commit

Permalink
helm: updates helm to v3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgo19 committed Mar 10, 2024
1 parent 1cfdd52 commit c087481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install-k3s-playbook/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
k3s_version: v1.28.7+k3s1
kubeseal_version: 0.26.0
kustomize_version: v4.5.5
helm_version: v3.9.0
helm_version: v3.14.2
argocd_version: v2.6.7
hosts_line: argocd.k3sdemo.lan alertmanager.k3sdemo.lan prometheus.k3sdemo.lan grafana.k3sdemo.lan kiali.k3sdemo.lan jaeger.k3sdemo.lan dashboard.k3sdemo.lan sealed-secrets.k3sdemo.lan registry.k3sdemo.lan keycloak.k3sdemo.lan configmap-web.k3sdemo.lan pma-mariadb-ephemeral.k3sdemo.lan my-webserver.k3sdemo.lan pma-mariadb-pv.k3sdemo.lan test-nginx.k3sdemo.lan git.k3sdemo.lan echo.k3sdemo.lan
2 changes: 1 addition & 1 deletion install-k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ $ curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/kustomi
Get Helm
If you are on arm64 architecture, replace the amd64 by arm64 in the url.
```
$ curl -L https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz | tar xvzC ~/bin --strip-components 1 -f - linux-amd64/helm
$ curl -L https://get.helm.sh/helm-v3.14.2-linux-amd64.tar.gz | tar xvzC ~/bin --strip-components 1 -f - linux-amd64/helm
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0linux-amd64/helm
Expand Down

0 comments on commit c087481

Please sign in to comment.