build: update helm-diff to v3.9.13 in Dockerfiles and init.go (#1841)
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
226c369e3b
commit
14677e288f
|
|
@ -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.12 && \
|
||||
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.13 && \
|
||||
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.0 && \
|
||||
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.16.2 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \
|
||||
|
|
|
|||
|
|
@ -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.12 && \
|
||||
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.13 && \
|
||||
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.0 && \
|
||||
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.16.2 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \
|
||||
|
|
|
|||
|
|
@ -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.12 && \
|
||||
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.13 && \
|
||||
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.0 && \
|
||||
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.16.2 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import (
|
|||
const (
|
||||
HelmRequiredVersion = "v3.15.4"
|
||||
HelmRecommendedVersion = "v3.16.4"
|
||||
HelmDiffRecommendedVersion = "v3.9.12"
|
||||
HelmDiffRecommendedVersion = "v3.9.13"
|
||||
HelmSecretsRecommendedVersion = "v4.6.0"
|
||||
HelmGitRecommendedVersion = "v0.15.1"
|
||||
HelmS3RecommendedVersion = "v0.16.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue