Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/upgrade #60

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/joal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` | |
Expand Down
1 change: 0 additions & 1 deletion charts/joal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

Expand Down
2 changes: 1 addition & 1 deletion charts/qbittorrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.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

Expand Down
4 changes: 2 additions & 2 deletions charts/qbittorrent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading