Skip to content

Commit ca04b11

Browse files
feat: remove sources server (codefresh-io#789)
* update gitops operator env vars * [gitops-operator]feat: Remove Sources Server as it's no longer required --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com>
1 parent 546452e commit ca04b11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/_env.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ LEADER_ELECT: true
1717
LEADER_ELECT: false
1818
{{- end }}
1919
MAX_CONCURRENT_RELEASES: {{ .Values.config.maxConcurrentReleases }}
20+
MAX_RECONCILE_RETRIES: {{ .Values.config.maxReconcileRetries }}
2021
PROMOTION_WRAPPER_TEMPLATE: {{ .Values.config.promotionWrapperTemplate | quote }}
2122
RUNTIME: {{ .Values.global.runtime.name }}
2223
TASK_POLLING_INTERVAL: {{ .Values.config.taskPollingInterval }}
@@ -44,6 +45,4 @@ RUNTIME_VERSION:
4445
configMapKeyRef:
4546
name: codefresh-cm
4647
key: version
47-
SOURCES_SERVER_URL: http://argo-gateway # TODO: remove and leave only ARGO_GATEWAY_URL
48-
ARGO_GATEWAY_URL: http://argo-gateway
4948
{{- end -}}

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,13 +626,15 @@ gitops-operator:
626626
workflowMonitorPollingInterval: 10s
627627
# -- Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime)
628628
maxConcurrentReleases: 100
629+
# -- Maximum number of reconcile retries on promotion-related resources before failing a promotion task
630+
maxReconcileRetries: 10
629631
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
630632
promotionWrapperTemplate: ''
631633
image:
632634
# -- defaults
633635
registry: quay.io
634636
repository: codefresh/codefresh-gitops-operator
635-
tag: 5ac8210
637+
tag: 09098f6
636638
env:
637639
GITOPS_OPERATOR_VERSION: 0.11.1
638640
serviceAccount:

0 commit comments

Comments
 (0)