Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 9.0.2
version: 9.0.3
# renovate: image=docker.io/library/nextcloud
appVersion: 33.0.0
description: A file sharing server that puts the control and security of your own data back into your hands.
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ nextcloud:
# disables the web based updater as the default nextcloud docker image does not support it
upgrade-disable-web.config.php: true
# -- adjust openmetrics
helm-metrics.php: true
helm-metrics.config.php: true
# -- imaginary support config
imaginary.config.php: false

Expand Down
Loading