diff --git a/charts/joal/README.md b/charts/joal/README.md index e8d1bf7..ab326e0 100644 --- a/charts/joal/README.md +++ b/charts/joal/README.md @@ -63,7 +63,7 @@ helm repo add adminafk https://helm-charts.adminafk.fr | initContainerImage.registry | string | `"docker.io"` | | | initContainerImage.repository | string | `"busybox"` | | | initContainerImage.sha | string | `""` | | -| initContainerImage.tag | string | `"1.36"` | Overrides the image tag whose default is the chart appVersion. | +| initContainerImage.tag | string | `"1.36"` | | | joal.path_prefix | string | `"joal"` | | | joal.secret_token | string | `"password"` | | | nameOverride | string | `""` | | diff --git a/charts/joal/values.yaml b/charts/joal/values.yaml index 3c16696..0ea7cf7 100644 --- a/charts/joal/values.yaml +++ b/charts/joal/values.yaml @@ -12,7 +12,6 @@ initContainerImage: registry: docker.io repository: busybox pullPolicy: IfNotPresent - # -- Overrides the image tag whose default is the chart appVersion. tag: "1.36" sha: "" diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index b20c3c3..138c381 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.3 +version: 0.4.4 # image: ghcr.io/onedr0p/qbittorrent appVersion: "4.6.5" maintainers: diff --git a/charts/qbittorrent/README.md b/charts/qbittorrent/README.md index 6886dcb..5dd0ece 100644 --- a/charts/qbittorrent/README.md +++ b/charts/qbittorrent/README.md @@ -1,6 +1,6 @@ # qbittorrent -![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.5](https://img.shields.io/badge/AppVersion-4.6.5-informational?style=flat-square) +![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.5](https://img.shields.io/badge/AppVersion-4.6.5-informational?style=flat-square) qbittorrent helm chart for Kubernetes diff --git a/charts/qbittorrent/templates/deployment.yaml b/charts/qbittorrent/templates/deployment.yaml index 351d8da..07b730c 100644 --- a/charts/qbittorrent/templates/deployment.yaml +++ b/charts/qbittorrent/templates/deployment.yaml @@ -59,8 +59,8 @@ spec: value: "{{ $.Values.service.web.port }}" - name: QBITTORRENT__BT_PORT value: "8388" - {{- with .Values.extraEnvFrom }} - {{- toYaml .Values.extraEnv | nindent 12 }} + {{- with .Values.extraEnv }} + {{- toYaml . | nindent 12 }} {{- end }} {{- with .Values.extraEnvFrom }} envFrom: