Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/buildbarn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ worker:
# worker.volumeInitContainer.image.repository -- image repository
repository: busybox
# worker.volumeInitContainer.image.tag -- image tag
tag: 1.31.1-uclibc
tag: 1.36.1-uclibc

workerContainer:
image:
Expand Down
2 changes: 1 addition & 1 deletion charts/gradle-cache/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ initContainer:
# initContainer.image.repository -- image repository for initContainer
repository: busybox
# initContainer.image.tag -- image tag for initContainer
tag: "1.33.0"
tag: "1.36.1"

# imagePullSecrets -- image pull secret for private images
imagePullSecrets: []
Expand Down