Skip to content

Commit c0b31bc

Browse files
Jonsy13git
andauthored
Updating MongoDB repository to bitnamilegacy (#457)
* Added fixes Signed-off-by: git <[email protected]> * Added fixes Signed-off-by: git <[email protected]> --------- Signed-off-by: git <[email protected]> Co-authored-by: git <[email protected]>
1 parent 0dac3f0 commit c0b31bc

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

charts/litmus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "3.21.0"
33
description: A Helm chart to install ChaosCenter
44
name: litmus
5-
version: 3.21.0
5+
version: 3.21.1
66
kubeVersion: ">=1.16.0-0"
77
home: https://litmuschaos.io
88
sources:

charts/litmus/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# litmus
22

3-
![Version: 3.21.0](https://img.shields.io/badge/Version-3.21.0-informational?style=flat-square) ![AppVersion: 3.21.0](https://img.shields.io/badge/AppVersion-3.21.0-informational?style=flat-square)
3+
![Version: 3.21.1](https://img.shields.io/badge/Version-3.21.1-informational?style=flat-square) ![AppVersion: 3.21.0](https://img.shields.io/badge/AppVersion-3.21.0-informational?style=flat-square)
44

55
A Helm chart to install ChaosCenter
66

@@ -88,7 +88,7 @@ We separated service configuration from `portal.server.service` to `portal.serve
8888
| internalTLS.web.crt | string | `""` | |
8989
| internalTLS.web.key | string | `""` | |
9090
| internalTLS.web.secretName | string | `""` | |
91-
| mongodb | object | `{"architecture":"replicaset","auth":{"enabled":true,"existingSecret":"","rootPassword":"1234","rootUser":"root"},"enabled":true,"livenessProbe":{"timeoutSeconds":20},"metrics":{"enabled":false,"prometheusRule":{"enabled":false}},"persistence":{"enabled":true},"readinessProbe":{"timeoutSeconds":20},"replicaCount":3,"volumePermissions":{"enabled":true,"image":{"registry":"docker.io","repository":"bitnami/os-shell","tag":"12-debian-12-r47"}}}` | Configure the Bitnami MongoDB subchart see values at https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml |
91+
| mongodb | object | `{"architecture":"replicaset","auth":{"enabled":true,"existingSecret":"","rootPassword":"1234","rootUser":"root"},"enabled":true,"image":{"registry":"docker.io","repository":"bitnamilegacy/mongodb","tag":"8.0.13-debian-12-r0"},"livenessProbe":{"timeoutSeconds":20},"metrics":{"enabled":false,"prometheusRule":{"enabled":false}},"persistence":{"enabled":true},"readinessProbe":{"timeoutSeconds":20},"replicaCount":3,"volumePermissions":{"enabled":true,"image":{"registry":"docker.io","repository":"bitnamilegacy/os-shell","tag":"12-debian-12-r51"}}}` | Configure the Bitnami MongoDB subchart see values at https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml |
9292
| mongodb.auth.existingSecret | string | `""` | existingSecret Existing secret with MongoDB(&reg;) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`) |
9393
| nameOverride | string | `""` | |
9494
| openshift.route.annotations | object | `{}` | |

charts/litmus/values.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ openshift:
358358
# -- Configure the Bitnami MongoDB subchart
359359
# see values at https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml
360360
mongodb:
361+
image:
362+
registry: docker.io
363+
repository: bitnamilegacy/mongodb
364+
tag: 8.0.13-debian-12-r0
361365
# For some environments, mongo pings can take time to resolve
362366
livenessProbe:
363367
timeoutSeconds: 20
@@ -382,8 +386,8 @@ mongodb:
382386
enabled: true
383387
image:
384388
registry: docker.io
385-
repository: bitnami/os-shell
386-
tag: 12-debian-12-r47
389+
repository: bitnamilegacy/os-shell
390+
tag: 12-debian-12-r51
387391
metrics:
388392
enabled: false
389393
prometheusRule:

0 commit comments

Comments
 (0)