nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
295 stars 258 forks source link

4.5.15 fails to deploy with metrics enabled #522

Closed sherif-fanous closed 4 months ago

sherif-fanous commented 5 months ago

Describe your Issue

After upgrading to 4.5.15 the helm chart fails to deploy

Logs and Errors

Helm Error

Error: YAML parse error on nextcloud/templates/metrics/deployment.yaml: error converting YAML to JSON: yaml: line 48: did not find expected '-' indicator

Use --debug flag to render out invalid YAML

Describe your Environment

Additional context, if any

Issue started with 4.5.15. The chart can be deployed by disabling metrics

metrics:
  enabled: false

But as soon as metrics are enabled the above error is generated.

provokateurin commented 5 months ago

@wrenix

wrenix commented 5 months ago

should be solved by my #521 correct - sorry i overseen it.

wrenix commented 4 months ago

should work with v4.5.17 now

wrenix commented 4 months ago

@sherif-fanous could you validate and close this issue?

wrenix commented 4 months ago

Found another bug #527 - okay, no work in trains anymore 😅

twistedgrim commented 4 months ago

4.6.2 seems to have resolved this issue for me. Thanks!