Skip to content

Commit

Permalink
add svc labels (#124)
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>

Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek authored Sep 17, 2022
1 parent 4e3f4c5 commit b0fe9aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/visual-regression-tracker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sources:
- https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker
- https://github.com/kokuwaio/helm-charts/tree/main/charts/visual-regression-tracker
type: application
version: 0.4.0
version: 0.4.1
appVersion: "4.20.4"
maintainers:
- name: monotek
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ include "visual-regression-tracker.fullname" . }}-api
labels:
{{- include "visual-regression-tracker.labels" . | nindent 4 }}
component: api
spec:
type: {{ .Values.api.service.type }}
ports:
Expand Down
1 change: 1 addition & 0 deletions charts/visual-regression-tracker/templates/service-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ include "visual-regression-tracker.fullname" . }}-ui
labels:
{{- include "visual-regression-tracker.labels" . | nindent 4 }}
component: ui
spec:
type: {{ .Values.ui.service.type }}
ports:
Expand Down

0 comments on commit b0fe9aa

Please sign in to comment.