diff --git a/charts/extendable-workflow/Chart.yaml b/charts/extendable-workflow/Chart.yaml index 4ce86d0b..fffd1ade 100644 --- a/charts/extendable-workflow/Chart.yaml +++ b/charts/extendable-workflow/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.3.0-rc1 +version: 1.3.0-rc2 # 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/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml b/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml index ee8b977a..1e3cc898 100755 --- a/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml +++ b/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml @@ -35,11 +35,11 @@ spec: stateName: ChooseOnLanguage states: - dataConditions: - - condition: .languageInfo.language == 'French' + - condition: .languageInfo.language == "French" name: Greet in french transition: nextState: GreetInFrench - - condition: .languageInfo.language == 'Spanish' + - condition: .languageInfo.language == "Spanish" name: Greet in spanish transition: nextState: GreetInSpanish @@ -98,7 +98,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-extendable-workflow:6765367bcc62b9f71c7bc8ea34ca073669edc229 + image: quay.io/orchestrator/serverless-workflow-extendable-workflow:7c4866215908760015ded6d848d32cf937a2ca98 resources: configMaps: - configMap: