Skip to content

Commit c4355f6

Browse files
revert
1 parent 849fe94 commit c4355f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/wandb-base/templates/tests/test-connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
spec:
1111
containers:
1212
- name: wget
13-
image: busybox:stable-musl
13+
image: busybox
1414
command: ['wget']
1515
args: ['{{ include "wandb-base.fullname" . }}:{{ .Values.service.port }}']
1616
restartPolicy: Never

charts/wandb/templates/mysql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
fsGroupChangePolicy: "OnRootMismatch"
3737
initContainers:
3838
- name: "ensure-volume-permissions"
39-
image: "busybox:stable-musl"
39+
image: "busybox"
4040
imagePullPolicy: {{ .Values.mysql.image.pullPolicy | quote }}
4141
command:
4242
- sh

0 commit comments

Comments
 (0)