mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
RND-19245 fix helm chart
This commit is contained in:
parent
d43ca65953
commit
38c92ebed0
2 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue