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

Commit 7d217ae

Browse files
committed
fix template labels
1 parent 43698c6 commit 7d217ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.4
16+
version: 0.2.5
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ spec:
1414
metadata:
1515
labels:
1616
app: {{ include "typesense.fullname" . }}-dashboard
17-
{{- include "typesense.selectorLabels" . | nindent 8 }}
1817
spec:
1918
containers:
2019
- name: typesense-dashboard

0 commit comments

Comments
 (0)