Add Upbound Universal Crossplane
Signed-off-by: Hasan Turken <turkenh@gmail.com>pull/96/head
parent
f55ede7051
commit
ae214ff05c
|
@ -0,0 +1,8 @@
|
||||||
|
# Upbound Universal Crossplane (UXP)
|
||||||
|
|
||||||
|
Upbound Universal Crossplane (UXP) is [Upbound's](https://upbound.io) official
|
||||||
|
enterprise-grade distribution of [Crossplane](https://crossplane.io). It's fully compatible
|
||||||
|
with upstream Crossplane, open source, capable of connecting to Upbound Cloud
|
||||||
|
for real-time dashboard visibility, and maintained by Upbound. It's the easiest
|
||||||
|
way for both individual community members and enterprises to build their
|
||||||
|
production control planes.
|
|
@ -0,0 +1,6 @@
|
||||||
|
questions:
|
||||||
|
- variable: upbound.controlPlane.token
|
||||||
|
required: false
|
||||||
|
type: password
|
||||||
|
label: Control plane token to connect Upbound Cloud
|
||||||
|
group: "Upbound"
|
|
@ -0,0 +1,2 @@
|
||||||
|
url: https://charts.upbound.io/stable/universal-crossplane-1.2.1-up.3.tgz
|
||||||
|
packageVersion: 00
|
|
@ -0,0 +1,22 @@
|
||||||
|
diff -x '*.tgz' -x '*.lock' -uNr packages/universal-crossplane/charts-original/Chart.yaml packages/universal-crossplane/charts/Chart.yaml
|
||||||
|
--- packages/universal-crossplane/charts-original/Chart.yaml
|
||||||
|
+++ packages/universal-crossplane/charts/Chart.yaml
|
||||||
|
@@ -1,8 +1,11 @@
|
||||||
|
apiVersion: v1
|
||||||
|
-appVersion: 1.2.1-up.3
|
||||||
|
+appVersion: 1.2.1003
|
||||||
|
description: Upbound Universal Crossplane allows you to connect your Crossplane-enabled cluster to Upbound Cloud.
|
||||||
|
home: https://upbound.io
|
||||||
|
icon: https://crossplane.io/images/favicon_192x192.png
|
||||||
|
+annotations:
|
||||||
|
+ catalog.cattle.io/certified: partner
|
||||||
|
+ catalog.cattle.io/release-name: universal-crossplane
|
||||||
|
keywords:
|
||||||
|
- cloud
|
||||||
|
- infrastructure
|
||||||
|
@@ -31,4 +34,4 @@
|
||||||
|
- email: info@upbound.io
|
||||||
|
name: Upbound Inc.
|
||||||
|
name: universal-crossplane
|
||||||
|
-version: 1.2.1-up.3
|
||||||
|
+version: 1.2.1003
|
Loading…
Reference in New Issue