Skip to content

Commit

Permalink
Update CI for publishing to the Upbound registry.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Tang <[email protected]>
  • Loading branch information
jastang committed May 24, 2024
1 parent f53135e commit cf3ac1c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ UPTEST_VERSION = v0.5.0
# ====================================================================================
# Setup Images

REGISTRY_ORGS ?= xpkg.upbound.io/upbound
REGISTRY_ORGS ?= xpkg.upbound.io/littlejo
IMAGES = $(PROJECT_NAME)
-include build/makelib/imagelight.mk

# ====================================================================================
# Setup XPKG

XPKG_REG_ORGS ?= xpkg.upbound.io/upbound
XPKG_REG_ORGS ?= xpkg.upbound.io/littlejo
# NOTE(hasheddan): skip promoting on xpkg.upbound.io as channel tags are
# inferred.
XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/upbound
XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/littlejo
XPKGS = $(PROJECT_NAME)
-include build/makelib/xpkg.mk

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EOF

Notice that in this example Provider resource is referencing ControllerConfig with debug enabled.

You can see the API reference [here](https://doc.crds.dev/github.com/littlejo/provider-cilium).
You can see the API reference [here](https://marketplace.upbound.io/providers/littlejo/provider-cilium/latest).

## Developing

Expand Down
6 changes: 6 additions & 0 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ apiVersion: meta.pkg.crossplane.io/v1
kind: Provider
metadata:
name: provider-cilium
annotations:
meta.crossplane.io/maintainer: Joseph Ligier
meta.crossplane.io/source: github.com/littlejo/provider-cilium
meta.crossplane.io/license: Apahce-2.0
meta.crossplane.io/description: |
The Cilium provider enables management of Cilium Cluster Mesh deployments and observability.

0 comments on commit cf3ac1c

Please sign in to comment.