Skip to content
Snippets Groups Projects

Update Helm release nextcloud to v4.6.4

Merged Stackspin-renovate Bot requested to merge renovate/nextcloud-4.x into main
Compare and Show latest version
4 files
+ 9
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -100,7 +100,7 @@ data:
{{- range $apps }}
{{- if not .name }}
echo "Skipping app {{ . }} without name variable set"
{{- else if and .github_repository .version .release_filename }}
{{- else if .version }}
# Apps with a pinned version number are downloaded from GitHub so we can
# update the pin with Renovatebot
@@ -120,7 +120,7 @@ data:
# `raw_url`.
{{- $_ := set $ "version" .version}}
{{- if .raw_url }}
url="{{ tpl .raw_url }}"
url="{{ tpl .raw_url $ }}"
{{- else }}
url="https://github.com/{{ .github_repository }}/releases/download/{{ .version }}/{{ tpl .release_filename $ }}"
{{- end }} # end if .raw_url
Loading