Skip to content

Commit

Permalink
fix(qbittorrent): ipv6 rules issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
  • Loading branch information
M0NsTeRRR committed Jan 10, 2025
1 parent 4f1a8af commit 66cbd09
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 3 deletions.
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: 4.0.0
version: 4.0.1
# image: ghcr.io/onedr0p/qbittorrent
appVersion: "5.0.3"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/qbittorrent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# qbittorrent

![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.3](https://img.shields.io/badge/AppVersion-5.0.3-informational?style=flat-square)
![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.3](https://img.shields.io/badge/AppVersion-5.0.3-informational?style=flat-square)

qbittorrent helm chart for Kubernetes

Expand All @@ -27,7 +27,7 @@ helm install qbittorrent oci://ghcr.io/m0nsterrr/helm-charts/qbittorrent

Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/qbittorrent:4.0.0 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
cosign verify ghcr.io/m0nsterrr/helm-charts/qbittorrent:4.0.1 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ spec:
command:
- /gluetun-entrypoint
- healthcheck
lifecycle:
postStart:
exec:
command: ["/bin/sh", "-c", "(ip rule del table 51820; ip -6 rule del table 51820) || true"]
resources:
{{- toYaml .Values.qbittorrent.gluetun.resources | nindent 12 }}
{{- with .Values.qbittorrent.gluetun.extraEnv }}
Expand Down

0 comments on commit 66cbd09

Please sign in to comment.