Skip to content

Commit

Permalink
helm: Support unsupported K8s versions for now
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gandro committed Dec 14, 2023
1 parent 8297366 commit f859a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ displayName: Cilium
home: https://cilium.io/
version: 1.16.0-dev
appVersion: 1.16.0-dev
kubeVersion: ">= 1.26.0-0"
kubeVersion: ">= 1.16.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
description: eBPF-based Networking, Security, and Observability
keywords:
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f859a81

Please sign in to comment.