From 1d42133ec3cccd87edfe4f4a3fd085fb6b8237b7 Mon Sep 17 00:00:00 2001 From: Moti Date: Mon, 23 Sep 2024 18:52:50 +0000 Subject: [PATCH] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/419 --- charts/mta/Chart.yaml | 2 +- charts/mta/templates/01-configmap_mtaanalysis-props.yaml | 8 ++++++-- charts/mta/templates/04-sonataflow_mtaanalysis.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/mta/Chart.yaml b/charts/mta/Chart.yaml index be7d05aa..3cac8fd8 100644 --- a/charts/mta/Chart.yaml +++ b/charts/mta/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.3.6 +version: 0.3.7 # 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/templates/01-configmap_mtaanalysis-props.yaml b/charts/mta/templates/01-configmap_mtaanalysis-props.yaml index ee679fba..362bceaa 100755 --- a/charts/mta/templates/01-configmap_mtaanalysis-props.yaml +++ b/charts/mta/templates/01-configmap_mtaanalysis-props.yaml @@ -11,8 +11,12 @@ data: quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} - #quarkus.log.category.\"org.apache.http\".level = DEBUG - + # 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/templates/04-sonataflow_mtaanalysis.yaml b/charts/mta/templates/04-sonataflow_mtaanalysis.yaml index f0ca6811..d9fecae0 100755 --- a/charts/mta/templates/04-sonataflow_mtaanalysis.yaml +++ b/charts/mta/templates/04-sonataflow_mtaanalysis.yaml @@ -245,7 +245,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-mta:754f5474331e629908ba1c87c2d6bedaf179bfcb + image: quay.io/orchestrator/serverless-workflow-mta:1b229014c6a773cf075c1ef0fd346cfb1fd2d86b envFrom: - secretRef: name: mtaanalysis-creds