From bc3f3268fc773837ca3be18b9752119dd292933c Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Wed, 9 Oct 2024 07:08:26 +0000 Subject: [PATCH] Automated PR from https://github.com/parodos-dev/serverless-workflows/pull/446 --- 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 07f3ffe6..82294b8d 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.29 +version: 0.3.30 # 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 eb8c43ae..36dd17da 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:968ab061783d6a65faf68db9f28ac25d5383905c # image of the knative function + image: quay.io/orchestrator/serverless-workflow-m2k-kfunc:382264e0bb44559935466fad7cb91daef1fc7adc # 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