Skip to content

Commit 2ef610a

Browse files
authored
Merge pull request #137 from AbhyudayaSharma/mongo-replicaset-3.12.0
Downgrade mongodb-replicaset chart to 3.12.0
2 parents cc2697b + dff412d commit 2ef610a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
# Update StackStorm version here to rely on other Docker images tags
33
appVersion: 3.3dev
44
name: stackstorm-ha
5-
version: 0.30.0
5+
version: 0.31.0
66
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77
home: https://stackstorm.com/#product
88
icon: https://avatars1.githubusercontent.com/u/4969009

requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)