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
4 changes: 2 additions & 2 deletions main_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3924,7 +3924,7 @@ spec:
- name: NAMESPACE
value: "data-quality"
- name: DBT_REDATA_CORE_IMAGE
value: "4fastbi/data-quality-core:v0.1.0"
value: "4fastbi/data-quality-core:v0.1.2"
- name: CUSTOMER
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -4132,7 +4132,7 @@ spec:
- name: data_orchestrator_core_image_name
value: data-orchestrator-core
- name: data_orchestrator_core_image_tag
value: v0.1.2
value: v0.1.3
- name: dbt_workflow_core_image_name
value: dbt-workflow-core
- name: dbt_workflow_core_image_tag
Expand Down
2 changes: 1 addition & 1 deletion mr_e2e_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5220,7 +5220,7 @@ spec:
- name: data_orchestrator_core_image_name
value: data-orchestrator-core
- name: data_orchestrator_core_image_tag
value: v0.1.2
value: v0.1.3
- name: dbt_workflow_core_image_name
value: dbt-workflow-core
- name: dbt_workflow_core_image_tag
Expand Down