adapt owncloud helm chart from mumme-it/owncloud

This commit is contained in:
2025-01-14 20:13:16 +01:00
parent c3e37f9eac
commit 9961132e7b
18 changed files with 360 additions and 225 deletions

5
sync-helm-index Executable file
View File

@ -0,0 +1,5 @@
#! /bin/bash
chart=${1}
helm package $chart -d .packaged && helm repo index .packaged