Skip to content

Commit

Permalink
Merge pull request #137 from AbhyudayaSharma/mongo-replicaset-3.12.0
Browse files Browse the repository at this point in the history
Downgrade mongodb-replicaset chart to 3.12.0
  • Loading branch information
armab committed Jun 17, 2020
2 parents cc2697b + dff412d commit 2ef610a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
working_directory: ~/stackstorm-ha
docker:
# Pin Helm to v2.x, see https://github.com/StackStorm/stackstorm-ha/issues/98
- image: lachlanevenson/k8s-helm:v2.16.7
- image: lachlanevenson/k8s-helm:v2.16.9
steps:
- checkout
- run:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## In Development
## v0.31.0
* Fix chart compatibility with Helm versions >= `2.16.8` by downgrading `mongodb-replicaset` from `3.14.0` to `3.12.0` (#137) (by @AbhyudayaSharma)
* Allow injection of datastore key in cluster (#115) (by @AngryDeveloper)

## v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
# Update StackStorm version here to rely on other Docker images tags
appVersion: 3.3dev
name: stackstorm-ha
version: 0.30.0
version: 0.31.0
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
home: https://stackstorm.com/#product
icon: https://avatars1.githubusercontent.com/u/4969009
Expand Down
2 changes: 1 addition & 1 deletion requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
repository: https://kubernetes-charts.storage.googleapis.com/
condition: rabbitmq-ha.enabled
- name: mongodb-replicaset
version: 3.14.0
version: 3.12.0
repository: https://kubernetes-charts.storage.googleapis.com/
alias: mongodb-ha
condition: mongodb-ha.enabled
Expand Down

0 comments on commit 2ef610a

Please sign in to comment.