Skip to content

Commit 138c070

Browse files
author
Jonathan Yu
authored
chore: add minimum Kubernetes version requirement (#141)
Enforce the minimum Kubernetes version in Helm chart, according to our version support policy.
1 parent 349c105 commit 138c070

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Chart.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ name: coder
66
description: Coder moves developer workspaces to your cloud and centralizes their creation and management.
77
appVersion: master
88
version: 1.19.0
9+
# Coder follows the Kubernetes upstream version support policy, and the
10+
# latest stable release version of Coder supports the previous two minor
11+
# releases as well as the current release of Kubernetes at time of
12+
# publication.
13+
#
14+
# See: https://coder.com/docs/coder/latest/setup/kubernetes#supported-kubernetes-versions
15+
kubeVersion: ">= 1.19.0-0"
916
home: https://coder.com
1017
keywords:
1118
- coder

0 commit comments

Comments
 (0)