File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed
Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 2424 name : Prepare Helm
2525 command : |
2626 set -x
27- helm init --client-only
27+ helm init --stable-repo-url https://charts.helm.sh/stable -- client-only
2828 helm dependency update
2929 - run :
3030 name : Helm Lint Check
7878 command : sudo -E minikube start --vm-driver=none
7979 environment :
8080 CHANGE_MINIKUBE_NONE_USER : true
81- - helm/install-helm-on-cluster
81+ - run :
82+ name : Helm Init
83+ command : |
84+ curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
85+ helm init --stable-repo-url https://charts.helm.sh/stable
8286 - run :
8387 name : Update stackstorm-ha chart dependencies
8488 command : helm dependency update
Original file line number Diff line number Diff line change 22
33## In Development
44
5+ ## v0.41.0
6+ * Fix Helm 2 repository location to a new working URL https://charts.helm.sh/stable (#164 ) (by @manisha-tanwar )
57
68## v0.40.0
79* Switch st2 version to ` v3.4dev ` as a new latest development version (#157 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22# Update StackStorm version here to rely on other Docker images tags
33appVersion : 3.4dev
44name : stackstorm-ha
5- version : 0.40 .0
5+ version : 0.41 .0
66description : StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77home : https://stackstorm.com/
88icon : https://landscape.cncf.io/logos/stack-storm.svg
Original file line number Diff line number Diff line change 11dependencies :
22 - name : rabbitmq-ha
33 version : 1.46.1
4- repository : https://kubernetes- charts.storage.googleapis.com/
4+ repository : https://charts.helm.sh/stable
55 condition : rabbitmq-ha.enabled
66 - name : mongodb-replicaset
77 version : 3.12.0
8- repository : https://kubernetes- charts.storage.googleapis.com/
8+ repository : https://charts.helm.sh/stable
99 alias : mongodb-ha
1010 condition : mongodb-ha.enabled
1111 - name : external-dns
1212 version : 1.6.1
13- repository : https://kubernetes- charts.storage.googleapis.com/
13+ repository : https://charts.helm.sh/stable
1414 condition : external-dns.enabled
1515 - name : etcd-operator
1616 version : 0.10.3
17- repository : https://kubernetes- charts.storage.googleapis.com/
17+ repository : https://charts.helm.sh/stable
1818 condition : etcd-operator.enabled
19-
You can’t perform that action at this time.
0 commit comments