Compare commits

...

2 commits

Author SHA1 Message Date
aa986c7e27 chore(deps): update helm release renovate to 38.95.*
All checks were successful
checks / pre-commit (push) Successful in 2m17s
checks / k8s (push) Successful in 49s
checks / tflint (push) Successful in 34s
2024-09-26 01:15:06 +00:00
b13829b55f
feat: add restart: unless-stopped option to NC's containers
Some checks failed
checks / k8s (push) Successful in 40s
checks / pre-commit (push) Successful in 1m29s
checks / tflint (push) Successful in 1m0s
OpenTofu deployments / adguard (push) Successful in 42s
OpenTofu deployments / authentik (push) Failing after 3h8m55s
2024-09-24 09:21:57 +02:00
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,7 @@ services:
target: /tmp:exec
environment:
- TZ=Europe/Madrid
restart: unless-stopped
networks:
- nextcloud
@ -24,6 +25,7 @@ services:
environment:
PHP_MEMORY_LIMIT: ${PHP_MEMORY_LIMIT:-2048M}
NEXTCLOUD_INIT_HTACCESS: ${NEXTCLOUD_INIT_HTACCESS:-1}
restart: unless-stopped
ports:
- 8080:80
networks:

View file

@ -13,7 +13,7 @@ spec:
sources:
- chart: renovate
repoURL: https://docs.renovatebot.com/helm-charts
targetRevision: 38.94.*
targetRevision: 38.95.*
helm:
valuesObject:
renovate: