From 85bf53274ec3e35b39a0f7f71c71fe2dc74140cd Mon Sep 17 00:00:00 2001 From: Hector Machin <38859646+hectormachin@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:18:34 -0400 Subject: [PATCH] Re-enabling swoop-bundle after configmap fixes (#124) --- charts/swoop-bundle/Chart.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/swoop-bundle/Chart.yaml b/charts/swoop-bundle/Chart.yaml index 9b9ca8f..2755ccb 100644 --- a/charts/swoop-bundle/Chart.yaml +++ b/charts/swoop-bundle/Chart.yaml @@ -12,15 +12,15 @@ dependencies: condition: swoop-db-migration.enabled version: "0.1.0" repository: "https://element84.github.io/filmdrop-k8s-helm-charts/" -# - name: swoop-api -# condition: swoop-api.enabled -# version: "0.1.0" -# repository: "https://element84.github.io/filmdrop-k8s-helm-charts/" -# - name: swoop-caboose -# condition: swoop-caboose.enabled -# version: "0.1.0" -# repository: "https://element84.github.io/filmdrop-k8s-helm-charts/" -# - name: swoop-conductor -# condition: swoop-caboose.enabled -# version: "0.1.0" -# repository: "https://element84.github.io/filmdrop-k8s-helm-charts/" +- name: swoop-api + condition: swoop-api.enabled + version: "0.1.0" + repository: "https://element84.github.io/filmdrop-k8s-helm-charts/" +- name: swoop-caboose + condition: swoop-caboose.enabled + version: "0.1.0" + repository: "https://element84.github.io/filmdrop-k8s-helm-charts/" +- name: swoop-conductor + condition: swoop-caboose.enabled + version: "0.1.0" + repository: "https://element84.github.io/filmdrop-k8s-helm-charts/"