Skip to content

docs: add note to remove deprecated applications-tree collection from MongoDB #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: release-2.8
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions codefresh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@olegt-codefresh This should be placed in template file codefresh/README.md.gotmpl (this final readme is auto-generated).

Please add new section “To 2.9.0” in TOC (same as in this line),
and in doc itself (same as in this line) and place this info there.


### Action Required: Remove the `applications-tree` Collection

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.