bump: helm to 3.10.2

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2022-11-11 08:10:14 +08:00
parent cd92b4185e
commit 2324188695
5 changed files with 10 additions and 10 deletions

View File

@ -71,19 +71,19 @@ jobs:
plugin-secrets-version: 4.0.0
plugin-diff-version: 3.6.0
extra-helmfile-flags:
- helm-version: v3.10.1
- helm-version: v3.10.2
kustomize-version: v4.4.1
plugin-secrets-version: 3.15.0
plugin-diff-version: 3.5.0
extra-helmfile-flags:
- helm-version: v3.10.1
- helm-version: v3.10.2
kustomize-version: v4.5.7
plugin-secrets-version: 4.0.0
plugin-diff-version: 3.6.0
extra-helmfile-flags:
# In case you need to test some optional helmfile features,
# enable it via extra-helmfile-flags below.
- helm-version: v3.10.1
- helm-version: v3.10.2
kustomize-version: v4.5.7
plugin-secrets-version: 4.0.0
plugin-diff-version: 3.6.0

View File

@ -17,8 +17,8 @@ LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
RUN apk add --no-cache ca-certificates git bash curl jq openssh-client
ARG HELM_VERSION="v3.10.1"
ARG HELM_SHA256="c12d2cd638f2d066fec123d0bd7f010f32c643afdf288d39a4610b1f9cb32af3"
ARG HELM_VERSION="v3.10.2"
ARG HELM_SHA256="2315941a13291c277dac9f65e75ead56386440d3907e0540bf157ae70f188347"
ARG HELM_LOCATION="https://get.helm.sh"
ARG HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"

View File

@ -21,8 +21,8 @@ RUN apt update -qq && \
git bash curl jq wget openssh-client && \
rm -rf /var/lib/apt/lists/*
ARG HELM_VERSION="v3.10.1"
ARG HELM_SHA256="c12d2cd638f2d066fec123d0bd7f010f32c643afdf288d39a4610b1f9cb32af3"
ARG HELM_VERSION="v3.10.2"
ARG HELM_SHA256="2315941a13291c277dac9f65e75ead56386440d3907e0540bf157ae70f188347"
ARG HELM_LOCATION="https://get.helm.sh"
ARG HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"

View File

@ -21,8 +21,8 @@ RUN apt-get update && \
git bash curl jq wget openssh-client && \
rm -rf /var/lib/apt/lists/*
ARG HELM_VERSION="v3.10.1"
ARG HELM_SHA256="c12d2cd638f2d066fec123d0bd7f010f32c643afdf288d39a4610b1f9cb32af3"
ARG HELM_VERSION="v3.10.2"
ARG HELM_SHA256="2315941a13291c277dac9f65e75ead56386440d3907e0540bf157ae70f188347"
ARG HELM_LOCATION="https://get.helm.sh"
ARG HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"

View File

@ -18,7 +18,7 @@ import (
const (
HelmRequiredVersion = "v2.10.0"
HelmRecommendedVersion = "v3.10.1"
HelmRecommendedVersion = "v3.10.2"
HelmDiffRecommendedVersion = "v3.4.0"
HelmSecretsRecommendedVersion = "v4.1.1"
HelmGitRecommendedVersion = "v0.12.0"