diff --git a/.github/workflows/move2kube-e2e.yaml b/.github/workflows/move2kube-e2e.yaml index f135a13a..7bd96933 100644 --- a/.github/workflows/move2kube-e2e.yaml +++ b/.github/workflows/move2kube-e2e.yaml @@ -79,10 +79,9 @@ jobs: - name: Deploy sonataflow-operator run: | - helm repo add janus-idp-workflows https://rgolangh.github.io/janus-idp-workflows-helm/ - helm install janus-idp-workflows janus-idp-workflows/janus-idp-workflows \ - --set backstage.upstream.backstage.image.tag=1.1 \ - -f https://raw.githubusercontent.com/rgolangh/janus-idp-workflows-helm/main/charts/kubernetes/orchestrator/values-k8s.yaml + helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart + helm install orchestrator orchestrator/orchestrator-k8s + echo "sleep bit long till the PV for data index and kaniko cache is ready. its a bit slow. TODO fixit" kubectl get pv sleep 3m diff --git a/.github/workflows/mta-e2e.yaml b/.github/workflows/mta-e2e.yaml index b2bd9347..4b48874b 100644 --- a/.github/workflows/mta-e2e.yaml +++ b/.github/workflows/mta-e2e.yaml @@ -70,10 +70,8 @@ jobs: - name: Deploy Janus-idp-workflow-helm (janus + sonataflow-opertor) run: | - helm repo add janus-idp-workflows https://rgolangh.github.io/janus-idp-workflows-helm/ - helm install janus-idp-workflows janus-idp-workflows/janus-idp-workflows \ - --set backstage.upstream.backstage.image.tag=1.1 \ - -f https://raw.githubusercontent.com/rgolangh/janus-idp-workflows-helm/main/charts/kubernetes/orchestrator/values-k8s.yaml + helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart + helm install orchestrator orchestrator/orchestrator-k8s echo "sleep bit long till the PV for data index and kaniko cache is ready. its a bit slow. TODO fixit" kubectl get pv diff --git a/.github/workflows/mta-v6.x-e2e.yaml b/.github/workflows/mta-v6.x-e2e.yaml index 0f6266c8..7422b38d 100644 --- a/.github/workflows/mta-v6.x-e2e.yaml +++ b/.github/workflows/mta-v6.x-e2e.yaml @@ -70,10 +70,8 @@ jobs: - name: Deploy Janus-idp-workflow-helm (janus + sonataflow-opertor) run: | - helm repo add janus-idp-workflows https://rgolangh.github.io/janus-idp-workflows-helm/ - helm install janus-idp-workflows janus-idp-workflows/janus-idp-workflows \ - --set backstage.upstream.backstage.image.tag=1.1 \ - -f https://raw.githubusercontent.com/rgolangh/janus-idp-workflows-helm/main/charts/kubernetes/orchestrator/values-k8s.yaml + helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart + helm install orchestrator orchestrator/orchestrator-k8s echo "sleep bit long till the PV for data index and kaniko cache is ready. its a bit slow. TODO fixit" kubectl get pv