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 24
24
name : Prepare Helm
25
25
command : |
26
26
set -x
27
- helm init --client-only
27
+ helm init --stable-repo-url https://charts.helm.sh/stable -- client-only
28
28
helm dependency update
29
29
- run :
30
30
name : Helm Lint Check
78
78
command : sudo -E minikube start --vm-driver=none
79
79
environment :
80
80
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
82
86
- run :
83
87
name : Update stackstorm-ha chart dependencies
84
88
command : helm dependency update
Original file line number Diff line number Diff line change 2
2
3
3
## In Development
4
4
5
+ ## v0.41.0
6
+ * Fix Helm 2 repository location to a new working URL https://charts.helm.sh/stable (#164 ) (by @manisha-tanwar )
5
7
6
8
## v0.40.0
7
9
* 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
2
2
# Update StackStorm version here to rely on other Docker images tags
3
3
appVersion : 3.4dev
4
4
name : stackstorm-ha
5
- version : 0.40 .0
5
+ version : 0.41 .0
6
6
description : StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
7
7
home : https://stackstorm.com/
8
8
icon : https://landscape.cncf.io/logos/stack-storm.svg
Original file line number Diff line number Diff line change 1
1
dependencies :
2
2
- name : rabbitmq-ha
3
3
version : 1.46.1
4
- repository : https://kubernetes- charts.storage.googleapis.com/
4
+ repository : https://charts.helm.sh/stable
5
5
condition : rabbitmq-ha.enabled
6
6
- name : mongodb-replicaset
7
7
version : 3.12.0
8
- repository : https://kubernetes- charts.storage.googleapis.com/
8
+ repository : https://charts.helm.sh/stable
9
9
alias : mongodb-ha
10
10
condition : mongodb-ha.enabled
11
11
- name : external-dns
12
12
version : 1.6.1
13
- repository : https://kubernetes- charts.storage.googleapis.com/
13
+ repository : https://charts.helm.sh/stable
14
14
condition : external-dns.enabled
15
15
- name : etcd-operator
16
16
version : 0.10.3
17
- repository : https://kubernetes- charts.storage.googleapis.com/
17
+ repository : https://charts.helm.sh/stable
18
18
condition : etcd-operator.enabled
19
-
You can’t perform that action at this time.
0 commit comments