diff --git a/nextcloud-aio-helm-chart/Chart.yaml b/nextcloud-aio-helm-chart/Chart.yaml index 36cc2484539..a30ab34e894 100755 --- a/nextcloud-aio-helm-chart/Chart.yaml +++ b/nextcloud-aio-helm-chart/Chart.yaml @@ -1,6 +1,6 @@ name: nextcloud-aio-helm-chart description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose -version: 7.7.0-beta2 +version: 7.7.0-beta3 apiVersion: v2 keywords: - latest diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml index 04f8f875408..1d74aa1b32c 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml @@ -13,10 +13,10 @@ spec: type: LoadBalancer externalTrafficPolicy: Local ports: - - name: "1-tcp" + - name: "{{ .Values.APACHE_PORT }}" port: {{ .Values.APACHE_PORT }} targetPort: {{ .Values.APACHE_PORT }} - - name: "1-udp" + - name: "{{ .Values.APACHE_PORT }}-udp" port: {{ .Values.APACHE_PORT }} protocol: UDP targetPort: {{ .Values.APACHE_PORT }} diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml index f76118971fc..fae7a932473 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml @@ -37,8 +37,6 @@ spec: mountPath: /nextcloud-aio-nextcloud containers: - env: - - name: SMTP_HOST - value: "{{ .Values.SMTP_HOST }}" - name: SMTP_HOST value: "{{ .Values.SMTP_HOST }}" - name: SMTP_SECURE diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml index a89c82f93bd..40121c3b696 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml @@ -15,10 +15,10 @@ spec: type: LoadBalancer externalTrafficPolicy: Local ports: - - name: "2-tcp" + - name: "{{ .Values.TALK_PORT }}" port: {{ .Values.TALK_PORT }} targetPort: {{ .Values.TALK_PORT }} - - name: "2-udp" + - name: "{{ .Values.TALK_PORT }}-udp" port: {{ .Values.TALK_PORT }} protocol: UDP targetPort: {{ .Values.TALK_PORT }} diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index 2cab0d18720..48f7350567a 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -192,8 +192,6 @@ done # Additional config cat << EOL > /tmp/additional.config - - name: SMTP_HOST - value: "{{ .Values.SMTP_HOST }}" - name: SMTP_HOST value: "{{ .Values.SMTP_HOST }}" - name: SMTP_SECURE