From c573ca812d54d0b268745e5559d1a7f9a3913d4a Mon Sep 17 00:00:00 2001 From: Moti Date: Mon, 23 Sep 2024 18:53:32 +0000 Subject: [PATCH] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/419 --- charts/create-ocp-project/Chart.yaml | 2 +- .../templates/01-configmap_create-ocp-project-props.yaml | 7 +++++++ .../templates/04-sonataflow_create-ocp-project.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/charts/create-ocp-project/Chart.yaml b/charts/create-ocp-project/Chart.yaml index c0fd98c0..f5038e43 100644 --- a/charts/create-ocp-project/Chart.yaml +++ b/charts/create-ocp-project/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.1.7 +version: 0.1.8 # 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/create-ocp-project/templates/01-configmap_create-ocp-project-props.yaml b/charts/create-ocp-project/templates/01-configmap_create-ocp-project-props.yaml index bfbbf347..ba4c0073 100755 --- a/charts/create-ocp-project/templates/01-configmap_create-ocp-project-props.yaml +++ b/charts/create-ocp-project/templates/01-configmap_create-ocp-project-props.yaml @@ -18,6 +18,13 @@ data: quarkus.kubernetes-client.trust-certs=true quarkus.flyway.migrate-at-start=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/create-ocp-project/templates/04-sonataflow_create-ocp-project.yaml b/charts/create-ocp-project/templates/04-sonataflow_create-ocp-project.yaml index 89c379ae..dcae9192 100755 --- a/charts/create-ocp-project/templates/04-sonataflow_create-ocp-project.yaml +++ b/charts/create-ocp-project/templates/04-sonataflow_create-ocp-project.yaml @@ -298,7 +298,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-create-ocp-project:eb6306231590d0c96c9ef81767335a0b3f11b16f + image: quay.io/orchestrator/serverless-workflow-create-ocp-project:1b229014c6a773cf075c1ef0fd346cfb1fd2d86b envFrom: - secretRef: name: create-ocp-project-creds