From 456934a24241085a128f20c4ff0f9bf566774456 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 25 Mar 2026 02:25:27 +0200 Subject: [PATCH] Update oramap to work with mongo --- charts/oramap-chart/templates/mongodb-statefulset.yaml | 4 ++-- charts/oramap-chart/values.yaml | 2 +- manifests/oramap/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/oramap-chart/templates/mongodb-statefulset.yaml b/charts/oramap-chart/templates/mongodb-statefulset.yaml index 05be527..bb1ee0c 100644 --- a/charts/oramap-chart/templates/mongodb-statefulset.yaml +++ b/charts/oramap-chart/templates/mongodb-statefulset.yaml @@ -37,7 +37,7 @@ spec: livenessProbe: exec: command: - - mongosh + - mongo - --eval - "db.adminCommand('ping')" initialDelaySeconds: 30 @@ -47,7 +47,7 @@ spec: readinessProbe: exec: command: - - mongosh + - mongo - --eval - "db.adminCommand('ping')" initialDelaySeconds: 10 diff --git a/charts/oramap-chart/values.yaml b/charts/oramap-chart/values.yaml index 894d62e..0c76676 100644 --- a/charts/oramap-chart/values.yaml +++ b/charts/oramap-chart/values.yaml @@ -48,7 +48,7 @@ mongodb: enabled: true image: repository: mongo - tag: "7.0" + tag: "4.4" pullPolicy: IfNotPresent persistence: enabled: true diff --git a/manifests/oramap/values.yaml b/manifests/oramap/values.yaml index 1c14618..1bac862 100644 --- a/manifests/oramap/values.yaml +++ b/manifests/oramap/values.yaml @@ -45,7 +45,7 @@ mongodb: enabled: true image: repository: mongo - tag: "7.0" + tag: "4.4" pullPolicy: IfNotPresent persistence: enabled: true