From cafdd48e5fa58c7b063ed5552795d7440e91d2c1 Mon Sep 17 00:00:00 2001 From: Moti Asayag Date: Mon, 9 Jun 2025 17:25:10 +0300 Subject: [PATCH] Update mta and greeting workflow to 1.36 builder image Signed-off-by: Moti Asayag --- charts/greeting/Chart.yaml | 2 +- charts/greeting/templates/03-sonataflow_greeting.yaml | 2 +- charts/mta-v7.x/Chart.yaml | 2 +- .../mta-v7.x/templates/01-configmap_mta-analysis-v7-props.yaml | 3 ++- charts/mta-v7.x/templates/04-sonataflow_mta-analysis-v7.yaml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/greeting/Chart.yaml b/charts/greeting/Chart.yaml index ae4ddfcf..be285547 100644 --- a/charts/greeting/Chart.yaml +++ b/charts/greeting/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: 1.6.0-rc0 +version: 1.6.0-rc1 # 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/greeting/templates/03-sonataflow_greeting.yaml b/charts/greeting/templates/03-sonataflow_greeting.yaml index ecfecfaf..b6786797 100755 --- a/charts/greeting/templates/03-sonataflow_greeting.yaml +++ b/charts/greeting/templates/03-sonataflow_greeting.yaml @@ -75,7 +75,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-greeting:96d772297d3ee964ab9775d7aae7dbbd4f070dd7 + image: quay.io/orchestrator/serverless-workflow-greeting:e783e6a7 resources: configMaps: - configMap: diff --git a/charts/mta-v7.x/Chart.yaml b/charts/mta-v7.x/Chart.yaml index 6bc7a2cb..143f9fbd 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: 1.6.0-rc0 +version: 1.6.0-rc1 # 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 3587ada1..0d1c2fd5 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 @@ -15,7 +15,8 @@ data: # 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 + + kie.flyway.enabled = true 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 f9a3a506..57eba727 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 @@ -678,7 +678,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-mta-v7.x:96d772297d3ee964ab9775d7aae7dbbd4f070dd7 + image: quay.io/orchestrator/serverless-workflow-mta-v7.x:e783e6a7 envFrom: - secretRef: name: mta-analysis-v7-creds