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
2 changes: 1 addition & 1 deletion main_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4124,7 +4124,7 @@ spec:
- name: data_orchestrator_core_image_name
value: data-orchestrator-core
- name: data_orchestrator_core_image_tag
value: v0.1.0
value: v0.1.1
- 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 @@ -5215,7 +5215,7 @@ spec:
- name: data_orchestrator_core_image_name
value: data-orchestrator-core
- name: data_orchestrator_core_image_tag
value: v0.1.0
value: v0.1.1
- name: dbt_workflow_core_image_name
value: dbt-workflow-core
- name: dbt_workflow_core_image_tag
Expand Down
4 changes: 2 additions & 2 deletions template.github.argo-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:

env:
ARGO_SERVER: "data-platform-argo-workflows-server.cicd-workflows:2746"
ARGO_CLI_VERSION: 'v3.7.1'
ARGO_CLI_VERSION: 'v3.7.2'
ARGO_HTTP1: 'true'
ARGO_SECURE: 'true'
ARGO_NAMESPACE: cicd-workflows
CI_DEBUG_TRACE: "false"
CICD_WORKFLOWS_TEMPLATE_VERSION: "v0.1.0"
CICD_WORKFLOWS_TEMPLATE_VERSION: "latest"
STORAGE_CLASS: "standard"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion template.gitlab.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
ARGO_SECURE: 'true'
ARGO_NAMESPACE: cicd-workflows
CI_DEBUG_TRACE: "false"
CICD_WORKFLOWS_TEMPLATE_VERSION: "v0.1.0"
CICD_WORKFLOWS_TEMPLATE_VERSION: "latest"
STORAGE_CLASS: "standard"
PS4: ""

Expand Down