Skip to content

Commit 80f2ded

Browse files
authored
Use Tidepool's image of plotly/orca (#330)
1 parent 1596b01 commit 80f2ded

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

charts/tidepool/charts/plotly-orca/templates/0-deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ spec:
2222
app.kubernetes.io/name: {{ include "charts.name" . }}
2323
app.kubernetes.io/instance: {{ .Release.Name }}
2424
spec:
25+
{{- $imagePullSecrets := (.Values.deployment).imagePullSecrets | default ((.Values.global).deployment).imagePullSecrets -}}
26+
{{- if $imagePullSecrets }}
27+
imagePullSecrets:
28+
{{- toYaml $imagePullSecrets | nindent 6 }}
29+
{{- end }}
2530
containers:
2631
- name: plotly-orca
2732
image: {{ .Values.deployment.image | quote }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
deployment:
2-
image: quay.io/plotly/orca
2+
image: tidepool/plotly-orca:latest
33
replicas: 1

0 commit comments

Comments
 (0)