From 193d28bad99047154862786889c17005c9f8bf87 Mon Sep 17 00:00:00 2001 From: marcsello Date: Tue, 14 Dec 2021 01:17:44 +0100 Subject: [PATCH] Mongodb fixed --- Chart.yaml | 2 +- templates/mongo_deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index ad01eae..50194a1 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/templates/mongo_deployment.yaml b/templates/mongo_deployment.yaml index 6977fa8..d7fdf3f 100644 --- a/templates/mongo_deployment.yaml +++ b/templates/mongo_deployment.yaml @@ -31,7 +31,7 @@ spec: claimName: program-service-mongo-pvc containers: - name: program-service-mongo - image: mongo + image: mongo:4.4.10 envFrom: - configMapRef: name: program-service-mongo-config