diff --git a/charts/request-vm-cnv/Chart.yaml b/charts/request-vm-cnv/Chart.yaml index 825864e1..169929c5 100644 --- a/charts/request-vm-cnv/Chart.yaml +++ b/charts/request-vm-cnv/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.6 +version: 0.1.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/request-vm-cnv/templates/01-configmap_request-vm-cnv-props.yaml b/charts/request-vm-cnv/templates/01-configmap_request-vm-cnv-props.yaml index f805db16..edaf32a2 100755 --- a/charts/request-vm-cnv/templates/01-configmap_request-vm-cnv-props.yaml +++ b/charts/request-vm-cnv/templates/01-configmap_request-vm-cnv-props.yaml @@ -21,6 +21,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/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml b/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml index f61d562a..d265f006 100755 --- a/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml +++ b/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml @@ -384,7 +384,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-request-vm-cnv:eb6306231590d0c96c9ef81767335a0b3f11b16f + image: quay.io/orchestrator/serverless-workflow-request-vm-cnv:1b229014c6a773cf075c1ef0fd346cfb1fd2d86b envFrom: - secretRef: name: request-vm-cnv-creds