Skip to content

Commit

Permalink
Update to helm-git-0.14.2 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk committed Jan 4, 2023
1 parent d1c7472 commit e1f8964
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
:
Expand Down

0 comments on commit e1f8964

Please sign in to comment.