We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849fe94 commit c4355f6Copy full SHA for c4355f6
charts/wandb-base/templates/tests/test-connection.yaml
@@ -10,7 +10,7 @@ metadata:
10
spec:
11
containers:
12
- name: wget
13
- image: busybox:stable-musl
+ image: busybox
14
command: ['wget']
15
args: ['{{ include "wandb-base.fullname" . }}:{{ .Values.service.port }}']
16
restartPolicy: Never
charts/wandb/templates/mysql.yaml
@@ -36,7 +36,7 @@ spec:
36
fsGroupChangePolicy: "OnRootMismatch"
37
initContainers:
38
- name: "ensure-volume-permissions"
39
- image: "busybox:stable-musl"
+ image: "busybox"
40
imagePullPolicy: {{ .Values.mysql.image.pullPolicy | quote }}
41
command:
42
- sh
0 commit comments