diff --git a/rtorrent/Chart.yaml b/rtorrent/Chart.yaml index c72b5f1d312e7be49a725be3217b9b3623684aae..193857dab5147dacc3ad0b3a78e30a78327f4744 100644 --- a/rtorrent/Chart.yaml +++ b/rtorrent/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: rtorrent description: Helm Chart for rtorrent type: application -version: 0.1.2 +version: 0.1.3 appVersion: "4b75e358" diff --git a/rtorrent/templates/deployment.yaml b/rtorrent/templates/deployment.yaml index b4d38f6708743ee2cbf684539d9fbe53fb81788f..f3b7f1aa61be43c0d65b48fe3c39898677c45505 100644 --- a/rtorrent/templates/deployment.yaml +++ b/rtorrent/templates/deployment.yaml @@ -58,7 +58,7 @@ spec: - name: rtorrent securityContext: {{- toYaml .Values.rtorrent.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.image.repository }}:daemon-{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} {{ if ne .Values.rtorrent.externalIpCommand "" }} env: diff --git a/rtorrent/values.yaml b/rtorrent/values.yaml index 5abd0b0e4ebd0290594df17777773035ac154f3e..81a956387613ed8f07c376addf63f29d1be5957d 100644 --- a/rtorrent/values.yaml +++ b/rtorrent/values.yaml @@ -12,16 +12,7 @@ fullnameOverride: "" wireguard: enabled: false localNetworks: "" - config: |- - [Interface] - PrivateKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - Address = XXX.XXX.XXX.XXX/32,XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX/128 - DNS = XXX.XXX.XXX.XXX - - [Peer] - PublicKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - AllowedIPs = XXX.XXX.XXX.XXX/32,XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX/128 - Endpoint = XXX.XXX.XXX.XXX:XXXXX + config: "" securityContext: capabilities: add: