Skip to content

Commit

Permalink
Merge pull request #56 from WyriHaximusNet/add-missing-helm.sh/chart-…
Browse files Browse the repository at this point in the history
…to-commons

Add missing helm.sh/chart to commons
  • Loading branch information
WyriHaximus authored Jan 16, 2021
2 parents 09318ca + 66b6a02 commit e692d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/commons/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
1 change: 1 addition & 0 deletions charts/commons/templates/_labels.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e692d73

Please sign in to comment.