Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 43698c6

Browse files
committed
fix dashboard selector labels
1 parent acadef8 commit 43698c6

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

charts/typesense/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.2.3
16+
version: 0.2.4
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

charts/typesense/templates/dashboard.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@ kind: Deployment
33
metadata:
44
name: {{ include "typesense.fullname" . }}-dashboard
55
labels:
6-
app: typesense-dashboard
6+
app: {{ include "typesense.fullname" . }}-dashboard
77
{{- include "typesense.labels" . | nindent 4 }}
88
spec:
99
replicas: {{ .Values.dashboard.replicas }}
1010
selector:
1111
matchLabels:
12-
app: typesense-dashboard
13-
{{- include "typesense.selectorLabels" . | nindent 6 }}
12+
app: {{ include "typesense.fullname" . }}-dashboard
1413
template:
1514
metadata:
1615
labels:
17-
app: typesense-dashboard
16+
app: {{ include "typesense.fullname" . }}-dashboard
1817
{{- include "typesense.selectorLabels" . | nindent 8 }}
1918
spec:
2019
containers:
@@ -31,8 +30,7 @@ metadata:
3130
spec:
3231
type: ClusterIP
3332
selector:
34-
app: typesense-dashboard
35-
{{- include "typesense.selectorLabels" . | nindent 4 }}
33+
app: {{ include "typesense.fullname" . }}-dashboard
3634
ports:
3735
- name: http
3836
port: 9089

0 commit comments

Comments
 (0)