From af1161ed8498d8b4bd261b258edf49903432e724 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 17 Oct 2023 16:33:52 +0000 Subject: [PATCH 1/3] 'update files with ansible' --- sonarr/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/Chart.yaml b/sonarr/Chart.yaml index d35299f..95c46a3 100644 --- a/sonarr/Chart.yaml +++ b/sonarr/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.7.2 +version: 0.7.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. From a3ac3e3411f247372b77e8935b790dd54eb344e3 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 17 Oct 2023 17:05:20 +0000 Subject: [PATCH 2/3] Add apikey --- sonarr/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sonarr/values.yaml b/sonarr/values.yaml index dd2fdfc..b2e686f 100644 --- a/sonarr/values.yaml +++ b/sonarr/values.yaml @@ -13,6 +13,9 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" +metrics: + apikey: 3dab689114304526abd4c360aa690868 + serviceAccount: # Specifies whether a service account should be created create: true From 53a4a23acd015e20203b198c0de001aafa0bb301 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 17 Oct 2023 17:31:46 +0000 Subject: [PATCH 3/3] Add service label --- sonarr/templates/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/sonarr/templates/service.yaml b/sonarr/templates/service.yaml index bbc91e2..86c1a47 100644 --- a/sonarr/templates/service.yaml +++ b/sonarr/templates/service.yaml @@ -4,6 +4,7 @@ metadata: name: {{ include "sonarr.fullname" . }} labels: {{- include "sonarr.labels" . | nindent 4 }} + k8s-app: sonarr-exporter spec: type: {{ .Values.service.type }} ports: