From ff5e843ba9f48d49e1c0200fa8f323692f778e80 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 01/12] Update Chart.yaml and changelog for 0.26.3 release --- charts/gitops-runtime/Chart.yaml | 6 ++---- charts/gitops-runtime/README.md | 10 +++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 2d9d9237..3f255304 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -14,11 +14,9 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" - artifacthub.io/changes: | + artifacthub.io/changes: |- - kind: changed - description: 'Update "argo-workflows" to 0.45.17-v3.6.7-cap-CR-31761' - - kind: security - description: 'Fix security vulnerabilities in "argo-workflows"' + description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 5c164832..d3f3514c 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.26.2](https://img.shields.io/badge/Version-0.26.2-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![Version: 0.26.3](https://img.shields.io/badge/Version-0.26.3-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) ## Table of Content @@ -222,7 +222,7 @@ We have created a helper utility to resolve this issue: The utility is packaged in a container image. Below are instructions on executing the utility using Docker: ``` -docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.3 ``` `output_dir` - is a local directory where the utility will output files.
`local_registry` - is your local registry where you want to mirror the images to @@ -235,7 +235,7 @@ The utility will output 4 files into the folder: For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`. ``` -docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.3 ``` ## Openshift @@ -546,14 +546,14 @@ global: | 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 | | app-proxy.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | | -| app-proxy.image.tag | string | `"ada904f"` | | +| app-proxy.image.tag | string | `"5f0a3d5"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | | app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container | | app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | | -| app-proxy.initContainer.image.tag | string | `"ada904f"` | | +| app-proxy.initContainer.image.tag | string | `"5f0a3d5"` | | | app-proxy.initContainer.resources.limits | object | `{}` | | | app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | | | app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | | From 71e76ea621aa61e5eda8c1c3f4ee9f3aca2a7057 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 02/12] Update Chart.yaml and changelog for 0.26.3 release --- charts/gitops-runtime/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 3f255304..6be238e8 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,6 +15,8 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- + - kind: changed + description: updated nats-server-config-reloader (#1004) - kind: changed description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' dependencies: From b1d116fda156216f3383a16bf70a1c728502dc72 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 03/12] Update Chart.yaml and changelog for 0.26.3 release --- charts/gitops-runtime/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 6be238e8..95ce5976 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,6 +15,8 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- + - kind: changed + description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' - kind: changed description: updated nats-server-config-reloader (#1004) - kind: changed From 047b3896af772e3a5643940964aac9a39da3b35d Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 04/12] fixed changes --- charts/gitops-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 95ce5976..f4afa6e1 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,11 +16,11 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' + description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)' - kind: changed description: updated nats-server-config-reloader (#1004) - kind: changed - description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' + description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001) - feat: simplify clusters add/remove logic' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 922a32c06813defe47e976f4e84b7900b19b54f9 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 05/12] Update Chart.yaml and changelog for 0.26.3 release --- charts/gitops-runtime/Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index f4afa6e1..888e7d33 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,11 +16,13 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)' + description: 'fix: update app-proxy image tags to improve git providers support (#1015)' + - kind: changed + description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' - kind: changed description: updated nats-server-config-reloader (#1004) - kind: changed - description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001) - feat: simplify clusters add/remove logic' + description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From f62b71231eb841834e4fc1632f59f340ed0116fb Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 06/12] fixed changes --- charts/gitops-runtime/Chart.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 888e7d33..9a75a39a 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,13 +16,11 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix: update app-proxy image tags to improve git providers support (#1015)' + description: 'fix: update app-proxy image tags to ad8042a - feat: simplify clusters add/remove logic (#1001), improve git providers support (#1015)' - kind: changed - description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' + description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)' - kind: changed description: updated nats-server-config-reloader (#1004) - - kind: changed - description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 42a45c7c21d6fee206f6b54c1e363783e59b26f3 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 07/12] Update Chart.yaml and changelog for 0.26.3 release --- charts/gitops-runtime/Chart.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 9a75a39a..b73b39d9 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,11 +16,15 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix: update app-proxy image tags to ad8042a - feat: simplify clusters add/remove logic (#1001), improve git providers support (#1015)' + description: 'fix: security fixes for enrichment images (CVE-2025-64756, CVE-2025-65945, CVE-2025-66031, CVE-2025-12816, CVE-2025-8291, CVE-2025-6075, CVE-2025-12084) (#1012)' - kind: changed - description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)' + description: 'fix: update app-proxy image tags to improve git providers support (#1015)' + - kind: changed + description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' - kind: changed description: updated nats-server-config-reloader (#1004) + - kind: changed + description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 2ea6a7b8e960125c4916c2da20432ab0fcc75541 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 08/12] fixed changes --- charts/gitops-runtime/Chart.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index b73b39d9..d7688ace 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -18,13 +18,11 @@ annotations: - kind: changed description: 'fix: security fixes for enrichment images (CVE-2025-64756, CVE-2025-65945, CVE-2025-66031, CVE-2025-12816, CVE-2025-8291, CVE-2025-6075, CVE-2025-12084) (#1012)' - kind: changed - description: 'fix: update app-proxy image tags to improve git providers support (#1015)' + description: 'fix: update app-proxy image tags to ad8042a - feat: simplify clusters add/remove logic (#1001), improve git providers support (#1015)' - kind: changed - description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' + description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)' - kind: changed - description: updated nats-server-config-reloader (#1004) - - kind: changed - description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' + description: 'updated nats-server-config-reloader (#1004)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From a0ec9717c0165b29e09e8d2823969c0c28388bad Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 09/12] Update Chart.yaml and changelog for 0.26.3 release --- charts/gitops-runtime/Chart.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index d7688ace..77c0f345 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,14 +15,18 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- + - kind: changed + description: 'revert: update app-proxy image tags to improve git providers support (#1017)' - kind: changed description: 'fix: security fixes for enrichment images (CVE-2025-64756, CVE-2025-65945, CVE-2025-66031, CVE-2025-12816, CVE-2025-8291, CVE-2025-6075, CVE-2025-12084) (#1012)' - kind: changed - description: 'fix: update app-proxy image tags to ad8042a - feat: simplify clusters add/remove logic (#1001), improve git providers support (#1015)' + description: 'fix: update app-proxy image tags to improve git providers support (#1015)' + - kind: changed + description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' - kind: changed - description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)' + description: updated nats-server-config-reloader (#1004) - kind: changed - description: 'updated nats-server-config-reloader (#1004)' + description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 1dad044c477fefbc93277706c23c0822a2886af1 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 Dec 2025 18:49:19 +0200 Subject: [PATCH 10/12] fixed changes --- charts/gitops-runtime/Chart.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 77c0f345..f9eaf47e 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,18 +15,14 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - - kind: changed - description: 'revert: update app-proxy image tags to improve git providers support (#1017)' - kind: changed description: 'fix: security fixes for enrichment images (CVE-2025-64756, CVE-2025-65945, CVE-2025-66031, CVE-2025-12816, CVE-2025-8291, CVE-2025-6075, CVE-2025-12084) (#1012)' - kind: changed - description: 'fix: update app-proxy image tags to improve git providers support (#1015)' - - kind: changed - description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' + description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)' - kind: changed description: updated nats-server-config-reloader (#1004) - kind: changed - description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' + description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001) - feat: simplify clusters add/remove logic' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 80dfd45284778b18ecf817d20facb21916848194 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 Dec 2025 19:49:54 +0200 Subject: [PATCH 11/12] bump From c345c80b01bebe8fa3f202813f9cf5d5d2c27eb5 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 Dec 2025 19:50:45 +0200 Subject: [PATCH 12/12] fixed readme --- charts/gitops-runtime/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index d3f3514c..3750beaa 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -529,13 +529,13 @@ global: | app-proxy.extraVolumeMounts | list | `[]` | Extra volume mounts for main container | | app-proxy.extraVolumes | list | `[]` | extra volumes | | app-proxy.fullnameOverride | string | `"cap-app-proxy"` | | -| 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 | -| 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 | +| 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.20-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.20-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.20-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400},"enabled":true,"serviceAccount":{"annotations":null,"create":true,"name":"codefresh-image-enrichment-sa"}}` | Image enrichment process configuration | +| 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.20-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.20-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.20-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400}` | Configurations for image enrichment workflow | | app-proxy.image-enrichment.config.clientHeartbeatIntervalInSeconds | int | `5` | Client heartbeat interval in seconds for image enrichemnt workflow | | app-proxy.image-enrichment.config.concurrencyCmKey | string | `"imageReportExecutor"` | The name of the key in the configmap to use as synchronization semaphore | | 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/ | -| 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 | -| 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 | +| app-proxy.image-enrichment.config.images | object | `{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.20-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.20-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.20-main"}}` | Enrichemnt images | +| app-proxy.image-enrichment.config.images.reportImage | object | `{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.20-main"}` | Report image enrichment task image | | app-proxy.image-enrichment.config.podGcStrategy | string | `"OnWorkflowCompletion"` | Pod grabage collection strategy. By default all pods will be deleted when the enrichment workflow completes. | | app-proxy.image-enrichment.config.ttlActiveInSeconds | int | `900` | Maximum allowed runtime for the enrichment workflow | | app-proxy.image-enrichment.config.ttlAfterCompletionInSeconds | int | `86400` | Number of seconds to live after completion | @@ -623,7 +623,7 @@ global: | argo-cd.redis-ha.image.tag | string | `"8.2.2-alpine"` | Redis tag | | argo-cd.redis.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository | | argo-cd.redis.image.tag | string | `"8.2.2-alpine"` | Redis tag | -| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.19.1"` | | +| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.21.1"` | | | argo-events.configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.17.3"` | | | argo-events.configs.jetstream.versions[0].natsImage | string | `"nats:2.11.4"` | | | argo-events.configs.jetstream.versions[0].startCommand | string | `"/nats-server"` | |