From e1f8964fb151f5ac2e78edda77d80ed4faf14b4f Mon Sep 17 00:00:00 2001 From: Evgenii Tereshkov Date: Wed, 4 Jan 2023 12:43:04 +0700 Subject: [PATCH] Update to helm-git-0.14.2 (#78) --- .pre-commit-config.yaml | 6 +++--- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 556871b..2982fa6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -14,6 +14,6 @@ repos: - id: yamllint args: [--format, parsable] - repo: https://github.com/hadolint/hadolint - rev: v2.12.0 + rev: v2.12.1-beta hooks: - - id: hadolint-docker + - id: hadolint diff --git a/Dockerfile b/Dockerfile index 54ebe2b..d9ac62c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.6.0 upx -9 /root/.local/share/helm/plugins/helm-s3.git/bin/helm-s3 && \ rm -rf /root/.local/share/helm/plugins/helm-s3.git/.git && \ rm -rf /root/.local/share/helm/plugins/helm-s3.git/releases && \ - helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.14.0 && \ + helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.14.2 && \ helm plugin install https://github.com/marckhouzam/helm-fullstatus --version v0.3.0 && \ rm -rf /tmp/helm* && rm -rf /root/.cache/helm && \ :