@@ -88,14 +88,14 @@ sealed-secrets:
88
88
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
89
89
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
90
90
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
91
- | app-proxy.image.tag | string | `"1.2472.0 "` | |
91
+ | app-proxy.image.tag | string | `"1.2471.1 "` | |
92
92
| app-proxy.imagePullSecrets | list | `[]` | |
93
93
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
94
94
| app-proxy.initContainer.env | object | `{}` | |
95
95
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
96
96
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
97
97
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
98
- | app-proxy.initContainer.image.tag | string | `"1.2472.0 "` | |
98
+ | app-proxy.initContainer.image.tag | string | `"1.2471.1 "` | |
99
99
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
100
100
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
101
101
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
@@ -130,7 +130,9 @@ sealed-secrets:
130
130
| app-proxy.serviceAccount.name | string | `"cap-app-proxy"` | |
131
131
| app-proxy.tolerations | list | `[]` | |
132
132
| argo-cd.configs.cm."accounts.admin" | string | `"apiKey,login"` | |
133
+ | argo-cd.configs.cm."application.resourceTrackingMethod" | string | `"annotation+label"` | |
133
134
| argo-cd.configs.cm."timeout.reconciliation" | string | `"20s"` | |
135
+ | argo-cd.configs.params."application.namespaces" | string | `"cf-*"` | |
134
136
| argo-cd.configs.params."server.insecure" | bool | `true` | |
135
137
| argo-cd.crds.install | bool | `true` | |
136
138
| argo-cd.fullnameOverride | string | `"argo-cd"` | |
@@ -179,6 +181,47 @@ sealed-secrets:
179
181
| event-reporters.workflow.sensor.resources | object | `{}` | |
180
182
| event-reporters.workflow.sensor.tolerations | list | `[]` | |
181
183
| event-reporters.workflow.serviceAccount.create | bool | `true` | |
184
+ | gitops-operator.affinity | object | `{}` | |
185
+ | gitops-operator.fullnameOverride | string | `""` | |
186
+ | gitops-operator.image.pullPolicy | string | `"IfNotPresent"` | |
187
+ | gitops-operator.image.repository | string | `"quay.io/codefresh/codefresh-gitops-operator"` | |
188
+ | gitops-operator.image.tag | string | `"v0.1.0-alpha.1"` | |
189
+ | gitops-operator.imagePullSecrets | list | `[]` | |
190
+ | gitops-operator.kube-rbac-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
191
+ | gitops-operator.kube-rbac-proxy.image.repository | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | |
192
+ | gitops-operator.kube-rbac-proxy.image.tag | string | `"v0.14.1"` | |
193
+ | gitops-operator.kube-rbac-proxy.resources.limits.cpu | string | `"500m"` | |
194
+ | gitops-operator.kube-rbac-proxy.resources.limits.memory | string | `"128Mi"` | |
195
+ | gitops-operator.kube-rbac-proxy.resources.requests.cpu | string | `"100m"` | |
196
+ | gitops-operator.kube-rbac-proxy.resources.requests.memory | string | `"64Mi"` | |
197
+ | gitops-operator.kube-rbac-proxy.securityContext.allowPrivilegeEscalation | bool | `false` | |
198
+ | gitops-operator.kube-rbac-proxy.securityContext.capabilities.drop[0] | string | `"ALL"` | |
199
+ | gitops-operator.livenessProbe.failureThreshold | int | `10` | |
200
+ | gitops-operator.livenessProbe.initialDelaySeconds | int | `10` | |
201
+ | gitops-operator.livenessProbe.periodSeconds | int | `10` | |
202
+ | gitops-operator.livenessProbe.successThreshold | int | `1` | |
203
+ | gitops-operator.livenessProbe.timeoutSeconds | int | `10` | |
204
+ | gitops-operator.nameOverride | string | `""` | |
205
+ | gitops-operator.nodeSelector | object | `{}` | |
206
+ | gitops-operator.podAnnotations | object | `{}` | |
207
+ | gitops-operator.podLabels | object | `{}` | |
208
+ | gitops-operator.podSecurityContext.runAsNonRoot | bool | `true` | |
209
+ | gitops-operator.readinessProbe.failureThreshold | int | `3` | |
210
+ | gitops-operator.readinessProbe.initialDelaySeconds | int | `10` | |
211
+ | gitops-operator.readinessProbe.periodSeconds | int | `10` | |
212
+ | gitops-operator.readinessProbe.successThreshold | int | `1` | |
213
+ | gitops-operator.readinessProbe.timeoutSeconds | int | `10` | |
214
+ | gitops-operator.replicaCount | int | `1` | |
215
+ | gitops-operator.resources.limits.cpu | string | `"500m"` | |
216
+ | gitops-operator.resources.limits.memory | string | `"128Mi"` | |
217
+ | gitops-operator.resources.requests.cpu | string | `"100m"` | |
218
+ | gitops-operator.resources.requests.memory | string | `"64Mi"` | |
219
+ | gitops-operator.securityContext.allowPrivilegeEscalation | bool | `false` | |
220
+ | gitops-operator.securityContext.capabilities.drop[0] | string | `"ALL"` | |
221
+ | gitops-operator.serviceAccount.annotations | object | `{}` | |
222
+ | gitops-operator.serviceAccount.create | bool | `true` | |
223
+ | gitops-operator.serviceAccount.name | string | `"controller-manager"` | |
224
+ | gitops-operator.tolerations | list | `[]` | |
182
225
| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","tls":{"caCerts":{"secret":{"annotations":{},"content":"","create":false,"key":"ca-bundle.crt"},"secretKeyRef":{}},"workflowPipelinesGitWebhooks":{"annotatins":{},"certificates":{}}},"url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings |
183
226
| global.codefresh.accountId | string | `""` | Codefresh Account ID. |
184
227
| global.codefresh.apiEventsPath | string | `"/2.0/api/events"` | Events API endpoint URL suffix. |
0 commit comments