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 a9ac86b3f..a08982321 100644 --- a/logstash/templates/poddisruptionbudget.yaml +++ b/logstash/templates/poddisruptionbudget.yaml @@ -1,4 +1,3 @@ ---- {{- if .Values.maxUnavailable }} {{- if .Capabilities.APIVersions.Has "policy/v1" -}} apiVersion: policy/v1