Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ydayagi authored and masayag committed Aug 26, 2024
1 parent d8cef44 commit b766a6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mtv-plan/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: 0.0.8
version: 0.0.9

# 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 @@ -39,7 +39,8 @@ data:
"name",
"id"
]
}
},
"minItems": 1
},
"recipients": {
"type": "array",
Expand Down
2 changes: 1 addition & 1 deletion charts/mtv-plan/templates/04-sonataflow_mtv-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-mtv-plan:63d67980dcb0349d846a90401619a94e6d90ec67
image: quay.io/orchestrator/serverless-workflow-mtv-plan:5b244138a2e145dcf4f1c06ad2d57022d26290b2
envFrom:
- secretRef:
name: mtv-plan-creds
Expand Down

0 comments on commit b766a6a

Please sign in to comment.