diff --git a/charts/mta-v7.x/Chart.yaml b/charts/mta-v7.x/Chart.yaml index 0732b499..fe3b746e 100644 --- a/charts/mta-v7.x/Chart.yaml +++ b/charts/mta-v7.x/Chart.yaml @@ -15,7 +15,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.2.35 +version: 0.2.36 # 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/mta-v7.x/templates/01-configmap_mta-analysis-v7-props.yaml b/charts/mta-v7.x/templates/01-configmap_mta-analysis-v7-props.yaml index 6c891815..47033657 100755 --- a/charts/mta-v7.x/templates/01-configmap_mta-analysis-v7-props.yaml +++ b/charts/mta-v7.x/templates/01-configmap_mta-analysis-v7-props.yaml @@ -1,15 +1,11 @@ apiVersion: v1 data: - application.properties: | - # MTA - mta.url = ${MTA_URL:http://mta-ui.openshift-mta.svc.cluster.local:8080} - quarkus.rest-client.mta_json.url = ${mta.url} - - # Backstage Notifications service - quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} - quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} - - quarkus.flyway.migrate-at-start=true + application.properties: "# MTA\nmta.url = ${MTA_URL:http://mta-ui.openshift-mta.svc.cluster.local:8080}\nquarkus.rest-client.mta_json.url + = ${mta.url}\n\n# Backstage Notifications service\nquarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator}\nquarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN}\n\n# + This property is used to select the log level, which controls the amount\n# of + information logged on HTTP requests based on the severity of the events. \n# Possible + values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. \n# and see https://quarkus.io/guides/logging + for documentation \nquarkus.log.category.\"org.apache.http\".level=INFO\nquarkus.log.level=INFO\nquarkus.flyway.migrate-at-start=true\n" kind: ConfigMap metadata: creationTimestamp: null diff --git a/charts/mta-v7.x/templates/04-sonataflow_mta-analysis-v7.yaml b/charts/mta-v7.x/templates/04-sonataflow_mta-analysis-v7.yaml index d47fcc27..aadc54a4 100755 --- a/charts/mta-v7.x/templates/04-sonataflow_mta-analysis-v7.yaml +++ b/charts/mta-v7.x/templates/04-sonataflow_mta-analysis-v7.yaml @@ -584,7 +584,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-mta-v7.x:1355025e2d45aa081e39c0665d29dd074ac320e9 + image: quay.io/orchestrator/serverless-workflow-mta-v7.x:8e077164fba2cd03e104d86742c5422fd8edce26 envFrom: - secretRef: name: mta-analysis-v7-creds