From b545f02bf448771c3f7c47c09e85795e6b5405e5 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 08:57:22 +0000 Subject: [PATCH 1/2] [gitops-operator]fix: add 2 minute max time for curl to complete on action node --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 756874adf..fff8aa769 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -699,8 +699,8 @@ gitops-operator: image: # -- defaults registry: quay.io - repository: codefresh/codefresh-gitops-operator - tag: v0.8.7 + repository: codefresh/dev/codefresh-gitops-operator + tag: cr-29970-2729481 serviceAccount: create: true annotations: {} From 677e5b895bc2d2d4b4edd11e8cfea70f1a115e54 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:27:04 +0000 Subject: [PATCH 2/2] [gitops-operator]fix: add 2 minute max time for curl to complete on action node --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index fff8aa769..3a5fd6564 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -700,7 +700,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-29970-2729481 + tag: cr-29970-82a21a4 serviceAccount: create: true annotations: {}