Skip to content

Commit

Permalink
Migrate remaining files from github.com/avarei/function-pkl to github…
Browse files Browse the repository at this point in the history
….com/crossplane-contrib/function-pkl
  • Loading branch information
Avarei committed Jun 17, 2024
1 parent 7672e34 commit 2698982
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}

# The package to push, without a version tag. The default matches GitHub. For
# example xpkg.upbound.io/Avarei/function-pkl.
# example xpkg.upbound.io/crossplane-contrib/function-pkl.
XPKG: xpkg.upbound.io/${{ github.repository}}

# The package version to push. The default is 0.0.0-gitsha.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# function-pkl
[![CI](https://github.com/Avarei/function-pkl/actions/workflows/ci.yml/badge.svg)](https://github.com/Avarei/function-pkl/actions/workflows/ci.yml)
[![CI](https://github.com/crossplane-contrib/function-pkl/actions/workflows/ci.yml/badge.svg)](https://github.com/crossplane-contrib/function-pkl/actions/workflows/ci.yml)

This [composition function][functions] allows to deploy [Crossplane Managed Resources][crossplane] from [Pkl Packages][pkl].

Expand Down
4 changes: 2 additions & 2 deletions pkl/crossplane-example/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ package {
}
version = "0.1.19"
baseUri = "package://pkg.pkl-lang.org/github.com/crossplane-contrib/function-pkl/\(name)"
packageZipUrl = "https://github.com/Avarei/function-pkl/releases/download/\(name)@\(version)/\(name)@\(version).zip"
sourceCode = "https://github.com/Avarei/function-pkl"
packageZipUrl = "https://github.com/crossplane-contrib/function-pkl/releases/download/\(name)@\(version)/\(name)@\(version).zip"
sourceCode = "https://github.com/crossplane-contrib/function-pkl"
license = "Apache-2.0"
description = """
Example for using the [Composition Functions](https://docs.crossplane.io/latest/concepts/composition-functions/).
Expand Down
4 changes: 2 additions & 2 deletions pkl/crossplane/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ package {
}
version = "0.0.29"
baseUri = "package://pkg.pkl-lang.org/github.com/crossplane-contrib/function-pkl/\(name)"
packageZipUrl = "https://github.com/Avarei/function-pkl/releases/download/\(name)@\(version)/\(name)@\(version).zip"
sourceCode = "https://github.com/Avarei/function-pkl"
packageZipUrl = "https://github.com/crossplane-contrib/function-pkl/releases/download/\(name)@\(version)/\(name)@\(version).zip"
sourceCode = "https://github.com/crossplane-contrib/function-pkl"
license = "Apache-2.0"
description = """
Templates for reading and configuring [Composition Functions](https://docs.crossplane.io/latest/concepts/composition-functions/).
Expand Down

0 comments on commit 2698982

Please sign in to comment.