diff --git a/charts/move2kube/Chart.yaml b/charts/move2kube/Chart.yaml index d57cf495..15ec87db 100644 --- a/charts/move2kube/Chart.yaml +++ b/charts/move2kube/Chart.yaml @@ -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. diff --git a/charts/workflows/Chart.yaml b/charts/workflows/Chart.yaml index d85521a2..fdc6a65a 100644 --- a/charts/workflows/Chart.yaml +++ b/charts/workflows/Chart.yaml @@ -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