Skip to content

Commit 1714432

Browse files
committed
Fix duplicated part-of label on oxidicom
1 parent e819fb7 commit 1714432

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Chart
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, chris-0.14 ]
66
paths:
77
- 'charts/**'
88

charts/chris/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords:
1717
icon: ./logo_chris.png
1818

1919
type: application
20-
version: "0.14.0"
20+
version: "0.14.1"
2121
appVersion: "5.0.0"
2222

2323
maintainers:

charts/chris/templates/_helpers.tpl

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ app.kubernetes.io/component: pfdcm
193193
app.kubernetes.io/instance: {{ .Release.Name }}
194194
app.kubernetes.io/version: {{ include "pfdcm.listenerVersion" . | quote }}
195195
app.kubernetes.io/component: backend
196-
app.kubernetes.io/part-of: chris
197196
{{- end }}
198197

199198
{{- define "pfdcm.listenerService" -}}

0 commit comments

Comments
 (0)