1
1
## Codefresh gitops runtime
2
- ![ Version: 0.24.3 ] ( https://img.shields.io/badge/Version-0.24.3 -informational?style=flat-square ) ![ AppVersion: 0.1.75] ( https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square )
2
+ ![ Version: 0.24.4 ] ( https://img.shields.io/badge/Version-0.24.4 -informational?style=flat-square ) ![ AppVersion: 0.1.75] ( https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square )
3
3
4
4
## Prerequisites
5
5
@@ -206,7 +206,7 @@ We have created a helper utility to resolve this issue:
206
206
The utility is packaged in a container image. Below are instructions on executing the utility using Docker :
207
207
208
208
` ` `
209
- docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 <local_registry>
209
+ docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.4 <local_registry>
210
210
` ` `
211
211
` output_dir` - is a local directory where the utility will output files. <br>
212
212
` local_registry` - is your local registry where you want to mirror the images to
@@ -219,7 +219,7 @@ The utility will output 4 files into the folder:
219
219
220
220
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
221
221
```
222
- docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 <local_registry>
222
+ docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.4 <local_registry>
223
223
```
224
224
225
225
## Openshift
@@ -294,7 +294,7 @@ gitops-operator:
294
294
|-----|------|---------|-------------|
295
295
| app-proxy.affinity | object | ` {}` | |
296
296
| app-proxy.config.argoCdUrl | string | `nil` | ArgoCD Url. determined by chart logic. Do not change unless you are certain you need to |
297
- | app-proxy.config.argoCdUsername | string | `"admin "` | ArgoCD user to be used by app-proxy |
297
+ | app-proxy.config.argoCdUsername | string | `""` | deprecated. use `global.external-argo-cd.auth.username` instead |
298
298
| app-proxy.config.argoWorkflowsInsecure | string | `"true"` | |
299
299
| app-proxy.config.argoWorkflowsUrl | string | `nil` | Workflows server url. Determined by chart logic. Do not change unless you are certain you need to |
300
300
| app-proxy.config.clusterChunkSize | int | `50` | define cluster list size per request to report the cluster state to platform, e.g. if you have 90 clusters and set clusterChunkSize : 40, it means cron job will report cluster state to platform in 3 iterations (40,40,10) - reduce this value if you have a lot of clusters and the cron job is failing with payload too large error - use 0 to sync all clusters at once |
@@ -306,13 +306,13 @@ gitops-operator:
306
306
| app-proxy.extraVolumeMounts | list | `[]` | Extra volume mounts for main container |
307
307
| app-proxy.extraVolumes | list | `[]` | extra volumes |
308
308
| app-proxy.fullnameOverride | string | `"cap-app-proxy"` | |
309
- | app-proxy.image-enrichment | object | `{"config":{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.16 -main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.16 -main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.16 -main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400},"enabled":true,"serviceAccount":{"annotations":null,"create":true,"name":"codefresh-image-enrichment-sa"}}` | Image enrichment process configuration |
310
- | app-proxy.image-enrichment.config | object | `{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.16 -main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.16 -main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.16 -main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400}` | Configurations for image enrichment workflow |
309
+ | app-proxy.image-enrichment | object | `{"config":{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.17 -main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.17 -main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.17 -main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400},"enabled":true,"serviceAccount":{"annotations":null,"create":true,"name":"codefresh-image-enrichment-sa"}}` | Image enrichment process configuration |
310
+ | app-proxy.image-enrichment.config | object | `{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.17 -main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.17 -main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.17 -main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400}` | Configurations for image enrichment workflow |
311
311
| app-proxy.image-enrichment.config.clientHeartbeatIntervalInSeconds | int | `5` | Client heartbeat interval in seconds for image enrichemnt workflow |
312
312
| app-proxy.image-enrichment.config.concurrencyCmKey | string | `"imageReportExecutor"` | The name of the key in the configmap to use as synchronization semaphore |
313
313
| app-proxy.image-enrichment.config.concurrencyCmName | string | `"workflow-synchronization-semaphores"` | The name of the configmap to use as synchronization semaphore, see https://argoproj.github.io/argo-workflows/synchronization/ |
314
- | app-proxy.image-enrichment.config.images | object | `{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.16 -main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.16 -main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.16 -main"}}` | Enrichemnt images |
315
- | app-proxy.image-enrichment.config.images.reportImage | object | `{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.16 -main"}` | Report image enrichment task image |
314
+ | app-proxy.image-enrichment.config.images | object | `{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.17 -main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.17 -main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.17 -main"}}` | Enrichemnt images |
315
+ | app-proxy.image-enrichment.config.images.reportImage | object | `{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.17 -main"}` | Report image enrichment task image |
316
316
| app-proxy.image-enrichment.config.podGcStrategy | string | `"OnWorkflowCompletion"` | Pod grabage collection strategy. By default all pods will be deleted when the enrichment workflow completes. |
317
317
| app-proxy.image-enrichment.config.ttlActiveInSeconds | int | `900` | Maximum allowed runtime for the enrichment workflow |
318
318
| app-proxy.image-enrichment.config.ttlAfterCompletionInSeconds | int | `86400` | Number of seconds to live after completion |
@@ -323,14 +323,14 @@ gitops-operator:
323
323
| 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 |
324
324
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
325
325
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
326
- | app-proxy.image.tag | string | `"d0f2de1 "` | |
326
+ | app-proxy.image.tag | string | `"788a8d5 "` | |
327
327
| app-proxy.imagePullSecrets | list | `[]` | |
328
328
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
329
329
| app-proxy.initContainer.env | object | `{}` | |
330
330
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
331
331
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
332
332
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
333
- | app-proxy.initContainer.image.tag | string | `"1.3750 .0"` | |
333
+ | app-proxy.initContainer.image.tag | string | `"1.3791 .0"` | |
334
334
| app-proxy.initContainer.resources.limits | object | `{}` | |
335
335
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
336
336
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
@@ -491,7 +491,7 @@ gitops-operator:
491
491
| gitops-operator.enabled | bool | `true` | |
492
492
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.10.1"` | |
493
493
| gitops-operator.fullnameOverride | string | `""` | |
494
- | gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"b9481f8 "}` | GitOps operator image |
494
+ | gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"6cad5ad "}` | GitOps operator image |
495
495
| gitops-operator.imagePullSecrets | list | `[]` | |
496
496
| gitops-operator.nameOverride | string | `""` | |
497
497
| gitops-operator.nodeSelector | object | `{}` | |
0 commit comments