File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
{{ $comp := .Values.components.server -}}
5
5
{{- $this := dict "root" . "gp" $.Values "comp" $comp -}}
6
6
7
+ {{- define "stable-image-full" -}}
8
+ {{- $ := .root -}}
9
+ {{- $gp := .gp -}}
10
+ {{- $comp := .comp -}}
11
+ {{ template "gitpod.comp.imageRepo" . }}:{{ $comp.stableVersion }}
12
+ {{- end -}}
13
+
7
14
{{- define "insider-image-full" -}}
8
15
{{- $ := .root -}}
9
16
{{- $gp := .gp -}}
14
21
{{- define "ide-images-aliases"}}
15
22
{{- $ := .root -}}
16
23
{{- $gp := .gp -}}
17
- code-latest : {{ (include "gitpod.comp.imageFull " (dict "root" $ "gp" $gp "comp" $gp.components.workspace.codeImage)) }}
18
- code : {{ (include "insider-image-full" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.codeImage)) }}
24
+ code : {{ (include "stable-image-full " (dict "root" $ "gp" $gp "comp" $gp.components.workspace.codeImage)) }}
25
+ code-latest : {{ (include "insider-image-full" (dict "root" $ "gp" $gp "comp" $gp.components.workspace.codeImage)) }}
19
26
{{ end }}
20
27
21
28
{{- define "desktop-ide-images-aliases"}}
You can’t perform that action at this time.
0 commit comments