Migrating StreamSets & hiding legacy chart
parent
b4bbbc7137
commit
571c477cf1
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,6 @@
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/hidden: "true"
|
||||||
catalog.cattle.io/release-name: streamsets
|
catalog.cattle.io/release-name: streamsets
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 3.8.0
|
appVersion: 3.8.0
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Streamsets Control Agent
|
catalog.cattle.io/display-name: Streamsets Control Agent
|
||||||
|
catalog.cattle.io/hidden: "true"
|
||||||
catalog.cattle.io/release-name: streamsets
|
catalog.cattle.io/release-name: streamsets
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 3.8.0
|
appVersion: 3.8.0
|
||||||
|
|
10
index.yaml
10
index.yaml
|
@ -1146,12 +1146,13 @@ entries:
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Streamsets Control Agent
|
catalog.cattle.io/display-name: Streamsets Control Agent
|
||||||
|
catalog.cattle.io/hidden: "true"
|
||||||
catalog.cattle.io/release-name: streamsets
|
catalog.cattle.io/release-name: streamsets
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 3.8.0
|
appVersion: 3.8.0
|
||||||
created: "2021-09-02T18:25:02.453879-07:00"
|
created: "2022-10-26T03:42:34.062584-04:00"
|
||||||
description: Control Agent for managing StreamSets Control Hub Deployments
|
description: Control Agent for managing StreamSets Control Hub Deployments
|
||||||
digest: c5e32bc0c88d0bf18be81e4f92020e01f42641901db8c2be069b02a300cd8c04
|
digest: e6ce4ac764d41830a008ed3dcb08b5aac1cfc702fcf345bf40b986b3053abcef
|
||||||
home: https://streamsets.com
|
home: https://streamsets.com
|
||||||
keywords:
|
keywords:
|
||||||
- streamsets
|
- streamsets
|
||||||
|
@ -1169,12 +1170,13 @@ entries:
|
||||||
version: 2.0.101
|
version: 2.0.101
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/hidden: "true"
|
||||||
catalog.cattle.io/release-name: streamsets
|
catalog.cattle.io/release-name: streamsets
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 3.8.0
|
appVersion: 3.8.0
|
||||||
created: "2021-06-23T17:44:55.488571-07:00"
|
created: "2022-10-26T03:42:34.062317-04:00"
|
||||||
description: Control Agent for managing StreamSets Control Hub Deployments
|
description: Control Agent for managing StreamSets Control Hub Deployments
|
||||||
digest: 5289b93c60200cc9896b2e903c4143a8db1d312409ab86da5dc77df693bc395f
|
digest: 45c2d08c0c269007bffb780e7cf84f97d098eaa64aae07a7a22cd34c410ff615
|
||||||
home: https://streamsets.com
|
home: https://streamsets.com
|
||||||
icon: https://github.com/streamsets/datacollector/raw/master/basic-lib/src/main/resources/sdcipc.png
|
icon: https://github.com/streamsets/datacollector/raw/master/basic-lib/src/main/resources/sdcipc.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
HelmRepo: https://streamsets.github.io/helm-charts/stable
|
||||||
|
HelmChart: control-agent
|
||||||
|
Vendor: StreamSets
|
||||||
|
DisplayName: StreamSets Control Agent
|
||||||
|
ChartMetadata:
|
||||||
|
kubeVersion: '>=1.17-0'
|
||||||
|
icon: https://streamsets.b-cdn.net/wp-content/uploads/StreamSetsLogo_Square_Transparent.png
|
|
@ -1,19 +0,0 @@
|
||||||
--- charts-original/Chart.yaml
|
|
||||||
+++ charts/Chart.yaml
|
|
||||||
@@ -2,7 +2,6 @@
|
|
||||||
appVersion: 3.8.0
|
|
||||||
description: Control Agent for managing StreamSets Control Hub Deployments
|
|
||||||
home: https://streamsets.com
|
|
||||||
-icon: https://github.com/streamsets/datacollector/raw/master/basic-lib/src/main/resources/sdcipc.png
|
|
||||||
keywords:
|
|
||||||
- streamsets
|
|
||||||
- sdc
|
|
||||||
@@ -14,3 +13,8 @@
|
|
||||||
sources:
|
|
||||||
- https://github.com/streamsets/helm-charts/tree/master/incubating/control-agent
|
|
||||||
version: 2.0.1
|
|
||||||
+kubeVersion: 1.17 - 1.21
|
|
||||||
+annotations:
|
|
||||||
+ catalog.cattle.io/certified: partner
|
|
||||||
+ catalog.cattle.io/release-name: streamsets
|
|
||||||
+ catalog.cattle.io/display-name: Streamsets Control Agent
|
|
|
@ -1,2 +0,0 @@
|
||||||
url: https://github.com/thomasganka/helm-charts/raw/master/docs/stable/control-agent-2.0.1.tgz
|
|
||||||
packageVersion: 01
|
|
Loading…
Reference in New Issue