Skip to content

Commit

Permalink
Merge pull request #1 from jastang/upbound-registry
Browse files Browse the repository at this point in the history
Publish to crossplane-contrib on Upbound registry
  • Loading branch information
jastang authored Oct 26, 2023
2 parents b8176a7 + b1c2cac commit 0a6ed56
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,24 @@ GO_SUBDIRS += cmd internal apis
# Setup Kubernetes tools

KIND_VERSION = v0.15.0
UP_VERSION = v0.18.0
UP_CHANNEL = stable
UPTEST_VERSION = v0.5.0
-include build/makelib/k8s_tools.mk

# ====================================================================================
# Setup Images

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

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

XPKG_REG_ORGS ?= xpkg.upbound.io/upbound
XPKG_REG_ORGS ?= xpkg.upbound.io/crossplane-contrib
# 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/crossplane-contrib
XPKGS = $(PROJECT_NAME)
-include build/makelib/xpkg.mk

Expand Down
1 change: 1 addition & 0 deletions apis/app/v1alpha1/zz_groupassignment_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@ apiVersion: meta.pkg.crossplane.io/v1
kind: Provider
metadata:
name: provider-okta
annotations:
meta.crossplane.io/maintainer: Healthcare <[email protected]>
meta.crossplane.io/source: github.com/crossplane-contrib/provider-okta
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
A Crossplane provider that exposes managed resources for the Okta API.
meta.crossplane.io/readme: |
Provider Okta is a crossplane provider for [Okta](https://okta.com) that allows
the creation of kubernetes objects for:
- Okta Users
- Okta Groups
- Assigning Users to Groups
- Assigning Apps to Groups

0 comments on commit 0a6ed56

Please sign in to comment.