Use MongoDB 4.4
Later MongoDB fails on machines without AVX instructions. Change-Id: If8864a9693cc0c0e7542ba1cc9c28bf60966b294
This commit is contained in:
parent
1973a08297
commit
14190581e2
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user