Skip to content

Commit

Permalink
chore(buildkitd): use appVersion 0.19.0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lola Delannoy authored and spnngl committed Jan 21, 2025
1 parent f1d242d commit d7d75d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/buildkitd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: buildkitd
description: A Helm chart for https://github.com/moby/buildkit (rootless)
type: application
appVersion: 0.18.2
appVersion: 0.19.0
kubeVersion: ">=1.19.0-0"
version: 0.19.0
version: 0.20.0
maintainers:
- name: Wiremind
url: https://github.com/wiremind/wiremind-helm-charts
2 changes: 1 addition & 1 deletion charts/buildkitd/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
namespace: {{ .Release.Namespace }}
labels:
app: {{ template "buildkitd.fullname" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
chart: {{ .Chart.Name }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
Expand Down

0 comments on commit d7d75d5

Please sign in to comment.