-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathChart.yaml
More file actions
53 lines (49 loc) · 1.78 KB
/
Copy pathChart.yaml
File metadata and controls
53 lines (49 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
apiVersion: v2
name: hyperpod-inference-operator
description: A Helm chart for Kubernetes
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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: 1.1.0
# This is the version number of the application being deployed. Keep this aligned
# with operator image MAJOR.MINOR version.
appVersion: "2.1"
dependencies:
- name: aws-mountpoint-s3-csi-driver
alias: s3
version: 1.14.1
repository: "https://awslabs.github.io/mountpoint-s3-csi-driver/"
condition: s3.enabled
- name: metrics-server
alias: metrics
version: 3.12.2
repository: "https://kubernetes-sigs.github.io/metrics-server/"
- name: aws-fsx-csi-driver
alias: fsx
version: 1.11.0
repository: "https://kubernetes-sigs.github.io/aws-fsx-csi-driver"
condition: fsx.enabled
- name: aws-load-balancer-controller
alias: alb
version: 1.13.2
repository: "https://aws.github.io/eks-charts"
condition: alb.enabled
- name: cert-manager
alias: cert-manager
version: v1.18.2
repository: "https://charts.jetstack.io"
condition: cert-manager.enabled
- name: keda
alias: keda
version: 2.17.1
repository: "https://kedacore.github.io/charts"
condition: keda.enabled