File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
charts/gitops-runtime/templates
cap-app-proxy/environment-variables Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33{{- $chartVersion := .Chart.Version -}}
44{{- $runtimeVersion := .Chart.AppVersion -}}
55{{- $runtimeName := .Values.global.runtime.name -}}
6- {{- $appProxyName := "cf-gitops- app-proxy" -}}
6+ {{- $appProxyName := "app-proxy" -}}
77{{- $appProxyVersion := .Values.image.tag | default "latest" -}}
88ARGO_CD_URL :
99 valueFrom :
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ WORKFLOW_MONITOR_POLLING_INTERVAL: {{ .Values.config.workflowMonitorPollingInter
3030{{- $runtimeVersion := .Chart.AppVersion -}}
3131{{- $runtimeName := .Values.global.runtime.name -}}
3232{{- $gitopsOperatorVersion := .Values.image.tag | default "latest" -}}
33- {{- $gitopsOperatorName := "cf-gitops- gitops-operator" -}}
33+ {{- $gitopsOperatorName := "gitops-operator" -}}
3434AP_URL : http://cap-app-proxy:3017
3535ARGO_CD_URL : argo-cd-server:80
3636ARGO_WF_URL : http://argo-server:2746
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ CODEFRESH_SSL_CERT_PATH: {{ printf "/app/config/codefresh-tls-certs/%s" $secretK
2828{{- $runtimeVersion := .Chart.AppVersion -}}
2929{{- $runtimeName := .Values.global.runtime.name -}}
3030{{- $eventReporterVersion := .Values.image.tag | default "latest" -}}
31- {{- $eventReporterName := "cf-gitops- cluster-event-reporter" -}}
31+ {{- $eventReporterName := "cluster-event-reporter" -}}
3232REPORTER_MODE : resource
3333APP_QUEUE_SIZE :
3434 valueFrom :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ CODEFRESH_SSL_CERT_PATH: {{ printf "/app/config/codefresh-tls-certs/%s" $secretK
2828{{- $runtimeVersion := .Chart.AppVersion -}}
2929{{- $runtimeName := .Values.global.runtime.name -}}
3030{{- $eventReporterVersion := .Values.image.tag | default "latest" -}}
31- {{- $eventReporterName := "cf-gitops- runtime-event-reporter" -}}
31+ {{- $eventReporterName := "runtime-event-reporter" -}}
3232REPORTER_MODE : app
3333APP_QUEUE_SIZE :
3434 valueFrom :
You can’t perform that action at this time.
0 commit comments