Merge pull request #104 from aiyengar2/fix_validation
Point cloud-casa chart to 1.0.0 to fix validationpull/111/head
commit
4eb805825c
Binary file not shown.
Binary file not shown.
|
@ -1,9 +1,10 @@
|
|||
annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: CloudCasa
|
||||
catalog.cattle.io/namespace: cloudcasa-io
|
||||
catalog.cattle.io/release-name: cloudcasa
|
||||
apiVersion: v2
|
||||
appVersion: "1.0"
|
||||
appVersion: 1.0.0
|
||||
description: CloudCasa backup service for Kubernetes and cloud native applications
|
||||
home: https://cloudcasa.io
|
||||
icon: https://partner-charts.rancher.io/assets/logos/cloudcasa.png
|
||||
|
@ -16,4 +17,4 @@ maintainers:
|
|||
- email: info@catalogicsoftware.com
|
||||
name: catalogicsoftware
|
||||
name: cloudcasa
|
||||
version: 1.0.0+up1.0
|
||||
version: 1.0.0
|
|
@ -5,7 +5,7 @@ categories:
|
|||
- Application
|
||||
questions:
|
||||
- variable: cluster_id
|
||||
default: "default"
|
||||
default: ""
|
||||
description: "CloudCasa Cluster ID"
|
||||
type: string
|
||||
required: true
|
|
@ -2864,11 +2864,11 @@ items:
|
|||
served: true
|
||||
storage: true
|
||||
status:
|
||||
# acceptedNames:
|
||||
# kind: ""
|
||||
# plural: ""
|
||||
acceptedNames:
|
||||
kind: ""
|
||||
plural: ""
|
||||
conditions: []
|
||||
# storedVersions: []
|
||||
storedVersions: []
|
||||
{{- end }}
|
||||
- apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -2981,4 +2981,4 @@ items:
|
|||
- emptyDir: {}
|
||||
name: scratch
|
||||
- emptyDir: {}
|
||||
name: cloud-credentials
|
||||
name: cloud-credentials
|
710
index.yaml
710
index.yaml
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
+ 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