Skip to content

Commit c7b2d0a

Browse files
Merge remote-tracking branch 'origin/CR-20650-gitops-controller' into release-0.2.22
2 parents db286d8 + 5b957f9 commit c7b2d0a

File tree

13 files changed

+1059
-7
lines changed

13 files changed

+1059
-7
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |
17-
- kind: fixed
18-
description: Fix argoCDServerServiceName and argoCDServerServicePort overrides
17+
- kind: added
18+
description: Add codefresh-gitops-operator
1919
- kind: changed
20-
description: Update app-proxy for ARM support
20+
description: Update app-proxy
2121
dependencies:
2222
- name: argo-cd
2323
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ sealed-secrets:
8888
| 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 |
8989
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
9090
| 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"` | |
9292
| app-proxy.imagePullSecrets | list | `[]` | |
9393
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
9494
| app-proxy.initContainer.env | object | `{}` | |
9595
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
9696
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
9797
| 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"` | |
9999
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
100100
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
101101
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
@@ -130,7 +130,9 @@ sealed-secrets:
130130
| app-proxy.serviceAccount.name | string | `"cap-app-proxy"` | |
131131
| app-proxy.tolerations | list | `[]` | |
132132
| argo-cd.configs.cm."accounts.admin" | string | `"apiKey,login"` | |
133+
| argo-cd.configs.cm."application.resourceTrackingMethod" | string | `"annotation+label"` | |
133134
| argo-cd.configs.cm."timeout.reconciliation" | string | `"20s"` | |
135+
| argo-cd.configs.params."application.namespaces" | string | `"cf-*"` | |
134136
| argo-cd.configs.params."server.insecure" | bool | `true` | |
135137
| argo-cd.crds.install | bool | `true` | |
136138
| argo-cd.fullnameOverride | string | `"argo-cd"` | |
@@ -179,6 +181,47 @@ sealed-secrets:
179181
| event-reporters.workflow.sensor.resources | object | `{}` | |
180182
| event-reporters.workflow.sensor.tolerations | list | `[]` | |
181183
| 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 | `[]` | |
182225
| 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 |
183226
| global.codefresh.accountId | string | `""` | Codefresh Account ID. |
184227
| global.codefresh.apiEventsPath | string | `"/2.0/api/events"` | Events API endpoint URL suffix. |

0 commit comments

Comments
 (0)