From f6a873f84fa836512b039a14761d0bef1432198a Mon Sep 17 00:00:00 2001 From: Alexandre Peixoto Ferreira Date: Wed, 15 Feb 2023 14:18:56 -0600 Subject: [PATCH 1/2] Fix hostIP address, tls-san and advertise should be the same Signed-off-by: Alexandre Peixoto Ferreira --- charts/smarter-k3s-edge/templates/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/smarter-k3s-edge/templates/common.yaml b/charts/smarter-k3s-edge/templates/common.yaml index dbd34c7..c748663 100644 --- a/charts/smarter-k3s-edge/templates/common.yaml +++ b/charts/smarter-k3s-edge/templates/common.yaml @@ -151,8 +151,8 @@ spec: image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }} command: [ "/bin/k3s", "server", - "--tls-san","{{ .Values.configuration.hostip }}", - "--advertise-address", "{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP}}", + "--tls-san","{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP }}", + "--advertise-address", "{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP }}", "--https-listen-port", "{{ .Values.configuration.port }}", "--disable-agent", "--disable","traefik", From 3e92be34ffb327fa252399d5b18a1dbc98c866e5 Mon Sep 17 00:00:00 2001 From: Alexandre Peixoto Ferreira Date: Thu, 16 Feb 2023 11:34:35 -0600 Subject: [PATCH 2/2] Update chart for smarter-k3s-edge Signed-off-by: Alexandre Peixoto Ferreira --- charts/smarter-k3s-edge/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/smarter-k3s-edge/Chart.yaml b/charts/smarter-k3s-edge/Chart.yaml index fffc8ec..89fccda 100644 --- a/charts/smarter-k3s-edge/Chart.yaml +++ b/charts/smarter-k3s-edge/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: smarter-k3s-edge -version: 0.0.1 +version: 0.0.2 appVersion: v1.25.3-k3s1 description: K3s server on kubernetes home: https://k3s.io/