From 38c92ebed0229f17c68f49ad8ea5ba739d2dd34d Mon Sep 17 00:00:00 2001 From: Stav Ben Simchon Date: Fri, 28 Feb 2025 13:23:06 +0200 Subject: [PATCH] RND-19245 fix helm chart --- helm/templates/deploy.yaml | 2 +- helm/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/templates/deploy.yaml b/helm/templates/deploy.yaml index b0bc113..e404a72 100644 --- a/helm/templates/deploy.yaml +++ b/helm/templates/deploy.yaml @@ -36,7 +36,7 @@ spec: name: http env: {{- toYaml .Values.env | nindent 10 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.image.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: IfNotPresent {{- with .Values.livenessProbe }} livenessProbe: diff --git a/helm/values.yaml b/helm/values.yaml index 40f0395..000f0a5 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,8 @@ imagePullSecrets: - name: regcred image: - repository: 230690759643.dkr.ecr.eu-west-1.amazonaws.com/vnc-desktop + repository: 230690759643.dkr.ecr.eu-west-1.amazonaws.com + name: vnc-desktop tag: '' namespace: uveye