diff --git a/deploy/cluster/values.yaml b/deploy/cluster/values.yaml index 0a8cd246..0076e42d 100644 --- a/deploy/cluster/values.yaml +++ b/deploy/cluster/values.yaml @@ -6,7 +6,7 @@ image: repository: nauti-io pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v1.0" + tag: "latest" cluster: # Specifies whether this is a hub diff --git a/deploy/hub/templates/tunnel_eployment.yaml b/deploy/hub/templates/tunnel_eployment.yaml index eb7eb0e9..76c33875 100644 --- a/deploy/hub/templates/tunnel_eployment.yaml +++ b/deploy/hub/templates/tunnel_eployment.yaml @@ -28,7 +28,7 @@ spec: privileged: false capabilities: add: ["NET_ADMIN", "NET_RAW"] - image:q "{{ .Values.image.registry }}/{{ .Values.image.repository }}/octopus:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}/octopus:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: OCTOPUS_CLUSTERID diff --git a/deploy/hub/values.yaml b/deploy/hub/values.yaml index aaa5b8f5..6f8b34ec 100644 --- a/deploy/hub/values.yaml +++ b/deploy/hub/values.yaml @@ -6,7 +6,7 @@ image: repository: nauti-io pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v1.0" + tag: "latest" cluster: # Specifies whether this is a hub