Skip to content

Commit

Permalink
helm: Bump minimum k8s version to v1.21+
Browse files Browse the repository at this point in the history
This commit is to bump minimum k8s version to v1.21. Ideally, we should
bump to v1.26 as per our support matrix, but some CI jobs are still older
versions as per below linked PR.

Relates: cilium#29888
Relates: cilium#30106
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras committed Mar 28, 2024
1 parent 5daf681 commit d22f0d5
Showing 1 changed file with 1 addition and 1 deletion.
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.16.0-0"
kubeVersion: ">= 1.21.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

0 comments on commit d22f0d5

Please sign in to comment.