charts qbittorrent
diff --git a/charts/qbittorrent/templates/deploy.yaml b/charts/qbittorrent/templates/deploy.yaml
index 505c577..7ae0218 100644
--- a/charts/qbittorrent/templates/deploy.yaml
+++ b/charts/qbittorrent/templates/deploy.yaml
@@ -76,6 +76,8 @@
- name: data
mountPath: /downloads
readOnly: false
+ nodeSelector:
+ "kubernetes.io/hostname": rpi05
# command:
# - torrent
# - --port=8080
diff --git a/charts/qbittorrent/values.yaml b/charts/qbittorrent/values.yaml
index 4895dbc..3446d5c 100644
--- a/charts/qbittorrent/values.yaml
+++ b/charts/qbittorrent/values.yaml
@@ -1,7 +1,7 @@
pcloudInstanceId: example
image:
repository: lscr.io/linuxserver/qbittorrent
- tag: latest
+ tag: 4.5.3
pullPolicy: IfNotPresent
ingress:
className: example-private