From 14190581e23fd7a1c69b424e32f2fa846bf8d5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Fri, 26 Apr 2024 14:58:00 +0200 Subject: [PATCH] Use MongoDB 4.4 Later MongoDB fails on machines without AVX instructions. Change-Id: If8864a9693cc0c0e7542ba1cc9c28bf60966b294 --- charts/nebulous-resource-manager/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nebulous-resource-manager/templates/deployment.yaml b/charts/nebulous-resource-manager/templates/deployment.yaml index fe9d60b..fc1d651 100644 --- a/charts/nebulous-resource-manager/templates/deployment.yaml +++ b/charts/nebulous-resource-manager/templates/deployment.yaml @@ -55,7 +55,7 @@ spec: - name: {{ .Chart.Name }}-mongodb securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "docker.io/library/mongo:7.0.2" + image: "docker.io/library/mongo:4.4.29" imagePullPolicy: {{ .Values.image.pullPolicy }} env: {{- range .Values.env }}