Skip to content

Commit adffef3

Browse files
[gitops-operator]fix: align reconciler requeue and error handling logic, add failure and warning error properties
1 parent 5aa787a commit adffef3

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ global:
139139
# -- global NO_PROXY for all components
140140
noProxy: ''
141141
imageRegistry: ""
142-
143142
# -- Global settings for event reporters
144143
# Event reporters are used for reporting runtime and cluster resources to Codefresh platform
145144
event-reporters:
@@ -188,7 +187,6 @@ global:
188187
scrapeTimeout: 10s
189188
labels: {}
190189
config: {}
191-
192190
# -------------------------------------------------------------------------------------------------------------------------
193191
# Installer
194192
# -------------------------------------------------------------------------------------------------------------------------
@@ -634,7 +632,7 @@ gitops-operator:
634632
# -- defaults
635633
registry: quay.io
636634
repository: codefresh/codefresh-gitops-operator
637-
tag: a1316ff
635+
tag: 5ac8210
638636
env:
639637
GITOPS_OPERATOR_VERSION: 0.11.1
640638
serviceAccount:
@@ -658,7 +656,6 @@ gitops-operator:
658656
enabled: false
659657
minAvailable: 1
660658
maxUnavailable: ""
661-
662659
# -- Argo Gateway
663660
# Argo Gateway is used to perform operations on ArgoCD from Codefresh platform
664661
argo-gateway:
@@ -703,7 +700,6 @@ argo-gateway:
703700
interval: 30s
704701
scrapeTimeout: 10s
705702
labels: {}
706-
707703
# -- Enable hook job to create redis secret
708704
redis-secret-init:
709705
image:
@@ -713,7 +709,6 @@ redis-secret-init:
713709
nodeSelector: {}
714710
tolerations: []
715711
affinity: {}
716-
717712
# -- Standalone redis deployment
718713
# Will be replaced by redis-ha subchart when `redis-ha.enabled=true`
719714
redis:
@@ -803,11 +798,9 @@ redis:
803798
create: true
804799
name: ""
805800
annotations: {}
806-
807801
event-reporters:
808802
cluster-event-reporter: {}
809803
runtime-event-reporter: {}
810-
811804
# -- Redis-HA subchart replaces custom redis deployment when `redis-ha.enabled=true`
812805
# Ref: https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha/values.yaml
813806
redis-ha:
@@ -854,33 +847,26 @@ redis-ha:
854847
# -- Additional affinities to add to the haproxy pods.
855848
additionalAffinities: {}
856849
# -- Assign custom [affinity] rules to the haproxy pods.
857-
affinity: |
858-
850+
affinity: ""
859851
# -- [Tolerations] for use with node taints for haproxy pods.
860852
tolerations: []
861853
# -- HAProxy container-level security context
862854
# @default -- See [values.yaml]
863855
containerSecurityContext:
864856
readOnlyRootFilesystem: true
865-
866857
# -- Configures redis-ha with AUTH
867858
auth: true
868859
# -- Existing Secret to use for redis-ha authentication.
869860
# By default the redis-secret-init Job is generating this Secret.
870861
existingSecret: gitops-runtime-redis
871-
872862
# -- Whether the Redis server pods should be forced to run on separate nodes.
873863
hardAntiAffinity: true
874-
875864
# -- Additional affinities to add to the Redis server pods.
876865
additionalAffinities: {}
877-
878866
# -- Assign custom [affinity] rules to the Redis pods.
879-
affinity: |
880-
867+
affinity: ""
881868
# -- [Tolerations] for use with node taints for Redis pods.
882869
tolerations: []
883-
884870
# -- Assign custom [TopologySpreadConstraints] rules to the Redis pods.
885871
## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
886872
topologySpreadConstraints:

0 commit comments

Comments
 (0)