Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

build(deps): update dependency norwoodj/helm-docs to v1.13.0 #1365

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,4 @@ secrets.
| yaraRuleServer.serviceAccount.name | string | `""` | The name of the ServiceAccount to use. If not set and create is true, it will use the component's calculated name. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0)
2 changes: 1 addition & 1 deletion makefile.d/20-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ bin/helm-$(HELM_VERSION): | $(BIN_DIR)

HELMDOCS_BIN := $(BIN_DIR)/helm-docs
# renovate: datasource=github-releases depName=norwoodj/helm-docs versioning=semver
HELMDOCS_VERSION := 1.12.0
HELMDOCS_VERSION := 1.13.0
HELMDOCS_OSTYPE := $(OSTYPE)
HELMDOCS_ARCH := $(ARCHTYPE)

Expand Down
Loading