Skip to content

Commit

Permalink
chore(chart): 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Jun 29, 2021
1 parent 7a42077 commit 7668f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values/otomi-api/otomi-api.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{- $g := $v.charts | get "gitea" dict }}
{{- $cm := $v.charts | get "cert-manager" dict }}
{{- $hasGitea := $g | get "enabled" true }}
{{- $giteaValuesUrl := print "gitea." $v.cluster.domainSuffix }}
{{- $giteaValuesUrl := printf "gitea.%s/otomi/values" $v.cluster.domainSuffix }}
{{- $teamConfig := dict "services" $v.teamConfig.services }}
{{- $version := (readFile "../../package.json") | regexFind "\"version\": \"([0-9.]+)\"" | regexFind "[0-9]+.[0-9]+.[0-9]+" -}}
{{- $coreVersion := (printf "v%s" $version) }}
Expand Down

0 comments on commit 7668f9b

Please sign in to comment.