Modify package.yaml to point to Git repository for 1.0.0
parent
71bf5e9465
commit
69774423ed
|
@ -1,22 +1,21 @@
|
|||
--- charts-original/Chart.yaml
|
||||
+++ charts/Chart.yaml
|
||||
@@ -2,7 +2,7 @@
|
||||
appVersion: "1.0"
|
||||
@@ -5,7 +5,7 @@
|
||||
kubeVersion: ">=1.13.0-0"
|
||||
description: CloudCasa backup service for Kubernetes and cloud native applications
|
||||
home: https://cloudcasa.io
|
||||
-icon: file://../logo.png
|
||||
+icon: https://partner-charts.rancher.io/assets/logos/cloudcasa.png
|
||||
#icon: https://raw.githubusercontent.com/catalogicsoftware/cloudcasa-helmchart/gh-pages/logo.png
|
||||
#type: application
|
||||
keywords:
|
||||
- backup
|
||||
- Catalogic
|
||||
@@ -12,4 +12,8 @@
|
||||
- email: info@catalogicsoftware.com
|
||||
name: catalogicsoftware
|
||||
name: cloudcasa
|
||||
-version: "1.0"
|
||||
+version: "1.0.0"
|
||||
@@ -15,3 +15,8 @@
|
||||
maintainers:
|
||||
- name: catalogicsoftware
|
||||
email: info@catalogicsoftware.com
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: cloudcasa
|
||||
+ catalog.cattle.io/namespace: cloudcasa-io
|
||||
+ catalog.cattle.io/display-name: Cloudcasa
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
url: https://github.com/catalogicsoftware/cloudcasa-helmchart/releases/download/cloudcasa-1.0/cloudcasa-1.0.tgz
|
||||
url: https://github.com/catalogicsoftware/cloudcasa-helmchart.git
|
||||
subdirectory: v1.0.0
|
||||
commit: f22253e08cbacc752f1b6e052d01c87ca3ac1555
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue