Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Kässer <[email protected]>
  • Loading branch information
kaessert committed Oct 25, 2024
1 parent 247b7c3 commit fc2e9f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "build"]
path = build
url = https://github.com/crossplane/build.git
url = https://github.com/crossplane/build
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,5 @@ check-examples: ## Check examples for sanity

help.local:
@grep -E '^[a-zA-Z_-]+.*:.*?## .*$$' Makefile | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

.PHONY: uptest e2e render yamllint help.local
2 changes: 1 addition & 1 deletion apis/kcl/generate.k
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _composition = {
}
input = {
apiVersion = "krm.kcl.dev/v1alpha1"
kind = "KCLRun"
kind = "KCLInput"
spec = {
source = (file.read("apis/kcl/main.k"))
}
Expand Down
2 changes: 1 addition & 1 deletion crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
version: "v0.5.0"
- function: xpkg.upbound.io/crossplane-contrib/function-kcl
# renovate: datasource=github-releases depName=crossplane-contrib/function-kcl
version: "v0.10.3"
version: "v0.10.6"

0 comments on commit fc2e9f2

Please sign in to comment.