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. 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: 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