Regenerate charts and assets with rename
parent
81a5b7f10e
commit
99ccb27320
Binary file not shown.
Binary file not shown.
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue