Skip to content

Commit

Permalink
Merge pull request #15 from stevendborrelli/meta-pkg
Browse files Browse the repository at this point in the history
fix meta package annotations
  • Loading branch information
stevendborrelli authored Oct 15, 2024
2 parents ada2560 + fd34319 commit bfeda8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kind: Function
metadata:
name: crossplane-contrib-function-tag-manager
spec:
package: xpkg.upbound.io/crossplane-contrib/function-tag-manager:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-tag-manager:v0.3.2
```
## Using this Function in a Composition
Expand Down Expand Up @@ -212,5 +212,5 @@ crossplane xpkg build -f package --embed-runtime-image=function-tag-manager -o f
I use the `up` binary to push to the [Upbound Marketplace](https://marketplace.upbound.io)

```shell
up xpkg push xpkg.upbound.io/crossplane-contrib/function-tag-manager:v0.3.0 -f function-tag-manager.xpkg
up xpkg push xpkg.upbound.io/crossplane-contrib/function-tag-manager:v0.3.2 -f function-tag-manager.xpkg
```
25 changes: 13 additions & 12 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-tag-manager
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]>
meta.crossplane.io/source: github.com/crossplane-contrib/function-tag-manager
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: A Function that Manages Resource Tags.
meta.crossplane.io/readme: |
This Composition function manages tags for cloud resources, allowing platform
operators to add additional tags, remove tags, and have Crossplane
ignore tags that are set by outside systems.
Currently AWS is supported. The function will only tag AWS resources that support
tags. See the [README](https://github.com/crossplane-contrib/function-tag-manager)
for examples and documentation.
annotations:
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]>
meta.crossplane.io/source: github.com/crossplane-contrib/function-tag-manager
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: A Function that Manages Resource Tags.
meta.crossplane.io/readme: |
This Composition function manages tags for cloud resources, allowing platform
operators to add additional tags, remove tags, and have Crossplane
ignore tags that are set by outside systems.
Currently AWS is supported. The function will only tag AWS resources that support
tags. See the [README](https://github.com/crossplane-contrib/function-tag-manager)
for examples and documentation.
spec: {}

0 comments on commit bfeda8c

Please sign in to comment.