From b5cc55d157ae44aeeeef59b121fe9445a1b05365 Mon Sep 17 00:00:00 2001 From: Aaron Batilo <54044698+abatilo-isp@users.noreply.github.com> Date: Fri, 31 Jul 2020 09:50:16 -0600 Subject: [PATCH] Update helmVersionsList According to [official documentation](https://helm.sh/docs/topics/version_skew/), we need at least helm 3.1.X in order to be confident in supporting Kubernetes 1.17. [EKS released 1.17 earlier this month](https://aws.amazon.com/about-aws/whats-new/2020/07/amazon-eks-supports-kubernetes-version-1-17/) so it would be nice to have this be up to date. --- codefresh.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/codefresh.yml b/codefresh.yml index 90804b3..4087583 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -30,6 +30,17 @@ steps: 3.0.0 3.0.1 3.0.2 + 3.0.3 + 3.1.0 + 3.1.1 + 3.1.2 + 3.1.3 + 3.2.0 + 3.2.1 + 3.2.2 + 3.2.2 + 3.2.3 + 3.2.4 when: condition: all: @@ -91,4 +102,4 @@ steps: condition: all: latestHelmVersion: "'${{HELM_VERSION}}' == '${{LATEST_VERSION}}'" - masterBranch: "'${{CF_BRANCH}}' == 'master'" \ No newline at end of file + masterBranch: "'${{CF_BRANCH}}' == 'master'"