We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7527089 commit 1ec9412Copy full SHA for 1ec9412
Makefile
@@ -37,6 +37,7 @@ lint: ## Execute linter
37
docker run --rm -v $(PWD):/app -w /app golangci/golangci-lint:v1.62.2 golangci-lint run -v
38
39
##@ Build
40
+
41
.PHONY: goreleaser
42
goreleaser: ## Execute goreleaser
43
goreleaser release --snapshot --clean
plugin.yaml
@@ -1,5 +1,5 @@
1
name: lint-kcl
2
-version: 0.0.0
+version: 0.0.1
3
usage: Validate Helm values using KCL schemas
4
description: A Helm plugin to validate values.yaml using KCL schemas defined in schemas.k.
5
command: "$HELM_PLUGIN_DIR/bin/helm-lint-kcl"
0 commit comments