From 42ecd37d8304f69d9166a971a0510fed36c9070c Mon Sep 17 00:00:00 2001 From: Jonathan Yu Date: Mon, 2 Aug 2021 23:15:18 +0000 Subject: [PATCH] chore: add minimum Kubernetes version requirement Enforce the minimum Kubernetes version in Helm chart, according to our version support policy. --- Chart.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Chart.yaml b/Chart.yaml index 805edca2..e78ebad9 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -6,6 +6,13 @@ name: coder description: Coder moves developer workspaces to your cloud and centralizes their creation and management. appVersion: master version: 1.19.0 +# Coder follows the Kubernetes upstream version support policy, and the +# latest stable release version of Coder supports the previous two minor +# releases as well as the current release of Kubernetes at time of +# publication. +# +# See: https://coder.com/docs/coder/latest/setup/kubernetes#supported-kubernetes-versions +kubeVersion: ">= 1.19.0-0" home: https://coder.com keywords: - coder