File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 containers :
1212 - name : wget
1313 {{- if .Values.global.imageRegistry }}
14- image : " {{ .Values.global.imageRegistry }}/busybox"
14+ image : " {{ .Values.global.imageRegistry }}/busybox:1.37.0 "
1515 {{- else }}
16- image : busybox
16+ image : busybox:1.37.0
1717 {{- end }}
1818 command : ['wget']
1919 args : ['{{ include "opencti.fullname" . }}-server:{{ .Values.service.port }}']
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ readyChecker:
355355 # -- Pull policy for the image
356356 pullPolicy : IfNotPresent
357357 # -- Overrides the image tag
358- tag : latest
358+ tag : 1.37.0
359359 # -- Number of retries before giving up
360360 retries : 30
361361 # -- Timeout for each check
@@ -857,7 +857,7 @@ worker:
857857 # -- Pull policy for the image
858858 pullPolicy : IfNotPresent
859859 # -- Overrides the image tag
860- tag : latest
860+ tag : 1.37.0
861861 # -- Number of retries before giving up
862862 retries : 30
863863 # -- Timeout for each check
You can’t perform that action at this time.
0 commit comments