Skip to content
Open
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 helm/buildkitd-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildkitd:
image:
repository: earthly/buildkitd
# renovate: datasource=docker depName=earthly/buildkitd
tag: "v0.8.15" # Specify a recent stable tag for earthly/buildkitd. v0.13.1 as of May 2025.
tag: "v0.8.16" # Specify a recent stable tag for earthly/buildkitd. v0.13.1 as of May 2025.
pullPolicy: IfNotPresent
# Pod security context
# fsGroup can be set here if needed
Expand Down
Loading