Update onetun to v0.2.1

This commit is contained in:
Aram 🍐 2021-10-28 20:29:30 -04:00
parent cecd5adfac
commit 07a6bf0948
2 changed files with 3 additions and 5 deletions

View file

@ -3,4 +3,4 @@ name: onetun
description: A Helm chart for onetun, a WireGuard port-forwarder
type: application
version: 0.1.0
appVersion: "v0.1.11"
appVersion: "v0.2.1"

View file

@ -61,10 +61,8 @@ spec:
value: {{ .Values.onetun.sourcePeerIP | quote }}
- name: ONETUN_KEEP_ALIVE
value: {{ .Values.onetun.keepAlive | quote }}
- name: ONETUN_DESTINATION_ADDR
value: {{ .Values.onetun.destination | quote }}
- name: ONETUN_SOURCE_ADDR
value: "0.0.0.0:2115"
- name: ONETUN_PORT_FORWARD_1
value: "0.0.0.0:2115:{{ .Values.onetun.destination }}"
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}