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 1717 working_directory : ~/stackstorm-ha
1818 docker :
1919 # 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
2121 steps :
2222 - checkout
2323 - run :
Original file line number Diff line number Diff line change 11# Changelog
22
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 )
45* Allow injection of datastore key in cluster (#115 ) (by @AngryDeveloper )
56
67## v0.30.0
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.3dev
44name : stackstorm-ha
5- version : 0.30 .0
5+ version : 0.31 .0
66description : StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77home : https://stackstorm.com/#product
88icon : https://avatars1.githubusercontent.com/u/4969009
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies:
44 repository : https://kubernetes-charts.storage.googleapis.com/
55 condition : rabbitmq-ha.enabled
66 - name : mongodb-replicaset
7- version : 3.14 .0
7+ version : 3.12 .0
88 repository : https://kubernetes-charts.storage.googleapis.com/
99 alias : mongodb-ha
1010 condition : mongodb-ha.enabled
You can’t perform that action at this time.
0 commit comments