From b4c55ecfdcd09bdf6e381c8f7ec678f5d69323da Mon Sep 17 00:00:00 2001 From: olegt-codefresh Date: Mon, 28 Jul 2025 22:22:25 +0300 Subject: [PATCH 1/2] docs: add note to remove deprecated applications-tree collection from MongoDB --- codefresh/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codefresh/README.md b/codefresh/README.md index 1cf8fe535..36b1961ed 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -2665,3 +2665,8 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster | segment-reporter.enabled | bool | `false` | | | tasker-kubernetes | object | `{"affinity":{},"container":{"image":{"registry":"us-docker.pkg.dev/codefresh-enterprise/gcr.io","repository":"codefresh/tasker-kubernetes"}},"enabled":true,"hpa":{"enabled":false},"imagePullSecrets":[],"nodeSelector":{},"pdb":{"enabled":false},"podSecurityContext":{},"resources":{"limits":{},"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}` | tasker-kubernetes | | webTLS | object | `{"cert":"","enabled":false,"key":"","secretName":"star.codefresh.io"}` | DEPRECATED - Use `.Values.ingress.tls` instead TLS secret for Ingress | + + +### Action Required: Remove the `applications-tree` Collection + +The `applications-tree` collection in the `codefresh` MongoDB database is no longer used and should be deleted. To maintain optimal database performance and prevent the accumulation of obsolete data, drop this collection from the `codefresh` database. From e78ddf8c6b740cf2aa75573401da1ba9e7ec800d Mon Sep 17 00:00:00 2001 From: olegt-codefresh Date: Mon, 28 Jul 2025 22:27:07 +0300 Subject: [PATCH 2/2] docs: update instructions to remove deprecated applications-tree collection from MongoDB --- codefresh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/README.md b/codefresh/README.md index 36b1961ed..15f447e16 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -2669,4 +2669,4 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster ### Action Required: Remove the `applications-tree` Collection -The `applications-tree` collection in the `codefresh` MongoDB database is no longer used and should be deleted. To maintain optimal database performance and prevent the accumulation of obsolete data, drop this collection from the `codefresh` database. +After completing the upgrade, delete the `applications-tree` collection from the `codefresh` MongoDB database. This collection is no longer used and should be removed to maintain optimal database performance and prevent the accumulation of obsolete data.