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 unsupported K8s versions for now #29888

Merged
merged 1 commit into from
Dec 14, 2023

Commits on Dec 14, 2023

  1. helm: Support unsupported K8s versions for now

    Commit 9b01690 bumped the `kubeVersion`
    in the Helm chart to K8s 1.26, which is effectively the oldest
    Kubernetes version we officially supported.
    
    However, this change now prevents the installation of Cilium against
    Kubernetes versions which we don't officially support, but are still
    used in CI (e.g. (ci-eks, ci-aks, ci-gke, ext-workload). To unbreak CI,
    let's relax that restriction for now.
    
    Reported-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
    Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
    gandro committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f859a81 View commit details
    Browse the repository at this point in the history