File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111{{- $sopsEnv := tpl (readFile "../../helmfile.d/snippets/sops-env.gotmpl") $sops }}
1212{{- $version := $v.versions | get "api" }}
1313{{- $isSemver := regexMatch "^[0-9.]+" $version }}
14- {{- $toolsVersion := $v.versions | get "tools" }}
15- {{- $toolsIsSemver := regexMatch "^[0-9.]+" $toolsVersion }}
14+ {{- $coreVersion := $v.otomi.version }}
15+ {{- $coreIsSemver := regexMatch "^[0-9.]+" $coreVersion }}
1616
1717
1818replicaCount: 1
3131 {{- if $v.otomi.linodeLkeImageRepository }}
3232 repository: "{{ $v.otomi.linodeLkeImageRepository }}/docker/linode/apl-core"
3333 {{- end }}
34- tag: {{ printf "%s%s" ($toolsIsSemver | ternary "v" "") $toolsVersion }}
35- pullPolicy: {{ $toolsIsSemver | ternary "IfNotPresent" "Always" }}
34+ tag: {{ $coreVersion | quote }}
35+ pullPolicy: {{ $coreIsSemver | ternary "IfNotPresent" "Always" }}
3636 resources: {{- $o.resources.tools | toYaml | nindent 4 }}
3737 env:
3838 DEBUG: '*'
You can’t perform that action at this time.
0 commit comments