constellation/cli/internal/helm/charts/edgeless/constellation-services/Chart.yaml
Moritz Sanft 7ad284d672
cli: deploy aws csi driver per default (#1981)
* add aws csi driver helm chart

* update chart

* add CSI driver to Constellation default deployment

* generate config doc

* update buildfiles

* use upstream chart

* update buildfile

* set `DeployCSIDriver` in default config

* fix helm test

* whitespace
2023-06-30 08:46:32 +02:00

95 lines
1.8 KiB
YAML

apiVersion: v2
name: constellation-services
description: A chart to deploy all microservices that are part of a valid constellation cluster
type: application
version: 0.0.0
dependencies:
- name: key-service
version: 0.0.0
tags:
- AWS
- Azure
- GCP
- OpenStack
- QEMU
- name: join-service
version: 0.0.0
tags:
- AWS
- Azure
- GCP
- OpenStack
- QEMU
- name: ccm
version: 0.0.0
tags:
- AWS
- Azure
- GCP
- OpenStack
- name: cnm
version: 0.0.0
tags:
- Azure
- name: autoscaler
version: 0.0.0
tags:
- Azure
- GCP
- AWS
- name: verification-service
version: 0.0.0
tags:
- AWS
- Azure
- GCP
- OpenStack
- QEMU
- name: konnectivity
version: 0.0.0
tags:
- AWS
- Azure
- GCP
- OpenStack
- QEMU
- name: gcp-guest-agent
version: 0.0.0
tags:
- GCP
- 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
- name: aws-csi-driver
version: 1.0.0
condition: aws.deployCSIDriver
tags:
- AWS
- name: yawol-config
version: 0.0.0
condition: openstack.deployYawolLoadBalancer
tags:
- OpenStack
- name: yawol-controller
version: 0.0.0
condition: openstack.deployYawolLoadBalancer
tags:
- OpenStack
- name: cinder-config
version: 1.0.0
condition: openstack.deployCSIDriver
tags:
- OpenStack
- name: cinder-csi-plugin
version: 1.0.0
condition: openstack.deployCSIDriver
tags:
- OpenStack