constellation/cli/internal/helm/charts/edgeless/constellation-services/Chart.yaml
Daniel Weiße 9aa9c1bb49
AB#2275 Add azuredisk CSI driver (#548)
* Add azuredisk CSI driver

* Update Changelog

* Update chart using go generate

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2022-11-18 15:47:01 +01:00

48 lines
847 B
YAML

apiVersion: v2
name: constellation-services
description: A chart to deploy all microservices that are part of a valid constellation cluster
type: application
version: 2.2.2
dependencies:
- name: kms
version: 2.2.2
tags:
- Azure
- GCP
- AWS
- QEMU
- name: join-service
version: 2.2.2
tags:
- Azure
- GCP
- AWS
- QEMU
- name: ccm
version: 2.2.2
tags:
- Azure
- GCP
- AWS
- name: cnm
version: 2.2.2
tags:
- Azure
- name: autoscaler
version: 2.2.2
tags:
- Azure
- GCP
- AWS
- name: gcp-compute-persistent-disk-csi-driver
version: 1.0.1
condition: gcp.deployCSIDriver
tags:
- GCP
- name: azuredisk-csi-driver
version: 1.0.1
condition: azure.deployCSIDriver
tags:
- Azure