Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rgolangh committed Sep 11, 2024
1 parent 4c0821e commit f54227a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mtv-migration/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 @@ -6,10 +6,12 @@ data:
"type": "object",
"properties": {
"migrationName": {
"type": "string"
"type": "string",
"pattern": "[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*"
},
"migrationNamespace": {
"type": "string"
"type": "string",
"pattern": "[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*"
},
"recipients": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-mtv-migration:63d67980dcb0349d846a90401619a94e6d90ec67
image: quay.io/orchestrator/serverless-workflow-mtv-migration:eb6306231590d0c96c9ef81767335a0b3f11b16f
envFrom:
- secretRef:
name: mtv-migration-creds
Expand Down

0 comments on commit f54227a

Please sign in to comment.