From 237b5a35c7542f6036ff88ec26c0724e2a3d7511 Mon Sep 17 00:00:00 2001 From: Moti Date: Mon, 23 Sep 2024 18:52:36 +0000 Subject: [PATCH] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/419 --- charts/greeting/Chart.yaml | 2 +- .../greeting/templates/01-configmap_greeting-props.yaml | 9 +++++++-- charts/greeting/templates/03-sonataflow_greeting.yaml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/charts/greeting/Chart.yaml b/charts/greeting/Chart.yaml index f957a0a3..c7eec51f 100644 --- a/charts/greeting/Chart.yaml +++ b/charts/greeting/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.4.14 +version: 0.4.15 # 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/greeting/templates/01-configmap_greeting-props.yaml b/charts/greeting/templates/01-configmap_greeting-props.yaml index f249b026..f086ce63 100755 --- a/charts/greeting/templates/01-configmap_greeting-props.yaml +++ b/charts/greeting/templates/01-configmap_greeting-props.yaml @@ -1,7 +1,12 @@ apiVersion: v1 data: - application.properties: |2 - + application.properties: | + # 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/greeting/templates/03-sonataflow_greeting.yaml b/charts/greeting/templates/03-sonataflow_greeting.yaml index 94bda2fa..fb38bf5b 100755 --- a/charts/greeting/templates/03-sonataflow_greeting.yaml +++ b/charts/greeting/templates/03-sonataflow_greeting.yaml @@ -66,7 +66,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-greeting:63d67980dcb0349d846a90401619a94e6d90ec67 + image: quay.io/orchestrator/serverless-workflow-greeting:1b229014c6a773cf075c1ef0fd346cfb1fd2d86b resources: configMaps: - configMap: