Skip to content

Commit 7668f9b

Browse files
author
Maurice Faber
committed
chore(chart): 0.13.5
1 parent 7a42077 commit 7668f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values/otomi-api/otomi-api.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{- $g := $v.charts | get "gitea" dict }}
55
{{- $cm := $v.charts | get "cert-manager" dict }}
66
{{- $hasGitea := $g | get "enabled" true }}
7-
{{- $giteaValuesUrl := print "gitea." $v.cluster.domainSuffix }}
7+
{{- $giteaValuesUrl := printf "gitea.%s/otomi/values" $v.cluster.domainSuffix }}
88
{{- $teamConfig := dict "services" $v.teamConfig.services }}
99
{{- $version := (readFile "../../package.json") | regexFind "\"version\": \"([0-9.]+)\"" | regexFind "[0-9]+.[0-9]+.[0-9]+" -}}
1010
{{- $coreVersion := (printf "v%s" $version) }}

0 commit comments

Comments
 (0)