From 5b1127912d70b3393f42effc6145cb33984f3e4e Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Wed, 3 Dec 2025 13:33:48 +0100 Subject: [PATCH] chore: switch to main --- charts/apps/{appsmith => appsmith.disabled}/Chart.yaml | 0 .../apps/{appsmith => appsmith.disabled}/templates/_client.yaml | 0 .../templates/_external-http-service.yaml | 0 .../{appsmith => appsmith.disabled}/templates/deployment.yaml | 0 .../{appsmith => appsmith.disabled}/templates/http-service.yaml | 0 charts/apps/{appsmith => appsmith.disabled}/templates/pvc.yaml | 0 .../apps/{appsmith => appsmith.disabled}/templates/service.yaml | 0 charts/apps/{appsmith => appsmith.disabled}/values.yaml | 0 charts/apps/{pigeon-pod => pigeon-pod.disabled}/Chart.yaml | 0 .../templates/deployment.yaml | 0 .../templates/external-http-service.yaml | 0 .../templates/http-service.yaml | 0 .../apps/{pigeon-pod => pigeon-pod.disabled}/templates/pvc.yaml | 0 .../{pigeon-pod => pigeon-pod.disabled}/templates/service.yaml | 0 charts/apps/{pigeon-pod => pigeon-pod.disabled}/values.yaml | 0 charts/argocd-apps/values.yaml | 2 +- 16 files changed, 1 insertion(+), 1 deletion(-) rename charts/apps/{appsmith => appsmith.disabled}/Chart.yaml (100%) rename charts/apps/{appsmith => appsmith.disabled}/templates/_client.yaml (100%) rename charts/apps/{appsmith => appsmith.disabled}/templates/_external-http-service.yaml (100%) rename charts/apps/{appsmith => appsmith.disabled}/templates/deployment.yaml (100%) rename charts/apps/{appsmith => appsmith.disabled}/templates/http-service.yaml (100%) rename charts/apps/{appsmith => appsmith.disabled}/templates/pvc.yaml (100%) rename charts/apps/{appsmith => appsmith.disabled}/templates/service.yaml (100%) rename charts/apps/{appsmith => appsmith.disabled}/values.yaml (100%) rename charts/apps/{pigeon-pod => pigeon-pod.disabled}/Chart.yaml (100%) rename charts/apps/{pigeon-pod => pigeon-pod.disabled}/templates/deployment.yaml (100%) rename charts/apps/{pigeon-pod => pigeon-pod.disabled}/templates/external-http-service.yaml (100%) rename charts/apps/{pigeon-pod => pigeon-pod.disabled}/templates/http-service.yaml (100%) rename charts/apps/{pigeon-pod => pigeon-pod.disabled}/templates/pvc.yaml (100%) rename charts/apps/{pigeon-pod => pigeon-pod.disabled}/templates/service.yaml (100%) rename charts/apps/{pigeon-pod => pigeon-pod.disabled}/values.yaml (100%) 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"