From 9c5a35cad19e9256eaa38a1dde7a4319e14cb4c6 Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 16 Jun 2025 14:48:27 +0200 Subject: [PATCH 1/4] bump gitops operator chart to 0.0.0-cr-29567-8dc4239 --- charts/gitops-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 8c1c2af3..21e4894c 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -38,8 +38,8 @@ dependencies: alias: tunnel-client condition: tunnel-client.enabled - name: codefresh-gitops-operator - repository: oci://quay.io/codefresh/charts - version: 0.7.16 + repository: oci://quay.io/codefresh/charts/dev + version: 0.0.0-cr-29567-8dc4239 alias: gitops-operator condition: gitops-operator.enabled - name: cf-argocd-extras From b7f2c180fac8fa0ac9ac97a26f7f06072ccae1de Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 16 Jun 2025 15:08:35 +0200 Subject: [PATCH 2/4] runtime chart to 0.0.0-cr-29567-0eafb14 --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 21e4894c..49a8a983 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -39,7 +39,7 @@ dependencies: condition: tunnel-client.enabled - name: codefresh-gitops-operator repository: oci://quay.io/codefresh/charts/dev - version: 0.0.0-cr-29567-8dc4239 + version: 0.0.0-cr-29567-0eafb14 alias: gitops-operator condition: gitops-operator.enabled - name: cf-argocd-extras From 33d54182be3e58b515bbd649da3ac291223a322d Mon Sep 17 00:00:00 2001 From: scme0 Date: Thu, 19 Jun 2025 12:23:54 +0200 Subject: [PATCH 3/4] operator chart to v0.7.18 --- charts/gitops-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 49a8a983..14494d31 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -38,8 +38,8 @@ dependencies: alias: tunnel-client condition: tunnel-client.enabled - name: codefresh-gitops-operator - repository: oci://quay.io/codefresh/charts/dev - version: 0.0.0-cr-29567-0eafb14 + repository: oci://quay.io/codefresh/charts + version: v0.7.18 alias: gitops-operator condition: gitops-operator.enabled - name: cf-argocd-extras From 531415719901424ed18ed43cac050eb30e006387 Mon Sep 17 00:00:00 2001 From: scme0 Date: Thu, 19 Jun 2025 12:40:30 +0200 Subject: [PATCH 4/4] fix --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 14494d31..eb854db7 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -39,7 +39,7 @@ dependencies: condition: tunnel-client.enabled - name: codefresh-gitops-operator repository: oci://quay.io/codefresh/charts - version: v0.7.18 + version: 0.7.18 alias: gitops-operator condition: gitops-operator.enabled - name: cf-argocd-extras