Skip to content
Snippets Groups Projects
Commit 7bf552db authored by Arie Peterson's avatar Arie Peterson
Browse files

Allow force-enabling apps

parent 22b659f0
No related branches found
No related tags found
1 merge request!583Resolve "Allow forcing incompatible app versions"
Pipeline #46770 passed with stages
in 5 minutes and 53 seconds
# Changelog
## Unreleased
* Allow force-installing apps, ignoring a formal incompatibility with the
Nextcloud version.
## 0.15.24 - 2024-08-12
* Update nextcloud helm chart to v4.6.11.
......
......@@ -150,8 +150,8 @@ data:
fi
{{ end }} # end if and .github_repository .version
{{- if .enabled }}
# Enable {{ .name }} app
run_as "php $occ app:enable {{ .name }}"
# Enable app {{ .name }}
run_as "php $occ app:enable {{ and (hasKey . "force") .force | ternary "--force" "" }} {{ .name }}"
{{- end }} # end if .enabled
{{- end }} # end range $apps
{{- end }} # end range .Values.apps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment