Skip to content

Commit

Permalink
Update airbyte-db reference (#18368)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpuska513 authored Oct 24, 2022
1 parent 5e302e0 commit 51cfebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte/templates/airbyte-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: airbyte-db-container
image: airbyte/db:{{ ((.Values.global.image).tag) | default "a03509b" }}
image: airbyte/db:{{ ((.Values.global.image).tag) | default .Chart.AppVersion }}
env:
- name: POSTGRES_DB
value: {{ .Values.postgresql.postgresqlDatabase }}
Expand Down

0 comments on commit 51cfebc

Please sign in to comment.