From 3ebad23200ceb3829a19c50a5e3e0e2f6a8e21d6 Mon Sep 17 00:00:00 2001 From: Moti Asayag Date: Sun, 31 Mar 2024 19:39:47 +0300 Subject: [PATCH] Update dependencies Signed-off-by: Moti Asayag --- charts/move2kube/Chart.yaml | 2 +- charts/workflows/Chart.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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