diff --git a/charts/mtv-plan/Chart.yaml b/charts/mtv-plan/Chart.yaml index 5ffee352..a0129589 100644 --- a/charts/mtv-plan/Chart.yaml +++ b/charts/mtv-plan/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.12 +version: 0.0.13 # 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-plan/templates/01-configmap_mtv-plan-props.yaml b/charts/mtv-plan/templates/01-configmap_mtv-plan-props.yaml index a2b3a448..22cae41b 100755 --- a/charts/mtv-plan/templates/01-configmap_mtv-plan-props.yaml +++ b/charts/mtv-plan/templates/01-configmap_mtv-plan-props.yaml @@ -1,7 +1,7 @@ apiVersion: v1 data: application.properties: | - quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} + quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL} 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} diff --git a/charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml b/charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml index edb4cbcb..f6408abe 100755 --- a/charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml +++ b/charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml @@ -157,7 +157,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-mtv-plan:3591ea73e03abe68f65f3c4ceda107196e2c8fd9 + image: quay.io/orchestrator/serverless-workflow-mtv-plan:f17740898cfb4255b88f76a8a3cd321cd157cb06 envFrom: - secretRef: name: mtv-plan-creds