We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In our helm chart we are using a description that contains new lines.
https://github.com/philips-labs/helm-charts/blob/spire-0.2.1/charts/spire/Chart.yaml#L3
These are not handled when creating the Github release, causing all this information to end up on the same line.
https://github.com/philips-labs/helm-charts/releases/tag/spire-0.2.1
⚠️ Please note: we have manually updated our release descriptions in Github to resolve it for now.
Could this be caused by https://github.com/helm/helm/blob/main/pkg/chart/loader/load.go#L84 which is called from the chart-releaser?
The text was updated successfully, but these errors were encountered:
Found the following:
ghodss/yaml#56
This package is used in sigs.k8s.io/yaml.
sigs.k8s.io/yaml
sigs.k8s.io/yaml is used in https://github.com/helm/helm/blob/main/pkg/chart/loader/load.go#L84
Sorry, something went wrong.
No branches or pull requests
In our helm chart we are using a description that contains new lines.
https://github.com/philips-labs/helm-charts/blob/spire-0.2.1/charts/spire/Chart.yaml#L3
These are not handled when creating the Github release, causing all this information to end up on the same line.
https://github.com/philips-labs/helm-charts/releases/tag/spire-0.2.1
Could this be caused by https://github.com/helm/helm/blob/main/pkg/chart/loader/load.go#L84 which is called from the chart-releaser?
The text was updated successfully, but these errors were encountered: