Migrating kasten k10 chart

pull/658/head
Akanksha Kumari 2023-02-03 13:04:36 +05:30
parent 72c3738aa2
commit a46fd95c25
173 changed files with 462 additions and 89 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,15 +2,15 @@ annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: K10 catalog.cattle.io/display-name: K10
catalog.cattle.io/featured: "1" catalog.cattle.io/featured: "1"
catalog.cattle.io/kube-version: '>= 1.17.0-0'
catalog.cattle.io/release-name: k10 catalog.cattle.io/release-name: k10
apiVersion: v2 apiVersion: v2
appVersion: 5.5.1 appVersion: 5.5.2
description: Kastens K10 Data Management Platform description: Kastens K10 Data Management Platform
home: https://kasten.io/ home: https://kasten.io/
icon: https://docs.kasten.io/_static/logo-kasten-k10-blue-white.png icon: https://docs.kasten.io/_static/logo-kasten-k10-blue-white.png
kubeVersion: '>= 1.17.0-0'
maintainers: maintainers:
- email: contact@kasten.io - email: contact@kasten.io
name: kastenIO name: kastenIO
name: k10 name: k10
version: 5.5.100 version: 5.5.201

View File

@ -218,6 +218,7 @@ Parameter | Description | Default
`garbagecollector.importRunActions.enabled` | Enables ``importRunActions`` collector | `false` `garbagecollector.importRunActions.enabled` | Enables ``importRunActions`` collector | `false`
`garbagecollector.retireActions.enabled` | Enables ``retireActions`` collector | `false` `garbagecollector.retireActions.enabled` | Enables ``retireActions`` collector | `false`
`kubeVirtVMs.snapshot.unfreezeTimeout` | Defines the time duration within which the the VMs must be unfrozen while backing them up. To know more about format [go doc](https://pkg.go.dev/time#ParseDuration) can be followed | `5m` `kubeVirtVMs.snapshot.unfreezeTimeout` | Defines the time duration within which the the VMs must be unfrozen while backing them up. To know more about format [go doc](https://pkg.go.dev/time#ParseDuration) can be followed | `5m`
`excludedApps` | Specifies a list of applications to be excluded from the dashboard & compliance considerations. Format should be a :ref:`YAML array<k10_compliance>` | `None`
## Helm tips and tricks ## Helm tips and tricks

View File

@ -1,3 +1,3 @@
{{/* Autogenerated, do NOT modify */}} {{/* Autogenerated, do NOT modify */}}
{{- define "k10.grafanaImageTag" -}}9.1.5{{- end -}} {{- define "k10.grafanaImageTag" -}}9.1.5{{- end -}}
{{- define "k10.grafanaInitContainerImageTag" -}}8.7-923{{- end -}} {{- define "k10.grafanaInitContainerImageTag" -}}8.7-923.1669829893{{- end -}}

View File

@ -9,7 +9,7 @@ prometheusPrefixURL: /k10/prometheus
ubi: ubi:
image: image:
repository: registry.access.redhat.com/ubi8/ubi-minimal repository: registry.access.redhat.com/ubi8/ubi-minimal
tag: 8.7-923 tag: 8.7-923.1669829893
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
k10image: k10image:

Some files were not shown because too many files have changed in this diff Show More