From 93c53e3986cd23864501fa07f2bc71bd6ada067c Mon Sep 17 00:00:00 2001 From: GediminasKr-BURGA Date: Fri, 12 Dec 2025 08:11:37 +0200 Subject: [PATCH] update data-orchestrator-core image version --- main_workflow.yaml | 2 +- mr_e2e_workflow.yaml | 2 +- template.github.argo-workflows.yml | 2 +- template.gitlab.gitlab-ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main_workflow.yaml b/main_workflow.yaml index fffb238..099cc5b 100644 --- a/main_workflow.yaml +++ b/main_workflow.yaml @@ -4124,7 +4124,7 @@ spec: - name: data_orchestrator_core_image_name value: data-orchestrator-core - name: data_orchestrator_core_image_tag - value: v0.1.1 + value: v0.1.2 - name: dbt_workflow_core_image_name value: dbt-workflow-core - name: dbt_workflow_core_image_tag diff --git a/mr_e2e_workflow.yaml b/mr_e2e_workflow.yaml index 6dbda24..a844965 100644 --- a/mr_e2e_workflow.yaml +++ b/mr_e2e_workflow.yaml @@ -5215,7 +5215,7 @@ spec: - name: data_orchestrator_core_image_name value: data-orchestrator-core - name: data_orchestrator_core_image_tag - value: v0.1.1 + value: v0.1.2 - name: dbt_workflow_core_image_name value: dbt-workflow-core - name: dbt_workflow_core_image_tag diff --git a/template.github.argo-workflows.yml b/template.github.argo-workflows.yml index 646d513..ceb4f55 100644 --- a/template.github.argo-workflows.yml +++ b/template.github.argo-workflows.yml @@ -11,7 +11,7 @@ on: env: ARGO_SERVER: "data-platform-argo-workflows-server.cicd-workflows:2746" - ARGO_CLI_VERSION: 'v3.7.2' + ARGO_CLI_VERSION: 'v3.7.6' ARGO_HTTP1: 'true' ARGO_SECURE: 'true' ARGO_NAMESPACE: cicd-workflows diff --git a/template.gitlab.gitlab-ci.yml b/template.gitlab.gitlab-ci.yml index cbcfe4b..9764c66 100644 --- a/template.gitlab.gitlab-ci.yml +++ b/template.gitlab.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: ARGO_SERVER: "data-platform-argo-workflows-server.cicd-workflows:2746" - ARGO_CLI_VERSION: 'v3.7.2' + ARGO_CLI_VERSION: 'v3.7.6' ARGO_HTTP1: 'true' ARGO_SECURE: 'true' ARGO_NAMESPACE: cicd-workflows