Skip to content
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

helm: Update CI to the latest helm and fix the linter (backport #9642) #9644

Merged
merged 2 commits into from
Jan 25, 2022

Commits on Jan 24, 2022

  1. helm: fix linter issue with end tag

    Recent versions of helm are failing the linter on the end tag
    if the tag is "{{- end -}}". Instead, the correct end tag
    is "{{- end }}".
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    (cherry picked from commit b1a0918)
    travisn authored and mergify-bot committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    beec916 View commit details
    Browse the repository at this point in the history
  2. helm: update to the latest helm version v3.8

    The CI was building with helm 3.6.2, now updating to
    the latest v3.8.0
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    (cherry picked from commit 50afb9f)
    travisn authored and mergify-bot committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e1fd738 View commit details
    Browse the repository at this point in the history