Skip to content

Commit

Permalink
[Feat] Update migrate-job.yaml to have up and down (#54)
Browse files Browse the repository at this point in the history
[Feat] Update migrate-job.yaml to have up and down (#54)
  • Loading branch information
etaques authored Feb 1, 2023
1 parent 3a6b7b3 commit a324678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.43
version: 1.0.44
appVersion: "0.22.0"
home: https://getorb.io
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/orb/templates/migrate-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- 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 }}"
imagePullPolicy: {{ default .Values.defaults.image.pullPolicy .Values.migrate.image.pullPolicy }}
args: [ "up" ]
args: [ "{{ .Values.migrate.action }}" ]
env:
- name: ORB_MIGRATE_LOG_LEVEL
value: {{ default .Values.defaults.logLevel .Values.migrate.logLevel }}
Expand Down
1 change: 1 addition & 0 deletions charts/orb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ migrate:
autoMigrate: false
logLevel: "debug"
backoffLimit: 10
action: "up"
dbs:
keto:
host: "" # Set this field with host if you want to point to external database such as RDS
Expand Down

0 comments on commit a324678

Please sign in to comment.