From 2d4637af9581c25e805ab993e4293a787fe38a21 Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Sun, 6 Oct 2024 11:45:28 +0000 Subject: [PATCH] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/432 --- 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 2feba8e3..1cdd814c 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.26 +version: 0.3.27 # 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 14e39137..616040c3 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:0f31a0a3a9d0ac7ae9ce7d6f7cc114a142d4df99 # image of the knative function + image: quay.io/orchestrator/serverless-workflow-m2k-kfunc:3591ea73e03abe68f65f3c4ceda107196e2c8fd9 # 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