From b3a2b9bce49918d18635741f728b0b1797f8a3b3 Mon Sep 17 00:00:00 2001 From: Kseniia Dubniak Date: Tue, 3 Jan 2023 12:23:59 +0200 Subject: [PATCH] RANCHER-599 Add AWS connect params to data-export --- charts/mod-data-export/Chart.yaml | 2 +- charts/mod-data-export/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mod-data-export/Chart.yaml b/charts/mod-data-export/Chart.yaml index ed1e6411..ebd43338 100644 --- a/charts/mod-data-export/Chart.yaml +++ b/charts/mod-data-export/Chart.yaml @@ -15,7 +15,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.1.40 +version: 0.1.41 # 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/mod-data-export/values.yaml b/charts/mod-data-export/values.yaml index 214af2b3..e12dff2f 100644 --- a/charts/mod-data-export/values.yaml +++ b/charts/mod-data-export/values.yaml @@ -109,7 +109,7 @@ extraEnv: | # Enable parameters for DB, Kafka or AWS connection. In value set name of secret dbConnectParameters: db-connect-modules # kafkaConnectParameters: db-connect-modules -# awsConnectParameters: s3-credentials +awsConnectParameters: s3-credentials # initContainer: # image: