From 128f1bb2404db2a15e1ca1bb7f05a1939f797aac Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Fri, 26 Sep 2025 16:55:10 +0300 Subject: [PATCH] docs: added ability to disable postgres store for eventbus and set schema name for audit --- README.md | 7 +++++++ README.md.gotmpl | 9 ++++++++- charts/codefresh/values.yaml | 7 +++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e53c3836..388ed32ec 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,13 @@ global: # -- Set postgres port number postgresPort: 5432 + # -- Set postgres schema name for audit database in plain text. + auditPostgresSchemaName: "public" + + # -- Disables saving events from eventbus into postgres. + # When it is set to “false” all events (workflows, jobs, user etc.) from eventbus are starting saving to postgres and following services (charts-manager, cluster-providers, context-manager, cfapi, cf-platform-analytics, gitops-dashboard-manager, pipeline-manager, kube-integration, tasker-kubernetes, runtime-environment-manager) start requiring postgres connection. + disablePostgresForEventbus: "true" + postgresql: # -- Disable postgresql subchart installation enabled: false diff --git a/README.md.gotmpl b/README.md.gotmpl index 8b010a486..64a2fb476 100644 --- a/README.md.gotmpl +++ b/README.md.gotmpl @@ -417,6 +417,13 @@ global: # -- Set postgres port number postgresPort: 5432 + # -- Set postgres schema name for audit database in plain text. + auditPostgresSchemaName: "public" + + # -- Disables saving events from eventbus into postgres. + # When it is set to “false” all events (workflows, jobs, user etc.) from eventbus are starting saving to postgres and following services (charts-manager, cluster-providers, context-manager, cfapi, cf-platform-analytics, gitops-dashboard-manager, pipeline-manager, kube-integration, tasker-kubernetes, runtime-environment-manager) start requiring postgres connection. + disablePostgresForEventbus: "true" + postgresql: # -- Disable postgresql subchart installation enabled: false @@ -2390,7 +2397,7 @@ For built-in RabbitMQ `bitnami/rabbitmq` subchart, pre-upgrade hook was added to > [!WARNING] > **BREAKING CHANGES** -> +> > Default DinD image has been upgraded to 28.x, which removes support for pushing and pulling with legacy image manifest v2 schema 1 ([ref](https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1)). > > Before upgrading Codefresh, please follow the instruction in [this doc](https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/) to identify deprecated images, upgrade them, and then proceed with upgrading the platform. diff --git a/charts/codefresh/values.yaml b/charts/codefresh/values.yaml index 367dd7e9b..c72f97dee 100644 --- a/charts/codefresh/values.yaml +++ b/charts/codefresh/values.yaml @@ -139,6 +139,13 @@ global: # -- Application protocol. appProtocol: https + # -- Set postgres schema name for audit database in plain text. + auditPostgresSchemaName: "public" + + # -- Disables saving events from eventbus into postgres. + # When it is set to “false” all events (workflows, jobs, user etc.) from eventbus are starting saving to postgres and following services (charts-manager, cluster-providers, context-manager, cfapi, cf-platform-analytics, gitops-dashboard-manager, pipeline-manager, kube-integration, tasker-kubernetes, runtime-environment-manager) start requiring postgres connection. + disablePostgresForEventbus: "true" + # -- Firebase URL for logs streaming in plain text firebaseUrl: "https://codefresh-on-prem.firebaseio.com/on-prem" # -- Firebase URL for logs streaming from existing secret