mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Bump helm-docs image version to v1.7.0 in Makefile (#3806)
This commit is contained in:
parent
3a010f7ee9
commit
a7ecb8d8f6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -163,7 +163,7 @@ tilt-up: tilt manifests ## Generates the local manifests that tilt will use to d
|
|||
|
||||
helm.docs: ## Generate helm docs
|
||||
@cd $(HELM_DIR); \
|
||||
docker run --rm -v $(shell pwd)/$(HELM_DIR):/helm-docs -u $(shell id -u) jnorwood/helm-docs:v1.5.0
|
||||
docker run --rm -v $(shell pwd)/$(HELM_DIR):/helm-docs -u $(shell id -u) jnorwood/helm-docs:v1.7.0
|
||||
|
||||
HELM_VERSION ?= $(shell helm show chart $(HELM_DIR) | grep 'version:' | sed 's/version: //g')
|
||||
|
||||
|
|
Loading…
Reference in a new issue