diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index a8719b1b1e0c..a39b9bb35463 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -25,6 +25,13 @@ set -ex cd manual-install cp latest.yml latest.yml.backup +# Additional config +cat << EOL > /tmp/labels + labels: + - kompose.service.healthcheck.readiness.disable=false +EOL +# shellcheck disable=SC1083 +sed -i "/image:.*/r /tmp/labels" latest.yml sed -i -E '/^( *- )(NET_RAW|SYS_NICE|MKNOD|SYS_ADMIN)$/!s/( *- )([A-Z_]+)$/\1\2=${\2}/' latest.yml cp sample.conf /tmp/ sed -i 's|^|export |' /tmp/sample.conf