mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Merge branch 'renovate/ghcr.io-qdm12-gluetun-3.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Update ghcr.io/qdm12/gluetun Docker tag to v3.41 See merge request deepcypher/dc-kc!957
This commit is contained in:
@@ -15,7 +15,7 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.0
|
||||
version: 0.2.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# qbittorrent
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Helm chart for Kubernetes
|
||||
|
||||
@@ -42,7 +42,7 @@ A Helm chart for Kubernetes
|
||||
| qbittorrent.initContainers[0].env[1].value | string | `"on"` | |
|
||||
| qbittorrent.initContainers[0].env[2].name | string | `"FIREWALL_INPUT_PORTS"` | |
|
||||
| qbittorrent.initContainers[0].env[2].value | string | `"8080"` | |
|
||||
| qbittorrent.initContainers[0].image | string | `"ghcr.io/qdm12/gluetun:v3.40"` | |
|
||||
| qbittorrent.initContainers[0].image | string | `"ghcr.io/qdm12/gluetun:v3.41"` | |
|
||||
| qbittorrent.initContainers[0].imagePullPolicy | string | `"Always"` | |
|
||||
| qbittorrent.initContainers[0].name | string | `"gluetun"` | |
|
||||
| qbittorrent.initContainers[0].ports[0].containerPort | int | `8888` | |
|
||||
|
||||
@@ -53,7 +53,7 @@ qbittorrent:
|
||||
# https://github.com/qdm12/gluetun
|
||||
# https://github.com/qdm12/gluetun-wiki/pull/7
|
||||
- name: gluetun # init sidecar for VPN connection
|
||||
image: "ghcr.io/qdm12/gluetun:v3.40"
|
||||
image: "ghcr.io/qdm12/gluetun:v3.41"
|
||||
restartPolicy: Always # makes this init into a sidecar container k8s 1.29
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user