diff --git a/charts/commons/Chart.yaml b/charts/commons/Chart.yaml index f5ce509..1005049 100644 --- a/charts/commons/Chart.yaml +++ b/charts/commons/Chart.yaml @@ -4,7 +4,7 @@ description: commons library home: https://github.com/wyrihaximusnet/helm-charts icon: https://helm.wyrihaximus.net/images/charts/commons.png type: library -version: 0.1.0 +version: 0.1.1 maintainers: - name: WyriHaximus email: helm@wyrihaximus.net diff --git a/charts/commons/templates/_labels.tpl b/charts/commons/templates/_labels.tpl index 908dcf6..a08ba8a 100644 --- a/charts/commons/templates/_labels.tpl +++ b/charts/commons/templates/_labels.tpl @@ -9,6 +9,7 @@ app.kubernetes.io/name: {{ template "commons.name" . }} app.kubernetes.io/version: {{ .Chart.Version | quote }} appRevision: {{ template "commons.nameRevision" . }} chart: {{ template "commons.chart" . }} +helm.sh/chart: {{ template "commons.chart" . }} release: {{ .Release.Name }} releaseRevision: {{ .Release.Revision | quote }} heritage: {{ .Release.Service }}