Commit 21c7a8b 1 parent ff6c77e commit 21c7a8b Copy full SHA for 21c7a8b
File tree 5 files changed +49
-3
lines changed
templates/application-controller
5 files changed +49
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- version : 2.11.9 -ak.0.1
3
- appVersion : 2.11.9
2
+ version : 2.11.12 -ak.0.0
3
+ appVersion : 2.11.12
4
4
description : A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
5
5
name : argo-cd
6
6
home : https://charts.akuity.io
Original file line number Diff line number Diff line change 1
1
# argo-cd
2
2
3
- ![ Version: 2.11.9 -ak.0.1 ] ( https://img.shields.io/badge/Version-2.11.9 --ak.0.1 -informational?style=flat-square ) ![ AppVersion: 2.11.9 ] ( https://img.shields.io/badge/AppVersion-2.11.9 -informational?style=flat-square )
3
+ ![ Version: 2.11.12 -ak.0.0 ] ( https://img.shields.io/badge/Version-2.11.12 --ak.0.0 -informational?style=flat-square ) ![ AppVersion: 2.11.12 ] ( https://img.shields.io/badge/AppVersion-2.11.12 -informational?style=flat-square )
4
4
5
5
A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
6
6
Original file line number Diff line number Diff line change @@ -105,6 +105,11 @@ spec:
105
105
sync :
106
106
description : Sync contains parameters for the operation
107
107
properties :
108
+ autoHealAttemptsCount :
109
+ description : SelfHealAttemptsCount contains the number of auto-heal
110
+ attempts
111
+ format : int64
112
+ type : integer
108
113
dryRun :
109
114
description : DryRun specifies to perform a `kubectl apply --dry-run`
110
115
without actually performing the sync
@@ -2533,6 +2538,11 @@ spec:
2533
2538
sync :
2534
2539
description : Sync contains parameters for the operation
2535
2540
properties :
2541
+ autoHealAttemptsCount :
2542
+ description : SelfHealAttemptsCount contains the number
2543
+ of auto-heal attempts
2544
+ format : int64
2545
+ type : integer
2536
2546
dryRun :
2537
2547
description : DryRun specifies to perform a `kubectl apply
2538
2548
--dry-run` without actually performing the sync
Original file line number Diff line number Diff line change @@ -109,6 +109,24 @@ spec:
109
109
name : argocd-cmd-params-cm
110
110
key : controller.self.heal.timeout.seconds
111
111
optional : true
112
+ - name : ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_TIMEOUT_SECONDS
113
+ valueFrom :
114
+ configMapKeyRef :
115
+ name : argocd-cmd-params-cm
116
+ key : controller.self.heal.backoff.timeout.seconds
117
+ optional : true
118
+ - name : ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_FACTOR
119
+ valueFrom :
120
+ configMapKeyRef :
121
+ name : argocd-cmd-params-cm
122
+ key : controller.self.heal.backoff.factor
123
+ optional : true
124
+ - name : ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_CAP_SECONDS
125
+ valueFrom :
126
+ configMapKeyRef :
127
+ name : argocd-cmd-params-cm
128
+ key : controller.self.heal.backoff.cap.seconds
129
+ optional : true
112
130
- name : ARGOCD_APPLICATION_CONTROLLER_REPO_SERVER_PLAINTEXT
113
131
valueFrom :
114
132
configMapKeyRef :
Original file line number Diff line number Diff line change @@ -127,6 +127,24 @@ spec:
127
127
key : controller.self.heal.timeout.seconds
128
128
name : argocd-cmd-params-cm
129
129
optional : true
130
+ - name : ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_TIMEOUT_SECONDS
131
+ valueFrom :
132
+ configMapKeyRef :
133
+ name : argocd-cmd-params-cm
134
+ key : controller.self.heal.backoff.timeout.seconds
135
+ optional : true
136
+ - name : ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_FACTOR
137
+ valueFrom :
138
+ configMapKeyRef :
139
+ name : argocd-cmd-params-cm
140
+ key : controller.self.heal.backoff.factor
141
+ optional : true
142
+ - name : ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_CAP_SECONDS
143
+ valueFrom :
144
+ configMapKeyRef :
145
+ name : argocd-cmd-params-cm
146
+ key : controller.self.heal.backoff.cap.seconds
147
+ optional : true
130
148
- name : ARGOCD_APPLICATION_CONTROLLER_REPO_SERVER_PLAINTEXT
131
149
valueFrom :
132
150
configMapKeyRef :
You can’t perform that action at this time.
0 commit comments