constellation/cli/internal/helm/charts/edgeless/constellation-services/Chart.yaml
Otto Bittner 90b88e1cf9 kms: rename kms to keyservice
In the light of extending our eKMS support it will be helpful
to have a tighter use of the word "KMS".
KMS should refer to the actual component that manages keys.
The keyservice, also called KMS in the constellation code,
does not manage keys itself. It talks to a KMS backend,
which in turn does the actual key management.
2023-01-16 11:56:34 +01:00

65 lines
1.1 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: 2.4.0
dependencies:
- name: keyservice
version: 2.4.0
tags:
- Azure
- GCP
- AWS
- QEMU
- name: join-service
version: 2.4.0
tags:
- Azure
- GCP
- AWS
- QEMU
- name: ccm
version: 2.4.0
tags:
- Azure
- GCP
- AWS
- name: cnm
version: 2.4.0
tags:
- Azure
- name: autoscaler
version: 2.4.0
tags:
- Azure
- GCP
- AWS
- name: verification-service
version: 2.4.0
tags:
- Azure
- GCP
- AWS
- QEMU
- name: konnectivity
version: 2.4.0
tags:
- Azure
- GCP
- AWS
- QEMU
- name: gcp-guest-agent
version: 2.4.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