File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
working_directory : ~/stackstorm-ha
18
18
docker :
19
19
# Pin Helm to v2.x, see https://github.com/StackStorm/stackstorm-ha/issues/98
20
- - image : lachlanevenson/k8s-helm:v2.16.7
20
+ - image : lachlanevenson/k8s-helm:v2.16.9
21
21
steps :
22
22
- checkout
23
23
- run :
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## In Development
3
+ ## v0.31.0
4
+ * Fix chart compatibility with Helm versions >= ` 2.16.8 ` by downgrading ` mongodb-replicaset ` from ` 3.14.0 ` to ` 3.12.0 ` (#137 ) (by @AbhyudayaSharma )
4
5
* Allow injection of datastore key in cluster (#115 ) (by @AngryDeveloper )
5
6
6
7
## v0.30.0
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.3dev
4
4
name : stackstorm-ha
5
- version : 0.30 .0
5
+ version : 0.31 .0
6
6
description : StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
7
7
home : https://stackstorm.com/#product
8
8
icon : https://avatars1.githubusercontent.com/u/4969009
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies:
4
4
repository : https://kubernetes-charts.storage.googleapis.com/
5
5
condition : rabbitmq-ha.enabled
6
6
- name : mongodb-replicaset
7
- version : 3.14 .0
7
+ version : 3.12 .0
8
8
repository : https://kubernetes-charts.storage.googleapis.com/
9
9
alias : mongodb-ha
10
10
condition : mongodb-ha.enabled
You can’t perform that action at this time.
0 commit comments