Merge pull request #104 from aiyengar2/fix_validation

Point cloud-casa chart to 1.0.0 to fix validation
pull/111/head
Steven Crespo 2021-06-28 13:53:08 -04:00 committed by GitHub
commit 4eb805825c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 695 additions and 57 deletions

Binary file not shown.

View File

@ -1,9 +1,10 @@
annotations: annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: CloudCasa
catalog.cattle.io/namespace: cloudcasa-io catalog.cattle.io/namespace: cloudcasa-io
catalog.cattle.io/release-name: cloudcasa catalog.cattle.io/release-name: cloudcasa
apiVersion: v2 apiVersion: v2
appVersion: "1.0" appVersion: 1.0.0
description: CloudCasa backup service for Kubernetes and cloud native applications description: CloudCasa backup service for Kubernetes and cloud native applications
home: https://cloudcasa.io home: https://cloudcasa.io
icon: https://partner-charts.rancher.io/assets/logos/cloudcasa.png icon: https://partner-charts.rancher.io/assets/logos/cloudcasa.png
@ -16,4 +17,4 @@ maintainers:
- email: info@catalogicsoftware.com - email: info@catalogicsoftware.com
name: catalogicsoftware name: catalogicsoftware
name: cloudcasa name: cloudcasa
version: 1.0.0+up1.0 version: 1.0.0

View File

@ -5,7 +5,7 @@ categories:
- Application - Application
questions: questions:
- variable: cluster_id - variable: cluster_id
default: "default" default: ""
description: "CloudCasa Cluster ID" description: "CloudCasa Cluster ID"
type: string type: string
required: true required: true

View File

@ -2864,11 +2864,11 @@ items:
served: true served: true
storage: true storage: true
status: status:
# acceptedNames: acceptedNames:
# kind: "" kind: ""
# plural: "" plural: ""
conditions: [] conditions: []
# storedVersions: [] storedVersions: []
{{- end }} {{- end }}
- apiVersion: apps/v1 - apiVersion: apps/v1
kind: Deployment kind: Deployment
@ -2981,4 +2981,4 @@ items:
- emptyDir: {} - emptyDir: {}
name: scratch name: scratch
- emptyDir: {} - emptyDir: {}
name: cloud-credentials name: cloud-credentials

File diff suppressed because it is too large Load Diff

View File

@ -1,22 +1,21 @@
--- charts-original/Chart.yaml --- charts-original/Chart.yaml
+++ charts/Chart.yaml +++ charts/Chart.yaml
@@ -2,7 +2,7 @@ @@ -5,7 +5,7 @@
appVersion: "1.0" kubeVersion: ">=1.13.0-0"
description: CloudCasa backup service for Kubernetes and cloud native applications description: CloudCasa backup service for Kubernetes and cloud native applications
home: https://cloudcasa.io home: https://cloudcasa.io
-icon: file://../logo.png -icon: file://../logo.png
+icon: https://partner-charts.rancher.io/assets/logos/cloudcasa.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: keywords:
- backup @@ -15,3 +15,8 @@
- Catalogic maintainers:
@@ -12,4 +12,8 @@ - name: catalogicsoftware
- email: info@catalogicsoftware.com email: info@catalogicsoftware.com
name: catalogicsoftware
name: cloudcasa
-version: "1.0"
+version: "1.0.0"
+annotations: +annotations:
+ catalog.cattle.io/certified: partner + catalog.cattle.io/certified: partner
+ catalog.cattle.io/release-name: cloudcasa + catalog.cattle.io/release-name: cloudcasa
+ catalog.cattle.io/namespace: cloudcasa-io + catalog.cattle.io/namespace: cloudcasa-io
+ catalog.cattle.io/display-name: Cloudcasa + catalog.cattle.io/display-name: CloudCasa
\ No newline at end of file

View 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 packageVersion: 00