Skip to content

Commit 725a48d

Browse files
committed
Upgrade busybox version in cosmotech-api helm chart tests
1 parent b4f57de commit 725a48d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/kubernetes/helm-chart/templates/tests/test-access-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
cosmotech.com/tier: "services"
3131
containers:
3232
- name: wget
33-
image: busybox:1.34.0-uclibc
33+
image: busybox:1.36
3434
command: ['wget']
3535
args:
3636
- '--tries'

api/kubernetes/helm-chart/templates/tests/test-access-swaggerui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
cosmotech.com/tier: "services"
3131
containers:
3232
- name: wget
33-
image: busybox:1.34.0-uclibc
33+
image: busybox:1.36
3434
command: ['wget']
3535
args:
3636
- '--tries'

0 commit comments

Comments
 (0)