File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: skypilot
33description : A Helm chart for deploying SkyPilot API server on Kubernetes
44icon : " https://raw.githubusercontent.com/skypilot-org/skypilot/master/charts/skypilot/skypilot.svg"
55type : application
6- version : 0.0.2-pre-04
6+ version : 0.0.2-pre-05
77appVersion : " 0.0"
88dependencies :
99 - name : ingress-nginx
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ spec:
419419 securityContext :
420420 {{- toYaml . | nindent 10 }}
421421 {{- end }}
422- image : google/cloud-sdk:latest
422+ image : {{ .Values.gcpCredentials.image | default " google/cloud-sdk:latest" | quote }}
423423 command : ["/bin/sh", "-c"]
424424 env :
425425 - name : GOOGLE_APPLICATION_CREDENTIALS
Original file line number Diff line number Diff line change @@ -453,6 +453,8 @@ gcpCredentials:
453453 projectId : null
454454 # Name of the secret containing the gcp credentials. Only used if enabled is true.
455455 gcpSecretName : gcp-credentials
456+ # Image used to parse GCP credentials and set up application default credentials.
457+ image : " google/cloud-sdk:latest"
456458
457459# Populate RunPod credentials from the secret with key `api_key`
458460runpodCredentials :
You can’t perform that action at this time.
0 commit comments