diff --git a/clusters/cl01tl/applications/directus/Chart.yaml b/clusters/cl01tl/applications/directus/Chart.yaml index 35e8a10ad..9c87a9b24 100644 --- a/clusters/cl01tl/applications/directus/Chart.yaml +++ b/clusters/cl01tl/applications/directus/Chart.yaml @@ -8,13 +8,11 @@ keywords: home: https://wiki.alexlebens.dev/s/c2d242de-dcaa-4801-86a2-c4761dc8bf9b sources: - https://github.com/directus/directus - - https://github.com/minio/operator - https://github.com/valkey-io/valkey - https://github.com/cloudflare/cloudflared - https://github.com/cloudnative-pg/cloudnative-pg - https://hub.docker.com/r/directus/directus - https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template - - https://github.com/minio/operator/tree/master/helm/tenant - https://github.com/bitnami/charts/tree/main/bitnami/valkey - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster diff --git a/clusters/cl01tl/applications/outline/Chart.yaml b/clusters/cl01tl/applications/outline/Chart.yaml index 0f9beb0b1..ca738d837 100644 --- a/clusters/cl01tl/applications/outline/Chart.yaml +++ b/clusters/cl01tl/applications/outline/Chart.yaml @@ -9,13 +9,11 @@ keywords: home: https://wiki.alexlebens.dev/s/c530c2b9-82b7-44df-b7ef-870c8b29242f sources: - https://github.com/outline/outline - - https://github.com/minio/operator - https://github.com/valkey-io/valkey - https://github.com/cloudflare/cloudflared - https://github.com/cloudnative-pg/cloudnative-pg - https://hub.docker.com/r/outlinewiki/outline - https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template - - https://github.com/minio/operator/tree/master/helm/tenant - https://github.com/bitnami/charts/tree/main/bitnami/valkey - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster diff --git a/clusters/cl01tl/services/blocky/values.yaml b/clusters/cl01tl/services/blocky/values.yaml index 2cddb1b96..3035a6483 100644 --- a/clusters/cl01tl/services/blocky/values.yaml +++ b/clusters/cl01tl/services/blocky/values.yaml @@ -131,8 +131,6 @@ blocky: lidarr IN CNAME traefik-cl01tl lidatube IN CNAME traefik-cl01tl mail IN CNAME traefik-cl01tl - minio-directus IN CNAME traefik-cl01tl - minio-outline IN CNAME traefik-cl01tl n8n IN CNAME traefik-cl01tl ntfy IN CNAME traefik-cl01tl ollama IN CNAME traefik-cl01tl diff --git a/clusters/cl01tl/storage/minio-operator/Chart.yaml b/clusters/cl01tl/storage/minio-operator/Chart.yaml deleted file mode 100644 index 39ed7c66d..000000000 --- a/clusters/cl01tl/storage/minio-operator/Chart.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: v2 -name: minio-operator -version: 1.0.0 -description: Minio Operator -keywords: - - minio-operator - - minio - - operator - - storage - - s3 - - kubernetes -home: https://wiki.alexlebens.dev/s/e455478e-3afe-4781-953d-c2fa4aab655e -sources: - - https://github.com/minio/operator - - https://github.com/minio/operator/tree/master/helm/operator -maintainers: - - name: alexlebens -dependencies: - - name: operator - version: 7.1.1 - repository: https://operator.min.io -icon: https://min.io/resources/img/logo/MINIO_wordmark.png -appVersion: v7.1.1 diff --git a/clusters/cl01tl/storage/minio-operator/values.yaml b/clusters/cl01tl/storage/minio-operator/values.yaml deleted file mode 100644 index a84caba3f..000000000 --- a/clusters/cl01tl/storage/minio-operator/values.yaml +++ /dev/null @@ -1,7 +0,0 @@ -operator: - operator: - env: - - name: OPERATOR_STS_ENABLED - value: "off" - - name: MINIO_CONSOLE_TLS_ENABLE - value: "off"