From a168efe557431c80b23a80fe248992e1e430016e Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 27 Oct 2025 15:26:26 +0200 Subject: [PATCH 1/2] use explicit app-proxy config.cors value if exist (#847) --- .../templates/_components/cap-app-proxy/_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml b/charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml index 172d4f9ff..aa1850523 100644 --- a/charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml +++ b/charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml @@ -1,7 +1,7 @@ {{- define "cap-app-proxy.resources.configmap-documented-configs" }} argoWorkflowsInsecure: {{ .Values.config.argoWorkflowsInsecure | quote }} clusterChunkSize: {{ .Values.config.clusterChunkSize | quote }} -cors: {{ .Values.global.codefresh.url }} +cors: {{ .Values.config.cors | default .Values.global.codefresh.url }} isConfigurationRuntime: {{ .Values.global.runtime.isConfigurationRuntime | quote }} isExternalArgoCD: {{ .Values.global.runtime.isExternalArgoCD | quote }} runtimeName: {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}} From 4546370b1a8a25456ae4a81d2b9a5ededce50278 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Mon, 27 Oct 2025 13:34:28 +0000 Subject: [PATCH 2/2] 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 2fb61735c..a716170ed 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.75 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: '0.24.5' +version: '0.25.0' home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: