From 85cdaa3934555817420362877426037928aa6af1 Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Tue, 5 Dec 2023 12:41:50 +0100 Subject: [PATCH] fix:[nmrkit] - disable default value of rdkitpostgres value --- charts/nmrkit/Chart.yaml | 2 +- charts/nmrkit/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nmrkit/Chart.yaml b/charts/nmrkit/Chart.yaml index f6bda38..ecb7f7f 100644 --- a/charts/nmrkit/Chart.yaml +++ b/charts/nmrkit/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/nmrkit/values.yaml b/charts/nmrkit/values.yaml index 4bf0be1..ac7939b 100644 --- a/charts/nmrkit/values.yaml +++ b/charts/nmrkit/values.yaml @@ -85,7 +85,7 @@ autoscaling: #DB Properties rdkitcatridgepostgres: - enabled: true + enabled: false auth: pgPassword: secret db: nmrkit