Skip to content

Commit

Permalink
feat(container): update docker.io/qmcgaw/gluetun ( v3.39.1 → v3.40.0 )
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Dec 27, 2024
1 parent 3a47488 commit 25d96da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 2.0.1
version: 2.1.0
# image: ghcr.io/onedr0p/qbittorrent
appVersion: "5.0.3"
maintainers:
Expand Down
6 changes: 3 additions & 3 deletions charts/qbittorrent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# qbittorrent

![Version: 2.0.1](https://img.shields.io/badge/Version-2.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)
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.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)

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:2.0.1 --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:2.1.0 --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 Expand Up @@ -56,7 +56,7 @@ tions.githubusercontent.com
| gluetun.image.registry | string | `"docker.io"` | |
| gluetun.image.repository | string | `"qmcgaw/gluetun"` | |
| gluetun.image.sha | string | `""` | |
| gluetun.image.tag | string | `"v3.39.1"` | |
| gluetun.image.tag | string | `"v3.40.0"` | |
| gluetun.resources | object | `{}` | |
| gluetun.securityContext.capabilities.add[0] | string | `"NET_ADMIN"` | |
| gluetun.volumeMounts | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/qbittorrent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ gluetun:
registry: docker.io
repository: qmcgaw/gluetun
pullPolicy: IfNotPresent
tag: "v3.39.1"
tag: "v3.40.0"
sha: ""
extraEnv: []
extraEnvFrom: []
Expand Down

0 comments on commit 25d96da

Please sign in to comment.