From 3adafc83f6b6c5c6fac43a583b548c283d873e80 Mon Sep 17 00:00:00 2001 From: Moti Date: Mon, 23 Sep 2024 18:52:44 +0000 Subject: [PATCH] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/419 --- charts/mtv-plan/Chart.yaml | 2 +- charts/mtv-plan/templates/01-configmap_mtv-plan-props.yaml | 6 ++++++ charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/mtv-plan/Chart.yaml b/charts/mtv-plan/Chart.yaml index 9e2435b9..7c13399f 100644 --- a/charts/mtv-plan/Chart.yaml +++ b/charts/mtv-plan/Chart.yaml @@ -6,7 +6,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.0.10 +version: 0.0.11 # 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/mtv-plan/templates/01-configmap_mtv-plan-props.yaml b/charts/mtv-plan/templates/01-configmap_mtv-plan-props.yaml index 6b77766b..a2b3a448 100755 --- a/charts/mtv-plan/templates/01-configmap_mtv-plan-props.yaml +++ b/charts/mtv-plan/templates/01-configmap_mtv-plan-props.yaml @@ -8,6 +8,12 @@ data: quarkus.tls.trust-all=true quarkus.kubernetes-client.trust-certs=true + # 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/mtv-plan/templates/04-sonataflow_mtv-plan.yaml b/charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml index c65a3748..18e6cc39 100755 --- a/charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml +++ b/charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml @@ -157,7 +157,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-mtv-plan:eb6306231590d0c96c9ef81767335a0b3f11b16f + image: quay.io/orchestrator/serverless-workflow-mtv-plan:1b229014c6a773cf075c1ef0fd346cfb1fd2d86b envFrom: - secretRef: name: mtv-plan-creds