Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <[email protected]>
  • Loading branch information
masayag committed Mar 31, 2024
1 parent 704fc3a commit 3ebad23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/move2kube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.2.14
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.1"
appVersion: "1.16.0"

# This is an icon to Parodos project. In the future we might design a dedicated logo for the Orchestrator.
# However, since the entire development is done under the Parodos organization, we'll use it.
Expand Down
6 changes: 3 additions & 3 deletions charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ appVersion: "1.16.0"

dependencies:
- name: greeting
repository: "file://../greeting"
repository: "https://parodos.dev/serverless-workflows-config"
version: "0.2.8"
condition: greeting.enabled
- name: move2kube
repository: "file://../move2kube"
repository: "https://parodos.dev/serverless-workflows-config"
version: "0.2.13"
condition: move2kube.enabled
- name: mta
repository: "file://../mta"
repository: "https://parodos.dev/serverless-workflows-config"
version: "0.2.14"
condition: mta.enabled

Expand Down

0 comments on commit 3ebad23

Please sign in to comment.