From c0e83576b6e4deacd669c9c337a4fd58fe6ec531 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 24 Oct 2025 09:45:28 +0200 Subject: [PATCH] Feature 11070: upgrade version of MongoDB subchart in OSM helm chart Change-Id: Ie715cd79814291e96ce79c15a6842c175b6bb563 Signed-off-by: garciadeblas --- installers/helm/osm/Chart.yaml | 2 +- installers/helm/osm/values.yaml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/installers/helm/osm/Chart.yaml b/installers/helm/osm/Chart.yaml index 879eee90..8e26154c 100644 --- a/installers/helm/osm/Chart.yaml +++ b/installers/helm/osm/Chart.yaml @@ -28,7 +28,7 @@ dependencies: condition: mysql.enabled - name: mongodb repository: "https://charts.bitnami.com/bitnami" - version: "13.9.4" + version: "18.1.9" condition: mongodb.enabled - name: kafka repository: "https://charts.bitnami.com/bitnami" diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index 6749f8f2..cc543417 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -349,10 +349,6 @@ mon: mongodb: enabled: true - image: - registry: docker.io - repository: bitnamilegacy/mongodb - tag: 6.0.5-debian-11-r4 fullnameOverride: "mongodb-k8s" replicaCount: 1 service: -- 2.25.1