overrides/stackspin-nextcloud-override: use raw url for maps
This commit is contained in:
parent
89c615173e
commit
8bb9bd3206
|
@ -117,6 +117,7 @@ data:
|
||||||
- name: maps
|
- name: maps
|
||||||
enabled: true
|
enabled: true
|
||||||
version: "1.4.0"
|
version: "1.4.0"
|
||||||
|
raw_url: "https://github.com/nextcloud/maps/releases/download/v{{ .version }}/maps-{{ .version }}.tar.gz"
|
||||||
release_filename: "maps-{{ .version }}.tar.gz"
|
release_filename: "maps-{{ .version }}.tar.gz"
|
||||||
github_repository: nextcloud/maps
|
github_repository: nextcloud/maps
|
||||||
# waiting for /var/lib/Stackspin/local-storage/pvc-3b008674-544c-46e7-b456-f20932eb9f23_stackspin-apps_nextcloud-files/custom_apps
|
# waiting for /var/lib/Stackspin/local-storage/pvc-3b008674-544c-46e7-b456-f20932eb9f23_stackspin-apps_nextcloud-files/custom_apps
|
||||||
|
|
Loading…
Reference in New Issue