Skip to content

Commit f6ed8c1

Browse files
committed
update skypilot for cudo
Signed-off-by: David Young <[email protected]>
1 parent ac91bf0 commit f6ed8c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/stable/skypilot/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: skypilot
33
description: A Helm chart for deploying SkyPilot API server on Kubernetes
44
icon: "https://raw.githubusercontent.com/skypilot-org/skypilot/master/charts/skypilot/skypilot.svg"
55
type: application
6-
version: 0.0.1
6+
version: 0.0.2-pre-01
77
appVersion: "0.0"
88
dependencies:
99
- name: ingress-nginx

charts/stable/skypilot/templates/api-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@ spec:
577577
- name: runpod-config
578578
emptyDir: {}
579579
{{- end }}
580+
{{- if .Values.cudoCredentials.enabled }}
581+
- name: cudo-config
582+
emptyDir: {}
583+
{{- end }}
580584
{{- if .Values.lambdaCredentials.enabled }}
581585
- name: lambda-config
582586
emptyDir: {}

0 commit comments

Comments
 (0)