Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/tidepool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Tidepool
name: tidepool
version: 0.21.0
version: 0.22.0
maintainers:
- name: Todd Kazakov
email: todd@tidepool.org
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/auth/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ spec:
app: auth
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: auth
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/blip/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ spec:
app: blip
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: blip
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/blob/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ spec:
strategy: {}
template:
metadata:
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: blob
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ spec:
app: clinic-worker
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: clinic-worker
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/clinic/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ spec:
app: clinic
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: clinic
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/data/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ spec:
app: data
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: data
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/devices/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ spec:
app: devices
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: devices
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/export/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ spec:
app: export
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: export
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ spec:
app: gatekeeper
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: gatekeeper
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/highwater/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ spec:
app: highwater
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: highwater
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ spec:
replicas: {{ .Values.deployment.replicas }}
template:
metadata:
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: hydrophone
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
labels:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/jellyfish/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ spec:
strategy: {}
template:
metadata:
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: jellyfish
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
labels:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/mailer/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ spec:
app: mailer
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: mailer
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ spec:
app: message-api
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: messageapi
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ spec:
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
{{- $imagePullSecrets := (.Values.deployment).imagePullSecrets | default ((.Values.global).deployment).imagePullSecrets -}}
{{- if $imagePullSecrets }}
imagePullSecrets:
{{- toYaml $imagePullSecrets | nindent 6 }}
{{- end }}
containers:
- name: plotly-orca
image: {{ .Values.deployment.image | quote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tidepool/charts/plotly-orca/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
deployment:
image: quay.io/plotly/orca
image: tidepool/plotly-orca:latest
replicas: 1
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ spec:
app: prescription
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: prescription
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/seagull/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ spec:
app: seagull
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: seagull
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/shoreline/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ spec:
app: shoreline
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: shoreline
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/task/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ spec:
app: task
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: task
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ spec:
app: tide-whisperer
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: tide-whisperer
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/tools/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ spec:
app: tools
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: tools
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 2 additions & 1 deletion charts/tidepool/charts/uploader/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ spec:
app: uploader
app.kubernetes.io/name: {{ include "charts.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ if .Values.podAnnotations }}
annotations:
kubectl.kubernetes.io/default-container: uploader
{{ if .Values.podAnnotations }}
{{- .Values.podAnnotations | toYaml | nindent 8 }}
{{- end }}
spec:
Expand Down
Loading