Merge branch 'master' of ssh://git.ervine.org/jonny/charts

This commit is contained in:
Jonny Ervine 2023-10-18 20:29:27 +08:00
commit 4a7eec4e00
3 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.

View File

@ -4,6 +4,7 @@ metadata:
name: {{ include "sonarr.fullname" . }} name: {{ include "sonarr.fullname" . }}
labels: labels:
{{- include "sonarr.labels" . | nindent 4 }} {{- include "sonarr.labels" . | nindent 4 }}
k8s-app: sonarr-exporter
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:

View File

@ -13,6 +13,9 @@ imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
metrics:
apikey: 3dab689114304526abd4c360aa690868
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # Specifies whether a service account should be created
create: true create: true