Skip to content

Commit 2cdf181

Browse files
authored
feat: pin busybox image (#298) (#299)
1 parent bce0d2b commit 2cdf181

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/opencti/templates/tests/test-connection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ spec:
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 }}']

charts/opencti/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)