We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e819fb7 commit 1714432Copy full SHA for 1714432
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release Chart
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ master, chris-0.14 ]
6
paths:
7
- 'charts/**'
8
charts/chris/Chart.yaml
@@ -17,7 +17,7 @@ keywords:
17
icon: ./logo_chris.png
18
19
type: application
20
-version: "0.14.0"
+version: "0.14.1"
21
appVersion: "5.0.0"
22
23
maintainers:
charts/chris/templates/_helpers.tpl
@@ -193,7 +193,6 @@ app.kubernetes.io/component: pfdcm
193
app.kubernetes.io/instance: {{ .Release.Name }}
194
app.kubernetes.io/version: {{ include "pfdcm.listenerVersion" . | quote }}
195
app.kubernetes.io/component: backend
196
-app.kubernetes.io/part-of: chris
197
{{- end }}
198
199
{{- define "pfdcm.listenerService" -}}
0 commit comments