Skip to content

Commit 1bca776

Browse files
committed
chore: bump busybox to 1.37
1 parent 2d07150 commit 1bca776

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/clickhouse/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ initContainers:
372372
image:
373373
registry: docker.io
374374
repository: busybox
375-
tag: 1.35
375+
tag: 1.37
376376
pullPolicy: IfNotPresent
377377
command:
378378
- /bin/sh

charts/signoz/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ clickhouse:
374374
image:
375375
registry: docker.io
376376
repository: busybox
377-
tag: 1.35
377+
tag: 1.37
378378
pullPolicy: IfNotPresent
379379
command:
380380
- /bin/sh
@@ -880,7 +880,7 @@ signoz:
880880
image:
881881
registry: docker.io
882882
repository: busybox
883-
tag: 1.35
883+
tag: 1.37
884884
pullPolicy: IfNotPresent
885885
# signoz.initContainers.init.command - Command settings for the init container.
886886
# @default -- "Please checkout the default values in values.yml"
@@ -904,7 +904,7 @@ signoz:
904904
image:
905905
registry: docker.io
906906
repository: busybox
907-
tag: 1.35
907+
tag: 1.37
908908
pullPolicy: IfNotPresent
909909
# signoz.initContainers.migration.args - Arguments for the migration container's command.
910910
# @default -- []
@@ -1135,7 +1135,7 @@ schemaMigrator:
11351135
image:
11361136
registry: docker.io
11371137
repository: busybox
1138-
tag: 1.35
1138+
tag: 1.37
11391139
pullPolicy: IfNotPresent
11401140
# schemaMigrator.initContainers.init.command - Command settings for the init container.
11411141
# @default -- "Please checkout the default values in values.yml"
@@ -1316,7 +1316,7 @@ otelCollector:
13161316
image:
13171317
registry: docker.io
13181318
repository: busybox
1319-
tag: 1.35
1319+
tag: 1.37
13201320
pullPolicy: IfNotPresent
13211321
# otelCollector.initContainers.init.command - Command settings for the init container.
13221322
# @default -- "Please checkout the default values in values.yml"

0 commit comments

Comments
 (0)