Skip to content

Commit

Permalink
added imagePullSecrets to migrate job (#30)
Browse files Browse the repository at this point in the history
* added imagePullSecrets to migrate job

* bump version to 1.0.23
  • Loading branch information
fhaze authored Jun 24, 2022
1 parent 75946a8 commit a9c0c6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/orb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: orb
description: Orb Observability Platform
icon: https://avatars1.githubusercontent.com/u/13207490
type: application
version: 1.0.22
version: 1.0.23
appVersion: "0.16.0"
home: https://getorb.io
sources:
Expand Down
4 changes: 4 additions & 0 deletions charts/orb/templates/migrate-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
spec:
template:
spec:
{{- if .Values.defaults.image.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.defaults.image.imagePullSecrets | indent 8 }}
{{- end }}
containers:
- name: {{ .Release.Name }}-migrate
image: "{{ default .Values.defaults.image.repository .Values.migrate.image.repository }}/{{ default .Values.migrate.image.name }}:{{ default .Values.defaults.image.tag .Values.migrate.image.tag }}"
Expand Down

0 comments on commit a9c0c6f

Please sign in to comment.