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: allow further configurability of ingress version (manual backport) #9237

Merged
merged 1 commit into from Nov 29, 2021

Commits on Nov 29, 2021

  1. helm: allow further configurability of ingress version

    The ingress api version changed when it went to v1, and this has caused some upheaval
    throughout the kubernetes ecosystem. This commit uses a common method of deciding which
    ingress api to use, and allows the optional override of the kubernetes version
    presented to helm using the helm build-in capabilities.
    also add an ingress into the helm integration tests so any regressions to how ingresses
    are handled in the future are caught easier.
    
    Closes rook#9174
    
    Signed-off-by: Tom Hellier <me@tomhellier.com>
    (cherry picked from commit ba44602)
    Signed-off-by: Tom Hellier <me@tomhellier.com>
    TomHellier committed Nov 29, 2021
    Copy the full SHA
    80b63bd View commit details
    Browse the repository at this point in the history