diff --git a/charts/mtv-migration/Chart.yaml b/charts/mtv-migration/Chart.yaml index b86c4317..14e6f5ed 100644 --- a/charts/mtv-migration/Chart.yaml +++ b/charts/mtv-migration/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.0.9 +version: 0.0.10 # 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/mtv-migration/templates/01-configmap_mtv-migration-props.yaml b/charts/mtv-migration/templates/01-configmap_mtv-migration-props.yaml index e1b56755..c8e5413c 100755 --- a/charts/mtv-migration/templates/01-configmap_mtv-migration-props.yaml +++ b/charts/mtv-migration/templates/01-configmap_mtv-migration-props.yaml @@ -1,14 +1,10 @@ apiVersion: v1 data: - application.properties: | - 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.rest-client.mtv_yaml.url=${OCP_API_SERVER_URL} - quarkus.openapi-generator.mtv_yaml.auth.BearerToken.bearer-token=${OCP_API_SERVER_TOKEN} - quarkus.tls.trust-all=true - quarkus.kubernetes-client.trust-certs=true - - quarkus.flyway.migrate-at-start=true + application.properties: "quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator}\nquarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN}\nquarkus.rest-client.mtv_yaml.url=${OCP_API_SERVER_URL}\nquarkus.openapi-generator.mtv_yaml.auth.BearerToken.bearer-token=${OCP_API_SERVER_TOKEN}\nquarkus.tls.trust-all=true\nquarkus.kubernetes-client.trust-certs=true\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/mtv-migration/templates/04-sonataflow_mtv-migration.yaml b/charts/mtv-migration/templates/04-sonataflow_mtv-migration.yaml index aeb05689..eaecffc3 100755 --- a/charts/mtv-migration/templates/04-sonataflow_mtv-migration.yaml +++ b/charts/mtv-migration/templates/04-sonataflow_mtv-migration.yaml @@ -144,7 +144,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-mtv-migration:eb6306231590d0c96c9ef81767335a0b3f11b16f + image: quay.io/orchestrator/serverless-workflow-mtv-migration:8e077164fba2cd03e104d86742c5422fd8edce26 envFrom: - secretRef: name: mtv-migration-creds