From e6a43f914cd48dd0e0a3926f43d3136e244cfda7 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 17 Dec 2025 10:12:17 +0200 Subject: [PATCH 1/3] fix: set cap-app-proxy-argo-workflows to be RoleBinding always Ensure the RoleBinding kind is explicitly set to "RoleBinding" and the role is set to "Role" for the app-proxy Argo workflows. This change improves clarity and consistency in the RBAC configuration. --- charts/gitops-runtime/templates/app-proxy/workflows-crb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/templates/app-proxy/workflows-crb.yaml b/charts/gitops-runtime/templates/app-proxy/workflows-crb.yaml index 02b8dc3dc..725f25616 100644 --- a/charts/gitops-runtime/templates/app-proxy/workflows-crb.yaml +++ b/charts/gitops-runtime/templates/app-proxy/workflows-crb.yaml @@ -4,12 +4,12 @@ {{- $_ := set $appProxyContext "Values" (deepCopy (get .Values "app-proxy")) }} {{- $_ := set $appProxyContext.Values "global" (deepCopy (get .Values "global")) }} apiVersion: rbac.authorization.k8s.io/v1 -kind: {{ $appProxyContext.Values.global.runtime.singleNamespace | ternary "RoleBinding" "ClusterRoleBinding" }} +kind: RoleBinding metadata: name: cap-app-proxy-argo-workflows roleRef: apiGroup: rbac.authorization.k8s.io - kind: {{ $appProxyContext.Values.global.runtime.singleNamespace | ternary "Role" "ClusterRole" }} + kind: Role name: {{ include "codefresh-gitops-runtime.argo-workflows.server.name" . }} subjects: - kind: ServiceAccount From b7c93e398c26708647fb4236bf9775c0f6048d74 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 17 Dec 2025 08:18:38 +0000 Subject: [PATCH 2/3] CI Automatic commit - align Chart version --- 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 b2ffefe26..5546fb7dd 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.0.0 +version: 0.26.3 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From 649abebf8871f8cfa5339a746a4c2ff1b01d4922 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 17 Dec 2025 11:41:43 +0200 Subject: [PATCH 3/3] Revert "CI Automatic commit - align Chart version" This reverts commit b7c93e398c26708647fb4236bf9775c0f6048d74. --- 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 5546fb7dd..b2ffefe26 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.26.3 +version: 0.0.0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: