mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
chore: Bump helm-docs version to v1.11.0 (#4489)
In order to fix an issue on M1 Macbooks, see https://github.com/norwoodj/helm-docs/issues/131, we're bumping the helm-docs tool to the v1.11.0 which fixes that issue, making the generation of the helm docs to work again. Signed-off-by: Samuel Torres <samuelpirestorres@gmail.com> Signed-off-by: Samuel Torres <samuelpirestorres@gmail.com>
This commit is contained in:
parent
cd0d87542a
commit
b135edf171
3 changed files with 6 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -44,7 +44,7 @@ KUSTOMIZE_VERSION := latest
|
||||||
GOIMPORTS := $(TOOLS_DIR)/goimports
|
GOIMPORTS := $(TOOLS_DIR)/goimports
|
||||||
GOIMPORTS_VERSION := latest
|
GOIMPORTS_VERSION := latest
|
||||||
HELM_DOCS := $(TOOLS_DIR)/helm-docs
|
HELM_DOCS := $(TOOLS_DIR)/helm-docs
|
||||||
HELM_DOCS_VERSION := v1.6.0
|
HELM_DOCS_VERSION := v1.11.0
|
||||||
KO := $(TOOLS_DIR)/ko
|
KO := $(TOOLS_DIR)/ko
|
||||||
KO_VERSION := v0.12.0
|
KO_VERSION := v0.12.0
|
||||||
TOOLS := $(KIND) $(CONTROLLER_GEN) $(CLIENT_GEN) $(LISTER_GEN) $(INFORMER_GEN) $(GEN_CRD_API_REFERENCE_DOCS) $(GO_ACC) $(KUSTOMIZE) $(GOIMPORTS) $(HELM_DOCS) $(KO)
|
TOOLS := $(KIND) $(CONTROLLER_GEN) $(CLIENT_GEN) $(LISTER_GEN) $(INFORMER_GEN) $(GEN_CRD_API_REFERENCE_DOCS) $(GO_ACC) $(KUSTOMIZE) $(GOIMPORTS) $(HELM_DOCS) $(KO)
|
||||||
|
@ -559,7 +559,7 @@ verify-codegen: verify-api verify-config verify-api-docs verify-helm ## Verify a
|
||||||
# .PHONY: gen-helm-docs
|
# .PHONY: gen-helm-docs
|
||||||
.PHONY: gen-helm-docs
|
.PHONY: gen-helm-docs
|
||||||
gen-helm-docs: ## Generate Helm docs
|
gen-helm-docs: ## Generate Helm docs
|
||||||
@docker run -v ${PWD}:/work -w /work jnorwood/helm-docs:v1.6.0 -s file
|
@docker run -v ${PWD}:/work -w /work jnorwood/helm-docs:v1.11.0 -s file
|
||||||
# gen-helm-docs: $(HELM_DOCS) ## Generate Helm docs
|
# gen-helm-docs: $(HELM_DOCS) ## Generate Helm docs
|
||||||
# # @$(HELM_DOCS) -s file
|
# # @$(HELM_DOCS) -s file
|
||||||
# @docker run -v ${PWD}:/work -w /work jnorwood/helm-docs:v1.6.0 -s file
|
# @docker run -v ${PWD}:/work -w /work jnorwood/helm-docs:v1.6.0 -s file
|
||||||
|
|
|
@ -90,7 +90,7 @@ Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
| Name | Email | Url |
|
| Name | Email | Url |
|
||||||
| ---- | ------ | --- |
|
| ---- | ------ | --- |
|
||||||
| Nirmata | | https://kyverno.io/ |
|
| Nirmata | | <https://kyverno.io/> |
|
||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
|
@ -103,4 +103,4 @@ Kubernetes: `>=1.16.0-0`
|
||||||
* Add policyPreconditions value to allow policies and rules to have preconditions added
|
* Add policyPreconditions value to allow policies and rules to have preconditions added
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.6.0](https://github.com/norwoodj/helm-docs/releases/v1.6.0)
|
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
||||||
|
|
|
@ -197,7 +197,7 @@ Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
| Name | Email | Url |
|
| Name | Email | Url |
|
||||||
| ---- | ------ | --- |
|
| ---- | ------ | --- |
|
||||||
| Nirmata | | https://kyverno.io/ |
|
| Nirmata | | <https://kyverno.io/> |
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.6.0](https://github.com/norwoodj/helm-docs/releases/v1.6.0)
|
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue