You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 2.12.0 Helm chart update seems to be pushed with CRLF endings.
Git repository seems okay.
Expected Behavior
LF line terminators when pushing the Chart to the Helm Repository.
Actual Behavior
CRLF, LF line terminators according to file
Using Helm template
In a repository that pulls the chart via Carvel vendir
This breaks consistency with tooling that monitors Chart updates.
Git warns of changes on every single file e.g
warning: in the working copy of 'charts/keda/templates/cert-manager/keda-tls-certificate.yaml', CRLF will be replaced by LF the next time Git touches it
Steps to Reproduce the Problem
helm template kedacore/keda --version 2.11.0 -n keda > keda.2.11.0.yaml
helm template kedacore/keda --version 2.12.0 -n keda > keda.2.12.0.yaml
file keda.2.11.0.yaml keda.2.12.0.yaml
keda.2.11.0.yaml: ASCII text
keda.2.12.0.yaml: ASCII text, with CRLF, LF line terminators
Specifications
KEDA Version: 2.12.0
Platform & Version: Linux and BSD
Kubernetes Version: N/A
Scaler(s): N/A
The text was updated successfully, but these errors were encountered:
The 2.12.0 Helm chart update seems to be pushed with CRLF endings.
Git repository seems okay.
Expected Behavior
LF line terminators when pushing the Chart to the Helm Repository.
Actual Behavior
CRLF, LF line terminators
according tofile
Using Helm template
In a repository that pulls the chart via Carvel vendir
This breaks consistency with tooling that monitors Chart updates.
Git warns of changes on every single file e.g
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: