From 7bcc4aa1175e7408070dcc7c3e49ac1934c1f4f5 Mon Sep 17 00:00:00 2001 From: alice Date: Mon, 26 Jun 2023 13:54:58 +0000 Subject: [PATCH] Homebox Service selectors --- charts/stable/homebox/Chart.yaml | 2 +- charts/stable/homebox/templates/service.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml index efad6d6..b52cfd0 100644 --- a/charts/stable/homebox/Chart.yaml +++ b/charts/stable/homebox/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: homebox # This is the chart version. -version: 0.1.5 +version: 0.1.6 # A SemVer range of compatible Kubernetes versions (optional) # kubeVersion: ">=1.16.0-0" # What is this Application? diff --git a/charts/stable/homebox/templates/service.yaml b/charts/stable/homebox/templates/service.yaml index a582e38..10f8520 100644 --- a/charts/stable/homebox/templates/service.yaml +++ b/charts/stable/homebox/templates/service.yaml @@ -4,9 +4,9 @@ metadata: name: {{ .Release.Name }} namespace: {{ .Values.namespace }} labels: - app: {{ .Release.Name }} + {{- include "homebox.labels" . | nindent 4 }} spec: ports: - port: 7745 selector: - app: {{ .Release.Name }} \ No newline at end of file + {{- include "homebox.selectorLabels" . | nindent 4 }} \ No newline at end of file