From d55c93f0c93b003240d8d4f78252d448737268bd Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Mon, 28 Feb 2022 12:41:06 +0100 Subject: [PATCH] [meta] bump Helm version to 3.8.0 (#1563) * [meta] bump Helm version to 3.8.0 https://github.com/helm/helm/releases/tag/v3.8.0 * [logstash] fix helm lint error --- README.md | 2 +- helpers/helm-tester/Dockerfile | 2 +- helpers/terraform/Dockerfile | 2 +- logstash/templates/poddisruptionbudget.yaml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58bec71c9..477f6a434 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ exact versions are defined under `KUBERNETES_VERSIONS` in ### Helm Versions While we are checking backward compatibility, the charts are only tested with -Helm version mentioned in [helm-tester Dockerfile][] (currently 3.6.2). +Helm version mentioned in [helm-tester Dockerfile][] (currently 3.8.0). ## ECK diff --git a/helpers/helm-tester/Dockerfile b/helpers/helm-tester/Dockerfile index 747565754..42bc31453 100644 --- a/helpers/helm-tester/Dockerfile +++ b/helpers/helm-tester/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7 -ENV HELM_VERSION=3.6.2 +ENV HELM_VERSION=3.8.0 RUN wget --no-verbose https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz && \ tar xfv helm-v${HELM_VERSION}-linux-amd64.tar.gz && \ diff --git a/helpers/terraform/Dockerfile b/helpers/terraform/Dockerfile index 43ed630b1..163f265fb 100644 --- a/helpers/terraform/Dockerfile +++ b/helpers/terraform/Dockerfile @@ -3,7 +3,7 @@ FROM centos:7 ENV VAULT_VERSION 0.9.3 ENV TERRAFORM_VERSION=0.11.7 ENV KUBECTL_VERSION=1.19.9 -ENV HELM_VERSION=3.6.2 +ENV HELM_VERSION=3.8.0 ENV DOCKER_VERSION=18.09.7 ENV JQ_VERSION=1.6 diff --git a/logstash/templates/poddisruptionbudget.yaml b/logstash/templates/poddisruptionbudget.yaml index e2930fe66..8658c81ba 100644 --- a/logstash/templates/poddisruptionbudget.yaml +++ b/logstash/templates/poddisruptionbudget.yaml @@ -1,4 +1,3 @@ ---- {{- if .Values.maxUnavailable }} apiVersion: policy/v1beta1 kind: PodDisruptionBudget