diff --git a/stable/openvpn/Chart.yaml b/stable/openvpn/Chart.yaml index d427a7e8c6..918bd04bfb 100755 --- a/stable/openvpn/Chart.yaml +++ b/stable/openvpn/Chart.yaml @@ -3,7 +3,7 @@ description: A Helm chart to install an openvpn server inside a kubernetes clust generation is also part of the deployment, and this chart will generate client keys as needed. name: openvpn -version: 3.0.0 +version: 3.0.1 appVersion: 1.1.0 maintainers: - name: jfelten diff --git a/stable/openvpn/templates/openvpn-service.yaml b/stable/openvpn/templates/openvpn-service.yaml index f3c7007bf2..1e507d7855 100644 --- a/stable/openvpn/templates/openvpn-service.yaml +++ b/stable/openvpn/templates/openvpn-service.yaml @@ -17,5 +17,6 @@ spec: nodePort: {{ .Values.service.nodePort }} {{- end }} selector: - app: {{ template "openvpn.fullname" . }} + app: {{ template "openvpn.name" . }} + release: {{ .Release.Name }} type: {{ .Values.service.type }}