Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
masayag committed Sep 23, 2024
1 parent d995086 commit 3adafc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mtv-plan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions charts/mtv-plan/templates/01-configmap_mtv-plan-props.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3adafc8

Please sign in to comment.