Update to latest patch and add display-name annotation
Signed-off-by: Hasan Turken <turkenh@gmail.com>pull/96/head
parent
b1dd9be4a9
commit
9dc4b99181
|
@ -1,2 +1,2 @@
|
|||
url: https://charts.upbound.io/stable/universal-crossplane-1.2.1-up.3.tgz
|
||||
url: https://charts.upbound.io/stable/universal-crossplane-1.2.2-up.1.tgz
|
||||
packageVersion: 00
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
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 @@
|
||||
@@ -1,8 +1,12 @@
|
||||
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.
|
||||
-appVersion: 1.2.2-up.1
|
||||
+appVersion: 1.2.2001
|
||||
description: 'Upbound Universal Crossplane (UXP) is Upbound''s official enterprise-grade distribution of Crossplane. 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. '
|
||||
home: https://upbound.io
|
||||
-icon: https://crossplane.io/images/favicon_192x192.png
|
||||
+icon: https://raw.githubusercontent.com/upbound/universal-crossplane/66ce9eb2c5a0c3af8ed7d19551a2c4d743b933b9/docs/media/logo.png
|
||||
icon: https://raw.githubusercontent.com/upbound/universal-crossplane/66ce9eb2c5a0c3af8ed7d19551a2c4d743b933b9/docs/media/logo.png
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: universal-crossplane
|
||||
+ catalog.cattle.io/display-name: Upbound Universal Crossplane
|
||||
keywords:
|
||||
- cloud
|
||||
- infrastructure
|
||||
@@ -31,4 +34,4 @@
|
||||
@@ -31,4 +35,4 @@
|
||||
- email: info@upbound.io
|
||||
name: Upbound Inc.
|
||||
name: universal-crossplane
|
||||
-version: 1.2.1-up.3
|
||||
+version: 1.2.1003
|
||||
-version: 1.2.2-up.1
|
||||
+version: 1.2.2001
|
||||
|
|
Loading…
Reference in New Issue