diff --git a/charts/move2kube/templates/01-configmap_m2k-props.yaml b/charts/move2kube/templates/01-configmap_m2k-props.yaml index 8dd77d0c..4489ee0c 100755 --- a/charts/move2kube/templates/01-configmap_m2k-props.yaml +++ b/charts/move2kube/templates/01-configmap_m2k-props.yaml @@ -17,6 +17,13 @@ data: # This property is used to send requests to the backstage notification plugin 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/move2kube/templates/04-sonataflow_m2k.yaml b/charts/move2kube/templates/04-sonataflow_m2k.yaml index 2f4e7c3a..853311a5 100755 --- a/charts/move2kube/templates/04-sonataflow_m2k.yaml +++ b/charts/move2kube/templates/04-sonataflow_m2k.yaml @@ -281,7 +281,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-move2kube:754f5474331e629908ba1c87c2d6bedaf179bfcb + image: quay.io/orchestrator/serverless-workflow-move2kube:1b229014c6a773cf075c1ef0fd346cfb1fd2d86b envFrom: - secretRef: name: m2k-creds