update deps versions (#1446)
This commit is contained in:
parent
81b44c19fe
commit
e89fa706d4
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
cache: false
|
||||
- uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: v1.56.0
|
||||
version: v1.57.2
|
||||
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
# Once it turned out to be not practically true,
|
||||
# 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-secrets-version: 4.6.0
|
||||
plugin-diff-version: 3.9.5
|
||||
extra-helmfile-flags: ''
|
||||
v1mode: ''
|
||||
|
|
@ -79,14 +79,14 @@ jobs:
|
|||
v1mode: ''
|
||||
- helm-version: v3.14.3
|
||||
kustomize-version: v5.2.1
|
||||
plugin-secrets-version: 4.5.1
|
||||
plugin-secrets-version: 4.6.0
|
||||
plugin-diff-version: 3.9.5
|
||||
extra-helmfile-flags: ''
|
||||
v1mode: ''
|
||||
# Helmfile v1
|
||||
- helm-version: v3.14.3
|
||||
kustomize-version: v5.2.1
|
||||
plugin-secrets-version: 4.5.1
|
||||
plugin-secrets-version: 4.6.0
|
||||
plugin-diff-version: 3.9.5
|
||||
extra-helmfile-flags: ''
|
||||
v1mode: 'true'
|
||||
|
|
@ -94,7 +94,7 @@ jobs:
|
|||
# enable it via extra-helmfile-flags below.
|
||||
- helm-version: v3.14.3
|
||||
kustomize-version: v5.2.1
|
||||
plugin-secrets-version: 4.5.1
|
||||
plugin-secrets-version: 4.6.0
|
||||
plugin-diff-version: 3.9.5
|
||||
extra-helmfile-flags: '--enable-live-output'
|
||||
v1mode: ''
|
||||
|
|
|
|||
|
|
@ -95,8 +95,8 @@ RUN set -x && \
|
|||
[ "$(age-keygen --version)" = "${AGE_VERSION}" ]
|
||||
|
||||
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/jkroepke/helm-secrets --version v4.6.0 && \
|
||||
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.16.0 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
|
||||
rm -rf ${HELM_CACHE_HOME}/plugins
|
||||
|
||||
|
|
|
|||
|
|
@ -100,8 +100,8 @@ RUN set -x && \
|
|||
[ "$(age-keygen --version)" = "${AGE_VERSION}" ]
|
||||
|
||||
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/jkroepke/helm-secrets --version v4.6.0 && \
|
||||
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.16.0 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
|
||||
rm -rf ${HELM_CACHE_HOME}/plugins
|
||||
|
||||
|
|
|
|||
|
|
@ -100,8 +100,8 @@ RUN set -x && \
|
|||
[ "$(age-keygen --version)" = "${AGE_VERSION}" ]
|
||||
|
||||
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/jkroepke/helm-secrets --version v4.6.0 && \
|
||||
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.16.0 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
|
||||
rm -rf ${HELM_CACHE_HOME}/plugins
|
||||
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@ const (
|
|||
HelmRequiredVersion = "v3.13.3"
|
||||
HelmRecommendedVersion = "v3.14.3"
|
||||
HelmDiffRecommendedVersion = "v3.9.5"
|
||||
HelmSecretsRecommendedVersion = "v4.1.1"
|
||||
HelmGitRecommendedVersion = "v0.12.0"
|
||||
HelmS3RecommendedVersion = "v0.14.0"
|
||||
HelmSecretsRecommendedVersion = "v4.6.0"
|
||||
HelmGitRecommendedVersion = "v0.15.1"
|
||||
HelmS3RecommendedVersion = "v0.16.0"
|
||||
HelmInstallCommand = "https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue