Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache committed Oct 17, 2024
1 parent 087a392 commit ee265eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/extendable-workflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ee265eb

Please sign in to comment.