[Nextcloud] Split Nextcloud Containers and PVC's BREAKING CHANGE (#2949)

* Move to FPM container and add HPB support

* initial work on more security

* actually tested hpb

* add migration script

* minor questions.yaml tweaks

* remove access_url from configmap

* make the hpb url generate a tad more readable
This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-06 13:25:34 +02:00
committed by GitHub
parent f94229e50b
commit 0a80fd487a
16 changed files with 571 additions and 90 deletions
-1
View File
@@ -51,7 +51,6 @@ jobs:
needs:
- pr-metadata
# - charts-changelog
- charts-lint
with:
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
chartChangesDetected: ${{ needs.pr-metadata.outputs.addedOrModified }}