From 8e50130e137c96ec49b1cc38439b6b6066c245f3 Mon Sep 17 00:00:00 2001 From: Mikael Hammarin Date: Wed, 31 Aug 2022 13:25:09 +0100 Subject: [PATCH] Fix issue with service selector when running multiple instances Signed-off-by: Mikael Hammarin --- charts/nextcloud/Chart.yaml | 2 +- charts/nextcloud/templates/service.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 303f15fa..b3fb7897 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 3.2.1 +version: 3.2.2 appVersion: 24.0.5 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/charts/nextcloud/templates/service.yaml b/charts/nextcloud/templates/service.yaml index f58e2b3c..c88ca51d 100644 --- a/charts/nextcloud/templates/service.yaml +++ b/charts/nextcloud/templates/service.yaml @@ -23,4 +23,5 @@ spec: {{- end }} selector: app.kubernetes.io/name: {{ include "nextcloud.name" . }} + app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/component: app