-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathChart.yaml
More file actions
24 lines (24 loc) · 942 Bytes
/
Chart.yaml
File metadata and controls
24 lines (24 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
apiVersion: v2
name: confidential-containers
description: Helm chart for Confidential Containers deployment
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.18.0"
# This is the version number of the application being deployed.
appVersion: "0.18.0"
maintainers:
- name: Confidential Containers Community
url: https://github.com/confidential-containers
# Dependencies
dependencies:
- name: kata-deploy
alias: kata-as-coco-runtime
version: "3.27.0"
repository: "oci://ghcr.io/kata-containers/kata-deploy-charts"
condition: kata-as-coco-runtime.enabled
- name: peerpods
version: "0.1.1"
repository: "oci://ghcr.io/confidential-containers/cloud-api-adaptor/charts"
condition: peerpods.enabled