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