Skip to content

Commit

Permalink
Merge pull request #12 from Peefy/chore-bump-function-kcl-image-registry
Browse files Browse the repository at this point in the history
chore: bump function kcl image registry to docker.io
  • Loading branch information
Peefy authored Jan 24, 2024
2 parents 138da20 + 48f71c1 commit 7134683
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/patch_desired/patching/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/patch_resources/patching/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/patch_resources/patching_multiple/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/resources/basic/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/resources/condition/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/resources/format/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/resources/loop/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/resources/network/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/resources/options/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/resources/options_oxr/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/resources/regex/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl
2 changes: 1 addition & 1 deletion examples/xr/patching/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: docker.io/kcllang/crossplane-kcl

0 comments on commit 7134683

Please sign in to comment.