Skip to content

Commit 3ebf3e9

Browse files
authored
Merge pull request #26 from codefresh-io/fix-cors
Fix-cors
2 parents 9133d6f + a659919 commit 3ebf3e9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.27-helm-alpha
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.2.1-alpha.1
5+
version: 0.2.1-alpha.2
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
keywords:
88
- codefresh

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitops-runtime
22

3-
![Version: 0.2.1-alpha.1](https://img.shields.io/badge/Version-0.2.1--alpha.1-informational?style=flat-square) ![AppVersion: 0.1.27-helm-alpha](https://img.shields.io/badge/AppVersion-0.1.27--helm--alpha-informational?style=flat-square)
3+
![Version: 0.2.1-alpha.2](https://img.shields.io/badge/Version-0.2.1--alpha.2-informational?style=flat-square) ![AppVersion: 0.1.27-helm-alpha](https://img.shields.io/badge/AppVersion-0.1.27--helm--alpha-informational?style=flat-square)
44

55
A Helm chart for Codefresh gitops runtime
66

charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
argoCdUrl: {{ .Values.config.argoCdUrl }}
33
argoCdUsername: {{ .Values.config.argoCdUsername }}
44
argoWorkflowsInsecure: {{ .Values.config.argoWorkflowsInsecure | quote }}
5-
env: {{ .Values.config.env | quote}}
65
argoWorkflowsUrl: {{ default "" .Values.config.argoWorkflowsUrl }}
6+
cors: {{ .Values.global.codefresh.url }}
7+
env: {{ .Values.config.env | quote}}
78
runtimeName: {{ .Values.global.runtime.name | quote}}
89
skipGitPermissionValidation: {{ .Values.config.skipGitPermissionValidation | quote }}
910
logLevel: {{ .Values.config.logLevel | quote }}

0 commit comments

Comments
 (0)