Skip to content

Commit

Permalink
fix: env variables for qbittorrent helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Apr 1, 2024
1 parent f1dc65c commit dc11f4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/qbittorrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: qbittorrent
description: qbittorrent helm chart for Kubernetes
type: application
version: 0.2.2
version: 0.2.3
# image: ghcr.io/qbittorrent/docker-qbittorrent-nox
appVersion: "4.6.4-1"
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/qbittorrent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# qbittorrent

![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.4-1](https://img.shields.io/badge/AppVersion-4.6.4--1-informational?style=flat-square)
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.4-1](https://img.shields.io/badge/AppVersion-4.6.4--1-informational?style=flat-square)

qbittorrent helm chart for Kubernetes

Expand Down
8 changes: 4 additions & 4 deletions charts/qbittorrent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.extraEnv }}
env:
- name: QBT_EULA
value: "accept"
- name: QBT_WEBUI_PORT
value: "{{ $.Values.service.web.port }}"
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.extraEnvFrom }}
Expand Down Expand Up @@ -90,10 +94,6 @@ spec:
{{- toYaml .Values.gluetun.resources | nindent 12 }}
{{- with .Values.gluetun.extraEnv }}
env:
- name: QBT_EULA
value: "accept"
- name: QBT_WEBUI_PORT
value: "{{ $.Values.service.web.port }}"
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.gluetun.extraEnvFrom }}
Expand Down

0 comments on commit dc11f4a

Please sign in to comment.