From 2f5af356a1c6495422237eb77e5122971a6da266 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Wed, 22 May 2024 20:31:51 +0200 Subject: [PATCH] fix: implement volumeName on old charts & add part-of label (#47) Signed-off-by: Ludovic Ortega --- charts/as212510-net/Chart.yaml | 2 +- charts/as212510-net/README.md | 2 +- charts/as212510-net/templates/_helpers.tpl | 1 + charts/bazarr/Chart.yaml | 2 +- charts/bazarr/README.md | 2 +- charts/bazarr/templates/_helpers.tpl | 1 + charts/flaresolverr/Chart.yaml | 2 +- charts/flaresolverr/README.md | 2 +- charts/flaresolverr/templates/_helpers.tpl | 1 + charts/jellyfin/Chart.yaml | 2 +- charts/jellyfin/README.md | 8 +++++--- charts/jellyfin/templates/_helpers.tpl | 1 + .../jellyfin/templates/persistentvolumeclaim-cache.yaml | 3 +++ .../jellyfin/templates/persistentvolumeclaim-config.yaml | 3 +++ charts/jellyfin/values.yaml | 6 ++++++ charts/jellyseerr/Chart.yaml | 2 +- charts/jellyseerr/README.md | 6 +++--- charts/jellyseerr/templates/_helpers.tpl | 1 + charts/jellyseerr/values.yaml | 6 +++--- charts/joal/Chart.yaml | 2 +- charts/joal/README.md | 5 +++-- charts/joal/templates/_helpers.tpl | 1 + charts/joal/templates/persistentvolumeclaim.yaml | 3 +++ charts/joal/values.yaml | 3 +++ charts/kea-exporter/Chart.yaml | 2 +- charts/kea-exporter/README.md | 2 +- charts/kea-exporter/templates/_helpers.tpl | 1 + charts/prometheus-pve-exporter/Chart.yaml | 2 +- charts/prometheus-pve-exporter/README.md | 2 +- charts/prometheus-pve-exporter/templates/_helpers.tpl | 1 + charts/prowlarr/Chart.yaml | 2 +- charts/prowlarr/README.md | 2 +- charts/prowlarr/templates/_helpers.tpl | 1 + charts/qbittorrent/Chart.yaml | 2 +- charts/qbittorrent/README.md | 2 +- charts/qbittorrent/templates/_helpers.tpl | 1 + charts/radarr/Chart.yaml | 2 +- charts/radarr/README.md | 2 +- charts/radarr/templates/_helpers.tpl | 1 + charts/routinator/Chart.yaml | 2 +- charts/routinator/README.md | 2 +- charts/routinator/templates/_helpers.tpl | 1 + charts/sonarr/Chart.yaml | 2 +- charts/sonarr/README.md | 2 +- charts/sonarr/templates/_helpers.tpl | 1 + 45 files changed, 68 insertions(+), 34 deletions(-) diff --git a/charts/as212510-net/Chart.yaml b/charts/as212510-net/Chart.yaml index 3df28d2..1db648c 100644 --- a/charts/as212510-net/Chart.yaml +++ b/charts/as212510-net/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: as212510-net description: as212510.net helm chart for Kubernetes type: application -version: 0.5.3 +version: 0.5.4 # image: ghcr.io/m0nsterrr/as212510.net appVersion: "3.0.0" maintainers: diff --git a/charts/as212510-net/README.md b/charts/as212510-net/README.md index d8bbf1f..ea8cb4e 100644 --- a/charts/as212510-net/README.md +++ b/charts/as212510-net/README.md @@ -1,6 +1,6 @@ # as212510-net -![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) +![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) as212510.net helm chart for Kubernetes diff --git a/charts/as212510-net/templates/_helpers.tpl b/charts/as212510-net/templates/_helpers.tpl index ebf94dc..74fba6d 100644 --- a/charts/as212510-net/templates/_helpers.tpl +++ b/charts/as212510-net/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "as212510-net.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/bazarr/Chart.yaml b/charts/bazarr/Chart.yaml index 4e05587..7c57857 100644 --- a/charts/bazarr/Chart.yaml +++ b/charts/bazarr/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: bazarr description: bazarr helm chart for Kubernetes type: application -version: 0.3.0 +version: 0.3.1 # image: ghcr.io/onedr0p/bazarr appVersion: "1.4.2" maintainers: diff --git a/charts/bazarr/README.md b/charts/bazarr/README.md index af5de19..c222a34 100644 --- a/charts/bazarr/README.md +++ b/charts/bazarr/README.md @@ -1,6 +1,6 @@ # bazarr -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-informational?style=flat-square) bazarr helm chart for Kubernetes diff --git a/charts/bazarr/templates/_helpers.tpl b/charts/bazarr/templates/_helpers.tpl index 298defe..3247413 100644 --- a/charts/bazarr/templates/_helpers.tpl +++ b/charts/bazarr/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "bazarr.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/flaresolverr/Chart.yaml b/charts/flaresolverr/Chart.yaml index 3a9980b..abd6bb3 100644 --- a/charts/flaresolverr/Chart.yaml +++ b/charts/flaresolverr/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: flaresolverr description: flaresolverr helm chart for Kubernetes type: application -version: 0.2.5 +version: 0.2.6 # image: flaresolverr/flaresolverr appVersion: "v3.3.17" maintainers: diff --git a/charts/flaresolverr/README.md b/charts/flaresolverr/README.md index 649e584..77842f8 100644 --- a/charts/flaresolverr/README.md +++ b/charts/flaresolverr/README.md @@ -1,6 +1,6 @@ # flaresolverr -![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.17](https://img.shields.io/badge/AppVersion-v3.3.17-informational?style=flat-square) +![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.17](https://img.shields.io/badge/AppVersion-v3.3.17-informational?style=flat-square) flaresolverr helm chart for Kubernetes diff --git a/charts/flaresolverr/templates/_helpers.tpl b/charts/flaresolverr/templates/_helpers.tpl index cc3ac9e..efd8463 100644 --- a/charts/flaresolverr/templates/_helpers.tpl +++ b/charts/flaresolverr/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "flaresolverr.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/jellyfin/Chart.yaml b/charts/jellyfin/Chart.yaml index f66bfac..78fccf6 100644 --- a/charts/jellyfin/Chart.yaml +++ b/charts/jellyfin/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: jellyfin description: jellyfin helm chart for Kubernetes type: application -version: 0.1.13 +version: 0.2.0 # image: jellyfin/jellyfin appVersion: "10.9.2" maintainers: diff --git a/charts/jellyfin/README.md b/charts/jellyfin/README.md index b44b740..9fe1afd 100644 --- a/charts/jellyfin/README.md +++ b/charts/jellyfin/README.md @@ -1,6 +1,6 @@ # jellyfin -![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.9.2](https://img.shields.io/badge/AppVersion-10.9.2-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.9.2](https://img.shields.io/badge/AppVersion-10.9.2-informational?style=flat-square) jellyfin helm chart for Kubernetes @@ -37,16 +37,18 @@ helm repo add adminafk https://helm-charts.adminafk.fr | autoscaling.maxReplicas | int | `100` | | | autoscaling.minReplicas | int | `1` | | | autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| cache | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi"}}` | Creating PVC to store cache | +| cache | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi","volumeName":""}}` | Creating PVC to store cache | | cache.persistence.accessModes | list | `["ReadWriteOnce"]` | Access modes of persistent disk | | cache.persistence.annotations | object | `{}` | Annotations for PVCs | | cache.persistence.name | string | `""` | Config name | | cache.persistence.size | string | `"5Gi"` | Size of persistent disk | -| config | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi"}}` | Creating PVC to store configuration | +| cache.persistence.volumeName | string | `""` | Name of the permanent volume to reference in the claim. Can be used to bind to existing volumes. | +| config | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi","volumeName":""}}` | Creating PVC to store configuration | | config.persistence.accessModes | list | `["ReadWriteOnce"]` | Access modes of persistent disk | | config.persistence.annotations | object | `{}` | Annotations for PVCs | | config.persistence.name | string | `""` | Config name | | config.persistence.size | string | `"5Gi"` | Size of persistent disk | +| config.persistence.volumeName | string | `""` | Name of the permanent volume to reference in the claim. Can be used to bind to existing volumes. | | extraEnv | list | `[]` | Environment variables to add to the jellyseerr pods | | extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the jellyseerr pods | | fullnameOverride | string | `""` | | diff --git a/charts/jellyfin/templates/_helpers.tpl b/charts/jellyfin/templates/_helpers.tpl index ee922dc..0112eef 100644 --- a/charts/jellyfin/templates/_helpers.tpl +++ b/charts/jellyfin/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "jellyfin.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/jellyfin/templates/persistentvolumeclaim-cache.yaml b/charts/jellyfin/templates/persistentvolumeclaim-cache.yaml index 0d4c928..2d393a4 100644 --- a/charts/jellyfin/templates/persistentvolumeclaim-cache.yaml +++ b/charts/jellyfin/templates/persistentvolumeclaim-cache.yaml @@ -9,6 +9,9 @@ spec: accessModes: {{- toYaml . | nindent 4 }} {{- end }} + {{- if .Values.cache.persistence.volumeName }} + volumeName: {{ .Values.cache.persistence.volumeName }} + {{- end }} {{- with .Values.cache.persistence.storageClass }} storageClassName: {{ if (eq "-" .) }}""{{ else }}{{ . }}{{ end }} {{- end }} diff --git a/charts/jellyfin/templates/persistentvolumeclaim-config.yaml b/charts/jellyfin/templates/persistentvolumeclaim-config.yaml index 680be6d..f21fff0 100644 --- a/charts/jellyfin/templates/persistentvolumeclaim-config.yaml +++ b/charts/jellyfin/templates/persistentvolumeclaim-config.yaml @@ -9,6 +9,9 @@ spec: accessModes: {{- toYaml . | nindent 4 }} {{- end }} + {{- if .Values.config.persistence.volumeName }} + volumeName: {{ .Values.config.persistence.volumeName }} + {{- end }} {{- with .Values.config.persistence.storageClass }} storageClassName: {{ if (eq "-" .) }}""{{ else }}{{ . }}{{ end }} {{- end }} diff --git a/charts/jellyfin/values.yaml b/charts/jellyfin/values.yaml index c901848..e5ba78b 100644 --- a/charts/jellyfin/values.yaml +++ b/charts/jellyfin/values.yaml @@ -62,6 +62,9 @@ config: - ReadWriteOnce # -- Config name name: "" + # -- Name of the permanent volume to reference in the claim. + # Can be used to bind to existing volumes. + volumeName: "" # -- Creating PVC to store cache cache: @@ -75,6 +78,9 @@ cache: - ReadWriteOnce # -- Config name name: "" + # -- Name of the permanent volume to reference in the claim. + # Can be used to bind to existing volumes. + volumeName: "" ingress: enabled: false diff --git a/charts/jellyseerr/Chart.yaml b/charts/jellyseerr/Chart.yaml index c3d0a74..b4128f3 100644 --- a/charts/jellyseerr/Chart.yaml +++ b/charts/jellyseerr/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: jellyseerr description: jellyseerr helm chart for Kubernetes type: application -version: 0.3.0 +version: 0.3.1 # image: fallenbagel/jellyseerr appVersion: "1.8.1" maintainers: diff --git a/charts/jellyseerr/README.md b/charts/jellyseerr/README.md index 80ef2d0..bcee249 100644 --- a/charts/jellyseerr/README.md +++ b/charts/jellyseerr/README.md @@ -1,6 +1,6 @@ # jellyseerr -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.1](https://img.shields.io/badge/AppVersion-1.8.1-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.1](https://img.shields.io/badge/AppVersion-1.8.1-informational?style=flat-square) jellyseerr helm chart for Kubernetes @@ -37,11 +37,12 @@ helm repo add adminafk https://helm-charts.adminafk.fr | autoscaling.maxReplicas | int | `100` | | | autoscaling.minReplicas | int | `1` | | | autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| config | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi"}}` | Creating PVC to store configuration | +| config | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi","volumeName":""}}` | Creating PVC to store configuration | | config.persistence.accessModes | list | `["ReadWriteOnce"]` | Access modes of persistent disk | | config.persistence.annotations | object | `{}` | Annotations for PVCs | | config.persistence.name | string | `""` | Config name | | config.persistence.size | string | `"5Gi"` | Size of persistent disk | +| config.persistence.volumeName | string | `""` | Name of the permanent volume to reference in the claim. Can be used to bind to existing volumes. | | extraEnv | list | `[]` | Environment variables to add to the jellyseerr pods | | extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the jellyseerr pods | | fullnameOverride | string | `""` | | @@ -72,6 +73,5 @@ helm repo add adminafk https://helm-charts.adminafk.fr | serviceAccount.automount | bool | `true` | Automatically mount a ServiceAccount's API credentials? | | serviceAccount.create | bool | `true` | Specifies whether a service account should be created | | serviceAccount.name | string | `""` | If not set and create is true, a name is generated using the fullname template | -| serviceAccount.volumeName | string | `""` | Name of the permanent volume to reference in the claim. Can be used to bind to existing volumes. | | strategy | object | `{"type":"Recreate"}` | Deployment strategy | | tolerations | list | `[]` | | \ No newline at end of file diff --git a/charts/jellyseerr/templates/_helpers.tpl b/charts/jellyseerr/templates/_helpers.tpl index 248ca23..bb4b4ef 100644 --- a/charts/jellyseerr/templates/_helpers.tpl +++ b/charts/jellyseerr/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "jellyseerr.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/jellyseerr/values.yaml b/charts/jellyseerr/values.yaml index 69804cf..50c7865 100644 --- a/charts/jellyseerr/values.yaml +++ b/charts/jellyseerr/values.yaml @@ -31,9 +31,6 @@ serviceAccount: # -- The name of the service account to use. # -- If not set and create is true, a name is generated using the fullname template name: "" - # -- Name of the permanent volume to reference in the claim. - # Can be used to bind to existing volumes. - volumeName: "" podAnnotations: {} podLabels: {} @@ -65,6 +62,9 @@ config: - ReadWriteOnce # -- Config name name: "" + # -- Name of the permanent volume to reference in the claim. + # Can be used to bind to existing volumes. + volumeName: "" ingress: enabled: false diff --git a/charts/joal/Chart.yaml b/charts/joal/Chart.yaml index bc08135..7481076 100644 --- a/charts/joal/Chart.yaml +++ b/charts/joal/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: joal description: joal helm chart for Kubernetes type: application -version: 0.1.0 +version: 0.2.0 # image: anthonyraymond/joal appVersion: "2.1.36" maintainers: diff --git a/charts/joal/README.md b/charts/joal/README.md index eaf3e59..e8d1bf7 100644 --- a/charts/joal/README.md +++ b/charts/joal/README.md @@ -1,6 +1,6 @@ # joal -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.36](https://img.shields.io/badge/AppVersion-2.1.36-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.36](https://img.shields.io/badge/AppVersion-2.1.36-informational?style=flat-square) joal helm chart for Kubernetes @@ -37,11 +37,12 @@ helm repo add adminafk https://helm-charts.adminafk.fr | autoscaling.maxReplicas | int | `100` | | | autoscaling.minReplicas | int | `1` | | | autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| config | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi"}}` | Creating PVC to store configuration | +| config | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi","volumeName":""}}` | Creating PVC to store configuration | | config.persistence.accessModes | list | `["ReadWriteOnce"]` | Access modes of persistent disk | | config.persistence.annotations | object | `{}` | Annotations for PVCs | | config.persistence.name | string | `""` | Config name | | config.persistence.size | string | `"5Gi"` | Size of persistent disk | +| config.persistence.volumeName | string | `""` | Name of the permanent volume to reference in the claim. Can be used to bind to existing volumes. | | extraEnv | list | `[]` | Environment variables to add to the radarr pods | | extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the radarr pods | | fullnameOverride | string | `""` | | diff --git a/charts/joal/templates/_helpers.tpl b/charts/joal/templates/_helpers.tpl index 775ebad..82d6c2a 100644 --- a/charts/joal/templates/_helpers.tpl +++ b/charts/joal/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "joal.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/joal/templates/persistentvolumeclaim.yaml b/charts/joal/templates/persistentvolumeclaim.yaml index dda0cf0..cce31de 100644 --- a/charts/joal/templates/persistentvolumeclaim.yaml +++ b/charts/joal/templates/persistentvolumeclaim.yaml @@ -9,6 +9,9 @@ spec: accessModes: {{- toYaml . | nindent 4 }} {{- end }} + {{- if .Values.config.persistence.volumeName }} + volumeName: {{ .Values.config.persistence.volumeName }} + {{- end }} {{- with .Values.config.persistence.storageClass }} storageClassName: {{ if (eq "-" .) }}""{{ else }}{{ . }}{{ end }} {{- end }} diff --git a/charts/joal/values.yaml b/charts/joal/values.yaml index e8ae3a1..3c16696 100644 --- a/charts/joal/values.yaml +++ b/charts/joal/values.yaml @@ -80,6 +80,9 @@ config: - ReadWriteOnce # -- Config name name: "" + # -- Name of the permanent volume to reference in the claim. + # Can be used to bind to existing volumes. + volumeName: "" ingress: enabled: false diff --git a/charts/kea-exporter/Chart.yaml b/charts/kea-exporter/Chart.yaml index 67c559e..299bcc1 100644 --- a/charts/kea-exporter/Chart.yaml +++ b/charts/kea-exporter/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: kea-exporter description: kea-exporter helm chart for Kubernetes type: application -version: 0.2.4 +version: 0.2.5 # image: ghcr.io/mweinelt/kea-exporter appVersion: "v0.7.0" maintainers: diff --git a/charts/kea-exporter/README.md b/charts/kea-exporter/README.md index 0185b49..94849e3 100644 --- a/charts/kea-exporter/README.md +++ b/charts/kea-exporter/README.md @@ -1,6 +1,6 @@ # kea-exporter -![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square) +![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square) kea-exporter helm chart for Kubernetes diff --git a/charts/kea-exporter/templates/_helpers.tpl b/charts/kea-exporter/templates/_helpers.tpl index 9b7b1e8..042827d 100644 --- a/charts/kea-exporter/templates/_helpers.tpl +++ b/charts/kea-exporter/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "kea-exporter.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/prometheus-pve-exporter/Chart.yaml b/charts/prometheus-pve-exporter/Chart.yaml index 2bf2365..7dc7474 100644 --- a/charts/prometheus-pve-exporter/Chart.yaml +++ b/charts/prometheus-pve-exporter/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: prometheus-pve-exporter description: prometheus-pve-exporter helm chart for Kubernetes type: application -version: 0.2.8 +version: 0.2.9 # image: prompve/prometheus-pve-exporter appVersion: "3.4.1" maintainers: diff --git a/charts/prometheus-pve-exporter/README.md b/charts/prometheus-pve-exporter/README.md index 36416e0..7f9b0b3 100644 --- a/charts/prometheus-pve-exporter/README.md +++ b/charts/prometheus-pve-exporter/README.md @@ -1,6 +1,6 @@ # prometheus-pve-exporter -![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.1](https://img.shields.io/badge/AppVersion-3.4.1-informational?style=flat-square) +![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.1](https://img.shields.io/badge/AppVersion-3.4.1-informational?style=flat-square) prometheus-pve-exporter helm chart for Kubernetes diff --git a/charts/prometheus-pve-exporter/templates/_helpers.tpl b/charts/prometheus-pve-exporter/templates/_helpers.tpl index 5325f13..49239e5 100644 --- a/charts/prometheus-pve-exporter/templates/_helpers.tpl +++ b/charts/prometheus-pve-exporter/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "prometheus-pve-exporter.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/prowlarr/Chart.yaml b/charts/prowlarr/Chart.yaml index 5abcc93..e97e619 100644 --- a/charts/prowlarr/Chart.yaml +++ b/charts/prowlarr/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: prowlarr description: prowlarr helm chart for Kubernetes type: application -version: 0.3.0 +version: 0.3.1 # image: ghcr.io/onedr0p/prowlarr appVersion: "1.17.2" maintainers: diff --git a/charts/prowlarr/README.md b/charts/prowlarr/README.md index 25b94e8..b895607 100644 --- a/charts/prowlarr/README.md +++ b/charts/prowlarr/README.md @@ -1,6 +1,6 @@ # prowlarr -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.2](https://img.shields.io/badge/AppVersion-1.17.2-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.2](https://img.shields.io/badge/AppVersion-1.17.2-informational?style=flat-square) prowlarr helm chart for Kubernetes diff --git a/charts/prowlarr/templates/_helpers.tpl b/charts/prowlarr/templates/_helpers.tpl index a16cf6c..c575888 100644 --- a/charts/prowlarr/templates/_helpers.tpl +++ b/charts/prowlarr/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "prowlarr.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index afc37bb..024ea67 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: qbittorrent description: qbittorrent helm chart for Kubernetes type: application -version: 0.4.0 +version: 0.4.1 # image: ghcr.io/onedr0p/qbittorrent appVersion: "4.6.4" maintainers: diff --git a/charts/qbittorrent/README.md b/charts/qbittorrent/README.md index b927e9f..4eb6eb0 100644 --- a/charts/qbittorrent/README.md +++ b/charts/qbittorrent/README.md @@ -1,6 +1,6 @@ # qbittorrent -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.4](https://img.shields.io/badge/AppVersion-4.6.4-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.4](https://img.shields.io/badge/AppVersion-4.6.4-informational?style=flat-square) qbittorrent helm chart for Kubernetes diff --git a/charts/qbittorrent/templates/_helpers.tpl b/charts/qbittorrent/templates/_helpers.tpl index 9b1050c..1c943c8 100644 --- a/charts/qbittorrent/templates/_helpers.tpl +++ b/charts/qbittorrent/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "qbittorrent.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/radarr/Chart.yaml b/charts/radarr/Chart.yaml index e5e63ca..5528357 100644 --- a/charts/radarr/Chart.yaml +++ b/charts/radarr/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: radarr description: radarr helm chart for Kubernetes type: application -version: 0.3.0 +version: 0.3.1 # image: ghcr.io/onedr0p/radarr appVersion: "5.6.0" maintainers: diff --git a/charts/radarr/README.md b/charts/radarr/README.md index f166a1f..e026054 100644 --- a/charts/radarr/README.md +++ b/charts/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.6.0](https://img.shields.io/badge/AppVersion-5.6.0-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.6.0](https://img.shields.io/badge/AppVersion-5.6.0-informational?style=flat-square) radarr helm chart for Kubernetes diff --git a/charts/radarr/templates/_helpers.tpl b/charts/radarr/templates/_helpers.tpl index 770d617..85a57ff 100644 --- a/charts/radarr/templates/_helpers.tpl +++ b/charts/radarr/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "radarr.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/routinator/Chart.yaml b/charts/routinator/Chart.yaml index 1ee502d..0dd339f 100644 --- a/charts/routinator/Chart.yaml +++ b/charts/routinator/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: routinator description: routinator helm chart for Kubernetes type: application -version: 0.1.0 +version: 0.1.1 # image: nlnetlabs/routinator appVersion: "v0.13.2" maintainers: diff --git a/charts/routinator/README.md b/charts/routinator/README.md index 5bc00c4..8371709 100644 --- a/charts/routinator/README.md +++ b/charts/routinator/README.md @@ -1,6 +1,6 @@ # routinator -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.13.2](https://img.shields.io/badge/AppVersion-v0.13.2-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.13.2](https://img.shields.io/badge/AppVersion-v0.13.2-informational?style=flat-square) routinator helm chart for Kubernetes diff --git a/charts/routinator/templates/_helpers.tpl b/charts/routinator/templates/_helpers.tpl index be1db36..93931ba 100644 --- a/charts/routinator/templates/_helpers.tpl +++ b/charts/routinator/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "routinator.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index 7f01f1a..9dd8e8b 100644 --- a/charts/sonarr/Chart.yaml +++ b/charts/sonarr/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: sonarr description: sonarr helm chart for Kubernetes type: application -version: 0.3.0 +version: 0.3.1 # image: ghcr.io/onedr0p/sonarr appVersion: "4.0.4" maintainers: diff --git a/charts/sonarr/README.md b/charts/sonarr/README.md index 328e2b0..efef611 100644 --- a/charts/sonarr/README.md +++ b/charts/sonarr/README.md @@ -1,6 +1,6 @@ # sonarr -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.4](https://img.shields.io/badge/AppVersion-4.0.4-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.4](https://img.shields.io/badge/AppVersion-4.0.4-informational?style=flat-square) sonarr helm chart for Kubernetes diff --git a/charts/sonarr/templates/_helpers.tpl b/charts/sonarr/templates/_helpers.tpl index 5a5bad9..85e8266 100644 --- a/charts/sonarr/templates/_helpers.tpl +++ b/charts/sonarr/templates/_helpers.tpl @@ -39,6 +39,7 @@ helm.sh/chart: {{ include "sonarr.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/part-of: {{ .Chart.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }}