diff --git a/charts/move2kube/Chart.yaml b/charts/move2kube/Chart.yaml index f2f95a24..894ccda3 100644 --- a/charts/move2kube/Chart.yaml +++ b/charts/move2kube/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.12 +version: 0.2.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/move2kube/templates/01-sonataflow_m2k.yaml b/charts/move2kube/templates/01-sonataflow_m2k.yaml index 600d69aa..7a6dfe97 100644 --- a/charts/move2kube/templates/01-sonataflow_m2k.yaml +++ b/charts/move2kube/templates/01-sonataflow_m2k.yaml @@ -265,7 +265,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-move2kube:d7a24f210495d1703d8c855b0c8343f265dd8972 + image: quay.io/orchestrator/serverless-workflow-move2kube:1e05fa404664a56ca33b425ee8d1d4e2571373d4 resources: configMaps: - configMap: diff --git a/charts/move2kube/templates/03-configmap_m2k-props.yaml b/charts/move2kube/templates/03-configmap_m2k-props.yaml index a190007c..88ad6408 100755 --- a/charts/move2kube/templates/03-configmap_m2k-props.yaml +++ b/charts/move2kube/templates/03-configmap_m2k-props.yaml @@ -13,7 +13,8 @@ data: # This property is used to send requests to the move2kube instance quarkus.rest-client.move2kube_yaml.url=${MOVE2KUBE_URL:http://move2kube-svc.default.svc.cluster.local:8080} # This property is used to send requests to the backstage notification plugin - quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator/api/notifications/}quarkus.flyway.migrate-at-start=true + quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator/api/notifications/} + quarkus.flyway.migrate-at-start=true kind: ConfigMap metadata: creationTimestamp: null diff --git a/charts/workflows/Chart.lock b/charts/workflows/Chart.lock index 10fc7b3f..b4006d04 100644 --- a/charts/workflows/Chart.lock +++ b/charts/workflows/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 0.2.8 - name: move2kube repository: file://../move2kube - version: 0.2.12 + version: 0.2.13 - name: mta repository: file://../mta version: 0.2.14 -digest: sha256:87d2df1d90e05a83b97c1454823d4acdc5caf7a064386aacd89c97aa528b4e51 -generated: "2024-03-28T20:12:06.264540233Z" +digest: sha256:d6f86164613c161d0473ba23d1e71646daf4ff1f9cc2c33de641583151372406 +generated: "2024-03-30T22:01:53.589449671Z" diff --git a/charts/workflows/Chart.yaml b/charts/workflows/Chart.yaml index 3025846b..d85521a2 100644 --- a/charts/workflows/Chart.yaml +++ b/charts/workflows/Chart.yaml @@ -7,7 +7,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.23 +version: 0.2.24 # 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 @@ -22,7 +22,7 @@ dependencies: condition: greeting.enabled - name: move2kube repository: "file://../move2kube" - version: "0.2.12" + version: "0.2.13" condition: move2kube.enabled - name: mta repository: "file://../mta"