From 4cb6ccd9943cc8ef7688667bd38ed7c422010e6d Mon Sep 17 00:00:00 2001 From: Moti Date: Mon, 23 Sep 2024 18:52:59 +0000 Subject: [PATCH] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/419 --- charts/mta-v6.x/Chart.yaml | 2 +- .../templates/01-configmap_mta-analysis-v6-props.yaml | 7 +++++++ .../mta-v6.x/templates/04-sonataflow_mta-analysis-v6.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/charts/mta-v6.x/Chart.yaml b/charts/mta-v6.x/Chart.yaml index b1262c25..e7df601f 100644 --- a/charts/mta-v6.x/Chart.yaml +++ b/charts/mta-v6.x/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.2.29 +version: 0.2.30 # 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/mta-v6.x/templates/01-configmap_mta-analysis-v6-props.yaml b/charts/mta-v6.x/templates/01-configmap_mta-analysis-v6-props.yaml index f727c5e9..a3decb29 100755 --- a/charts/mta-v6.x/templates/01-configmap_mta-analysis-v6-props.yaml +++ b/charts/mta-v6.x/templates/01-configmap_mta-analysis-v6-props.yaml @@ -8,6 +8,13 @@ data: # Backstage Notifications service quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} + + # This property is used to select the log level, which controls the amount + # of information logged on HTTP requests based on the severity of the events. + # Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. + # and see https://quarkus.io/guides/logging for documentation + quarkus.log.category."org.apache.http".level=INFO + quarkus.log.level=INFO quarkus.flyway.migrate-at-start=true kind: ConfigMap metadata: diff --git a/charts/mta-v6.x/templates/04-sonataflow_mta-analysis-v6.yaml b/charts/mta-v6.x/templates/04-sonataflow_mta-analysis-v6.yaml index c6b203b1..3019e7ab 100755 --- a/charts/mta-v6.x/templates/04-sonataflow_mta-analysis-v6.yaml +++ b/charts/mta-v6.x/templates/04-sonataflow_mta-analysis-v6.yaml @@ -519,7 +519,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-mta-v6.x:754f5474331e629908ba1c87c2d6bedaf179bfcb + image: quay.io/orchestrator/serverless-workflow-mta-v6.x:1b229014c6a773cf075c1ef0fd346cfb1fd2d86b envFrom: - secretRef: name: mta-analysis-v6-creds