-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] extra newline in config files #475
Comments
+1 - this break was introduced in this PR here: #465 I also added a comment on that PR to expand upon the issue being seen |
+1 same issue here, rolling back to 4.5.0 |
looking! Apologies for the inconvenience! Update: looks like we have a potential fix in #465. Update again: I marked the current release as a pre-release, meaning not ready for production, and linked to both this bug and the PR that is in the works to fix it 🙏 |
Hello, as I think my issue is related I decided not to open another one. I noticed that the extraVolumes were broken in 4.5.1:
when I change it to "8" the template renders without any issues. Hope you can fix this as well with the above PR. |
This was meant for the PR with the fix Hmm, I'm trying to test but seeing an odd error during chart rendering (shown below). I don't think this is tied to your change. Seeing if I can figure out what it is
|
Thank you, @wrenix for tending to this! A new release, @ishioni , @DanishVaid , @djbobyd , @nafets227 can you all please let me know if your errors are resolved after testing the latest release? Thanks everyone for their patience and kind vibes 💙 edit: the release job hadn't finished yet, so I had to link to it 🤦 |
Job's finished but the chart doesn't seem to available yet :/ |
Job 81 needs to finish before we can see the new chart version in the helm repo (it's pushing the content from gh-pages branch to the GitHub pages). I´m waiting for it, too, to start testing |
@nafets227 great catch! Forgot that it takes a bit because I think the nextcloud org is low on GHA minutes and they're still implementing self hosted runners. Sorry about that, @ishioni 🙏 |
ok, that job has completed and after: helm repo update
helm show chart nextcloud/nextcloud I finally get: apiVersion: v2
appVersion: 27.1.3
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.12.*
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.2.*
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.13.*
description: A file sharing server that puts the control and security of your own
data back into your hands.
home: https://nextcloud.com/
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
keywords:
- nextcloud
- storage
- http
- web
- php
maintainers:
- email: [email protected]
name: skjnldsv
- email: [email protected]
name: chrisingenhaag
- email: [email protected]
name: billimek
name: nextcloud
sources:
- https://github.com/nextcloud/helm
- https://github.com/nextcloud/docker
version: 4.5.2 |
same here:
CI Tests are running ... |
Confirm on my end too |
Describe your Issue
Chart version 4.5.1 replaced indent with nindent for config files. This unfortunately ends up rendering those config files with a newline prepended
Logs and Errors
As you can see in my local flux repo PR, extra config files are now rendered with a newline and a |2- instead of a |-, and an added newline as a bonus. This in turns errors out nextcloud with an error
Describe your Environment
Kubernetes distribution: talos v1.5.5
Helm Version (or App that manages helm): flux v2.1.2
Helm Chart Version: 4.5.1
values.yaml
:Additional context, if any
The text was updated successfully, but these errors were encountered: