diff --git a/charts/airbyte/templates/airbyte-db.yaml b/charts/airbyte/templates/airbyte-db.yaml
index 8aad9bdfb920..681e841a569b 100644
--- a/charts/airbyte/templates/airbyte-db.yaml
+++ b/charts/airbyte/templates/airbyte-db.yaml
@@ -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 }}