From 4f2b4d4de3076b6d26762739532e14ff870fcca3 Mon Sep 17 00:00:00 2001 From: Moti Date: Mon, 23 Sep 2024 18:52:17 +0000 Subject: [PATCH] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/419 --- charts/move2kube/Chart.yaml | 2 +- charts/move2kube/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/move2kube/Chart.yaml b/charts/move2kube/Chart.yaml index 7d9c4ad1..1ac51275 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.3.23 +version: 0.3.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 diff --git a/charts/move2kube/values.yaml b/charts/move2kube/values.yaml index f1c52341..7e2c8a52 100644 --- a/charts/move2kube/values.yaml +++ b/charts/move2kube/values.yaml @@ -7,7 +7,7 @@ workflow: backstageNotificationURL: http://orchestrator-backstage.orchestrator:7007/api/notifications/ # URL for backstage notification plugin kfunction: name: m2k-save-transformation-func # name of the Knative function that save the transformation output to git - image: quay.io/orchestrator/serverless-workflow-m2k-kfunc:754f5474331e629908ba1c87c2d6bedaf179bfcb # image of the knative function + image: quay.io/orchestrator/serverless-workflow-m2k-kfunc:1b229014c6a773cf075c1ef0fd346cfb1fd2d86b # image of the knative function instance: name: move2kube # name of the move2kube instance deployment image: quay.io/konveyor/move2kube-ui:v0.3.14 # image of the move2kube instance