Skip to content

Commit

Permalink
bump helm-diff to 3.9.5 (helmfile#1384)
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <[email protected]>
  • Loading branch information
yxxhero authored Mar 3, 2024
1 parent 38c9e21 commit 7c0134f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# we will mark this combination as failable,
# and instruct users to upgrade helm and helm-secrets at once.
plugin-secrets-version: 4.5.1
plugin-diff-version: 3.9.4
plugin-diff-version: 3.9.5
extra-helmfile-flags: ''
v1mode: ''
- helm-version: v3.14.2
Expand All @@ -80,22 +80,22 @@ jobs:
- helm-version: v3.14.2
kustomize-version: v5.2.1
plugin-secrets-version: 4.5.1
plugin-diff-version: 3.9.4
plugin-diff-version: 3.9.5
extra-helmfile-flags: ''
v1mode: ''
# Helmfile v1
- helm-version: v3.14.2
kustomize-version: v5.2.1
plugin-secrets-version: 4.5.1
plugin-diff-version: 3.9.4
plugin-diff-version: 3.9.5
extra-helmfile-flags: ''
v1mode: 'true'
# In case you need to test some optional helmfile features,
# enable it via extra-helmfile-flags below.
- helm-version: v3.14.2
kustomize-version: v5.2.1
plugin-secrets-version: 4.5.1
plugin-diff-version: 3.9.4
plugin-diff-version: 3.9.5
extra-helmfile-flags: '--enable-live-output'
v1mode: ''
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN set -x && \
[ "$(age --version)" = "${AGE_VERSION}" ] && \
[ "$(age-keygen --version)" = "${AGE_VERSION}" ]

RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.4 && \
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.5 && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.5.1 && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.15.1 && \
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian-stable-slim
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN set -x && \
[ "$(age --version)" = "${AGE_VERSION}" ] && \
[ "$(age-keygen --version)" = "${AGE_VERSION}" ]

RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.4 && \
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.5 && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.5.1 && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.15.1 && \
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN set -x && \
[ "$(age --version)" = "${AGE_VERSION}" ] && \
[ "$(age-keygen --version)" = "${AGE_VERSION}" ]

RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.4 && \
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.5 && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.5.1 && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.15.1 && \
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
Expand Down
2 changes: 1 addition & 1 deletion pkg/app/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
const (
HelmRequiredVersion = "v3.13.3"
HelmRecommendedVersion = "v3.14.2"
HelmDiffRecommendedVersion = "v3.9.4"
HelmDiffRecommendedVersion = "v3.9.5"
HelmSecretsRecommendedVersion = "v4.1.1"
HelmGitRecommendedVersion = "v0.12.0"
HelmS3RecommendedVersion = "v0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export HELM_DATA_HOME="${helm_dir}/data"
export HELM_HOME="${HELM_DATA_HOME}"
export HELM_PLUGINS="${HELM_DATA_HOME}/plugins"
export HELM_CONFIG_HOME="${helm_dir}/config"
HELM_DIFF_VERSION="${HELM_DIFF_VERSION:-3.9.4}"
HELM_DIFF_VERSION="${HELM_DIFF_VERSION:-3.9.5}"
HELM_SECRETS_VERSION="${HELM_SECRETS_VERSION:-3.15.0}"
export GNUPGHOME="${PWD}/${dir}/.gnupg"
export SOPS_PGP_FP="B2D6D7BBEC03B2E66571C8C00AD18E16CFDEF700"
Expand Down

0 comments on commit 7c0134f

Please sign in to comment.