Skip to content

Commit 5dc27c7

Browse files
committed
bump chart to 0.1.3; add lbl
1 parent 286ead2 commit 5dc27c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/fluidsignalr/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.2
18+
version: 0.1.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/fluidsignalr/templates/_helpers.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ helm.sh/chart: {{ include "fluidsignalr.chart" . }}
4040
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
4141
{{- end }}
4242
app.kubernetes.io/managed-by: {{ .Release.Service }}
43+
info.rpardini.net/magic: {{ include "fluidsignalr.name" . }}
4344
{{- end }}
4445

4546
{{/*

0 commit comments

Comments
 (0)