diff --git a/charts/apps/appsmith/Chart.yaml b/charts/apps/appsmith.disabled/Chart.yaml similarity index 100% rename from charts/apps/appsmith/Chart.yaml rename to charts/apps/appsmith.disabled/Chart.yaml diff --git a/charts/apps/appsmith/templates/_client.yaml b/charts/apps/appsmith.disabled/templates/_client.yaml similarity index 100% rename from charts/apps/appsmith/templates/_client.yaml rename to charts/apps/appsmith.disabled/templates/_client.yaml diff --git a/charts/apps/appsmith/templates/_external-http-service.yaml b/charts/apps/appsmith.disabled/templates/_external-http-service.yaml similarity index 100% rename from charts/apps/appsmith/templates/_external-http-service.yaml rename to charts/apps/appsmith.disabled/templates/_external-http-service.yaml diff --git a/charts/apps/appsmith/templates/deployment.yaml b/charts/apps/appsmith.disabled/templates/deployment.yaml similarity index 100% rename from charts/apps/appsmith/templates/deployment.yaml rename to charts/apps/appsmith.disabled/templates/deployment.yaml diff --git a/charts/apps/appsmith/templates/http-service.yaml b/charts/apps/appsmith.disabled/templates/http-service.yaml similarity index 100% rename from charts/apps/appsmith/templates/http-service.yaml rename to charts/apps/appsmith.disabled/templates/http-service.yaml diff --git a/charts/apps/appsmith/templates/pvc.yaml b/charts/apps/appsmith.disabled/templates/pvc.yaml similarity index 100% rename from charts/apps/appsmith/templates/pvc.yaml rename to charts/apps/appsmith.disabled/templates/pvc.yaml diff --git a/charts/apps/appsmith/templates/service.yaml b/charts/apps/appsmith.disabled/templates/service.yaml similarity index 100% rename from charts/apps/appsmith/templates/service.yaml rename to charts/apps/appsmith.disabled/templates/service.yaml diff --git a/charts/apps/appsmith/values.yaml b/charts/apps/appsmith.disabled/values.yaml similarity index 100% rename from charts/apps/appsmith/values.yaml rename to charts/apps/appsmith.disabled/values.yaml diff --git a/charts/apps/pigeon-pod/Chart.yaml b/charts/apps/pigeon-pod.disabled/Chart.yaml similarity index 100% rename from charts/apps/pigeon-pod/Chart.yaml rename to charts/apps/pigeon-pod.disabled/Chart.yaml diff --git a/charts/apps/pigeon-pod/templates/deployment.yaml b/charts/apps/pigeon-pod.disabled/templates/deployment.yaml similarity index 100% rename from charts/apps/pigeon-pod/templates/deployment.yaml rename to charts/apps/pigeon-pod.disabled/templates/deployment.yaml diff --git a/charts/apps/pigeon-pod/templates/external-http-service.yaml b/charts/apps/pigeon-pod.disabled/templates/external-http-service.yaml similarity index 100% rename from charts/apps/pigeon-pod/templates/external-http-service.yaml rename to charts/apps/pigeon-pod.disabled/templates/external-http-service.yaml diff --git a/charts/apps/pigeon-pod/templates/http-service.yaml b/charts/apps/pigeon-pod.disabled/templates/http-service.yaml similarity index 100% rename from charts/apps/pigeon-pod/templates/http-service.yaml rename to charts/apps/pigeon-pod.disabled/templates/http-service.yaml diff --git a/charts/apps/pigeon-pod/templates/pvc.yaml b/charts/apps/pigeon-pod.disabled/templates/pvc.yaml similarity index 100% rename from charts/apps/pigeon-pod/templates/pvc.yaml rename to charts/apps/pigeon-pod.disabled/templates/pvc.yaml diff --git a/charts/apps/pigeon-pod/templates/service.yaml b/charts/apps/pigeon-pod.disabled/templates/service.yaml similarity index 100% rename from charts/apps/pigeon-pod/templates/service.yaml rename to charts/apps/pigeon-pod.disabled/templates/service.yaml diff --git a/charts/apps/pigeon-pod/values.yaml b/charts/apps/pigeon-pod.disabled/values.yaml similarity index 100% rename from charts/apps/pigeon-pod/values.yaml rename to charts/apps/pigeon-pod.disabled/values.yaml diff --git a/charts/argocd-apps/values.yaml b/charts/argocd-apps/values.yaml index da61240..0653eef 100644 --- a/charts/argocd-apps/values.yaml +++ b/charts/argocd-apps/values.yaml @@ -1,5 +1,5 @@ repoURL: "https://github.com/morten-olsen/homelab-apps" -targetRevision: "argo" +targetRevision: "main" path: "charts/apps" exclude: "*.disabled" project: "apps"