From 74a57406bcd6a2cb4c2984fbd0819f020ae26008 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Thu, 20 Jun 2024 21:27:37 -0500 Subject: [PATCH] rewrite and improve Chart.yaml files --- .../cl01tl/applications/outline/Chart.yaml | 1 + .../deployment/argo-workflows/Chart.yaml | 1 + clusters/cl01tl/platform/authentik/Chart.yaml | 18 ++++++++++++++++-- .../platform/external-secrets/Chart.yaml | 9 ++++++++- clusters/cl01tl/platform/gitea/Chart.yaml | 16 ++++++++++++++-- clusters/cl01tl/platform/gitea/values.yaml | 2 +- clusters/cl01tl/platform/grafana/Chart.yaml | 12 +++++++++++- clusters/cl01tl/platform/headlamp/Chart.yaml | 11 ++++++++++- .../cl01tl/platform/matrix-synapse/Chart.yaml | 15 ++++++++++++--- clusters/cl01tl/platform/pgadmin/Chart.yaml | 14 ++++++++++++-- clusters/cl01tl/platform/portainer/Chart.yaml | 15 +++++++++++++-- .../cl01tl/platform/qbittorrent/Chart.yaml | 16 +++++++++++----- clusters/cl01tl/platform/unpackerr/Chart.yaml | 12 +++++++----- clusters/cl01tl/platform/vault/Chart.yaml | 13 +++++++++++-- clusters/cl01tl/platform/vault/values.yaml | 4 ++-- 15 files changed, 130 insertions(+), 29 deletions(-) diff --git a/clusters/cl01tl/applications/outline/Chart.yaml b/clusters/cl01tl/applications/outline/Chart.yaml index 9d1606409..b0f2c758b 100644 --- a/clusters/cl01tl/applications/outline/Chart.yaml +++ b/clusters/cl01tl/applications/outline/Chart.yaml @@ -9,6 +9,7 @@ home: "" sources: - https://github.com/outline/outline - https://github.com/minio/operator + - https://github.com/redis/redis - https://github.com/cloudflare/cloudflared - https://github.com/cloudnative-pg/cloudnative-pg - https://hub.docker.com/r/outlinewiki/outline diff --git a/clusters/cl01tl/deployment/argo-workflows/Chart.yaml b/clusters/cl01tl/deployment/argo-workflows/Chart.yaml index 05a5c7f76..d9da90e83 100644 --- a/clusters/cl01tl/deployment/argo-workflows/Chart.yaml +++ b/clusters/cl01tl/deployment/argo-workflows/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v2 name: argo-workflows +version: 1.0.0 description: Argo Workflows keywords: - argo-workflows diff --git a/clusters/cl01tl/platform/authentik/Chart.yaml b/clusters/cl01tl/platform/authentik/Chart.yaml index b4aab0c43..a1d45706b 100644 --- a/clusters/cl01tl/platform/authentik/Chart.yaml +++ b/clusters/cl01tl/platform/authentik/Chart.yaml @@ -1,11 +1,24 @@ apiVersion: v2 name: authentik version: 1.0.0 +description: Authentik +keywords: + - authentik + - sso + - oidc + - ldap + - idp + - authentication +home: "" sources: - https://github.com/goauthentik/authentik - https://github.com/goauthentik/helm - https://github.com/cloudflare/cloudflared - - https://github.com/alexlebens/helm-charts/charts/postgres-cluster + - https://github.com/cloudnative-pg/cloudnative-pg + - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared + - https://github.com/alexlebens/helm-charts/tree/main/charts/postgres-cluster +maintainers: + - name: alexlebens dependencies: - name: authentik version: 2024.4.2 @@ -18,4 +31,5 @@ dependencies: alias: postgres-16-cluster version: 3.5.0 repository: http://alexlebens.github.io/helm-charts -appVersion: "2024.4.2" +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/authentik.png +appVersion: 2024.4.2 diff --git a/clusters/cl01tl/platform/external-secrets/Chart.yaml b/clusters/cl01tl/platform/external-secrets/Chart.yaml index 7534844dd..7ee415e1e 100644 --- a/clusters/cl01tl/platform/external-secrets/Chart.yaml +++ b/clusters/cl01tl/platform/external-secrets/Chart.yaml @@ -1,6 +1,12 @@ apiVersion: v2 name: external-secrets -version: 0.0.1 +version: 1.0.0 +description: External Secrets +keywords: + - external-secrets + - secrets + - vault +home: "" sources: - https://github.com/external-secrets/external-secrets - https://github.com/external-secrets/external-secrets/tree/main/deploy/charts/external-secrets @@ -8,4 +14,5 @@ dependencies: - name: external-secrets version: 0.9.19 repository: https://charts.external-secrets.io +icon: https://avatars.githubusercontent.com/u/68335991?s=48&v=4 appVersion: 0.9.13 diff --git a/clusters/cl01tl/platform/gitea/Chart.yaml b/clusters/cl01tl/platform/gitea/Chart.yaml index 58f3025d6..7e275a633 100644 --- a/clusters/cl01tl/platform/gitea/Chart.yaml +++ b/clusters/cl01tl/platform/gitea/Chart.yaml @@ -1,11 +1,22 @@ apiVersion: v2 name: gitea version: 1.0.0 +description: Gitea +keywords: + - gitea + - git + - code +home: "" sources: - https://github.com/go-gitea/gitea - - https://gitea.com/gitea/helm-chart - https://github.com/cloudflare/cloudflared - - https://github.com/alexlebens/helm-charts/charts/postgres-cluster + - https://github.com/cloudnative-pg/cloudnative-pg + - https://hub.docker.com/r/gitea/gitea + - https://gitea.com/gitea/helm-chart + - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared + - https://github.com/alexlebens/helm-charts/tree/main/charts/postgres-cluster +maintainers: + - name: alexlebens dependencies: - name: gitea version: 10.2.0 @@ -18,4 +29,5 @@ dependencies: alias: postgres-16-cluster version: 3.5.0 repository: http://alexlebens.github.io/helm-charts +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png appVersion: 1.22.0 diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index c6afdd515..b23ee37c9 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -64,7 +64,7 @@ gitea: redis-cluster: enabled: true cloudflared: - existingSecretName: gitea-cloudflared-secret + existingSecretName: gitea-cloudflared-secret postgres-16-cluster: mode: standalone cluster: diff --git a/clusters/cl01tl/platform/grafana/Chart.yaml b/clusters/cl01tl/platform/grafana/Chart.yaml index eb43e943b..50f86e3b9 100644 --- a/clusters/cl01tl/platform/grafana/Chart.yaml +++ b/clusters/cl01tl/platform/grafana/Chart.yaml @@ -1,11 +1,21 @@ apiVersion: v2 name: grafana -version: 0.0.1 +version: 1.0.0 +description: Grafana +keywords: + - grafana + - dashboard + - metrics + - logs +home: "" sources: - https://github.com/grafana/grafana - https://github.com/grafana/helm-charts/tree/main/charts/grafana +maintainers: + - name: alexlebens dependencies: - name: grafana version: 8.0.2 repository: https://grafana.github.io/helm-charts +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/grafana.png appVersion: "10.4.0" diff --git a/clusters/cl01tl/platform/headlamp/Chart.yaml b/clusters/cl01tl/platform/headlamp/Chart.yaml index 580d26e96..5cfed6dc7 100644 --- a/clusters/cl01tl/platform/headlamp/Chart.yaml +++ b/clusters/cl01tl/platform/headlamp/Chart.yaml @@ -1,11 +1,20 @@ apiVersion: v2 name: headlamp -version: 0.0.1 +version: 1.0.0 +description: Headlamp +keywords: + - headlamp + - dashboard + - kubernetes +home: "" sources: - https://github.com/headlamp-k8s/headlamp - https://github.com/headlamp-k8s/headlamp/tree/main/charts/headlamp +maintainers: + - name: alexlebens dependencies: - name: headlamp version: 0.22.0 repository: https://headlamp-k8s.github.io/headlamp/ +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/headlamp.png appVersion: 0.23.1 diff --git a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml index 17c3a4c2a..9451c23cc 100644 --- a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml @@ -3,9 +3,10 @@ name: matrix-synapse version: 1.0.0 description: Matrix Synapse keywords: + - matrix-synapse + - matrix - chat - bridge - - matrix - matrix-hookshot - mautrix-discord - mautrix-whatsapp @@ -14,10 +15,17 @@ sources: - https://github.com/matrix-org/matrix-hookshot - https://github.com/mautrix/discord - https://github.com/mautrix/whatsapp + - https://github.com/redis/redis - https://github.com/cloudflare/cloudflared + - https://github.com/cloudnative-pg/cloudnative-pg + - https://hub.docker.com/r/halfshot/matrix-hookshot + - https://mau.dev/mautrix/discord/container_registry + - https://mau.dev/mautrix/whatsapp/container_registry - https://gitlab.com/ananace/charts/-/tree/master/charts/matrix-synapse - - https://github.com/alexlebens/helm-charts/charts/postgres-cluster + - https://github.com/bitnami/charts/tree/main/bitnami/redis - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template + - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared + - https://github.com/alexlebens/helm-charts/charts/postgres-cluster maintainers: - name: alexlebens dependencies: @@ -51,4 +59,5 @@ dependencies: alias: postgres-16-cluster version: 3.5.0 repository: http://alexlebens.github.io/helm-charts -appVersion: v1.104.0 +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/matrix.png +appVersion: 1.109.0 diff --git a/clusters/cl01tl/platform/pgadmin/Chart.yaml b/clusters/cl01tl/platform/pgadmin/Chart.yaml index f66edbc64..6a6a80b0f 100644 --- a/clusters/cl01tl/platform/pgadmin/Chart.yaml +++ b/clusters/cl01tl/platform/pgadmin/Chart.yaml @@ -1,11 +1,21 @@ apiVersion: v2 name: pgadmin4 -version: 0.0.3 +version: 1.0.0 +description: pgAdmin +keywords: + - pgadmin4 + - postgresql + - database +home: "" sources: - https://github.com/pgadmin-org/pgadmin4 + - https://hub.docker.com/r/dpage/pgadmin4/ - https://github.com/rowanruseler/helm-charts +maintainers: + - name: alexlebens dependencies: - name: pgadmin4 version: 1.26.0 repository: https://helm.runix.net -appVersion: "8.4" +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/pgadmin.png +appVersion: 8.8 diff --git a/clusters/cl01tl/platform/portainer/Chart.yaml b/clusters/cl01tl/platform/portainer/Chart.yaml index eb3266b0a..d6c7cfdd1 100644 --- a/clusters/cl01tl/platform/portainer/Chart.yaml +++ b/clusters/cl01tl/platform/portainer/Chart.yaml @@ -1,11 +1,22 @@ apiVersion: v2 name: portainer -version: 0.0.1 +version: 1.0.0 +description: Portainer +keywords: + - portainer + - containers + - kubernetes + - docker +home: "" sources: - https://github.com/portainer/portainer + - https://hub.docker.com/r/portainer/portainer-ce - https://github.com/portainer/k8s dependencies: - name: portainer version: "1.0.51" repository: https://portainer.github.io/k8s/ -appVersion: "2.19.3" +maintainers: + - name: alexlebens +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/portainer.png +appVersion: 2.20.3 diff --git a/clusters/cl01tl/platform/qbittorrent/Chart.yaml b/clusters/cl01tl/platform/qbittorrent/Chart.yaml index 01ae24f53..1cc07200e 100644 --- a/clusters/cl01tl/platform/qbittorrent/Chart.yaml +++ b/clusters/cl01tl/platform/qbittorrent/Chart.yaml @@ -2,21 +2,27 @@ apiVersion: v2 name: qbittorrent version: 1.0.0 description: qBittorrent -home: keywords: + - qbittorrent - downloads - torrent + - vpn + - metrics +home: "" sources: - https://github.com/qbittorrent/qBittorrent - - https://docs.linuxserver.io/images/docker-qbittorrent/ - https://github.com/qdm12/gluetun - - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template + - https://github.com/esanchezm/prometheus-qbittorrent-exporter + - https://docs.linuxserver.io/images/docker-qbittorrent/ + - https://github.com/qdm12/gluetun/pkgs/container/gluetun + - https://hub.docker.com/r/esanchezm/prometheus-qbittorrent-exporter + - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template maintainers: - - name: alexlebens + - name: alexlebens dependencies: - name: app-template alias: qbittorrent repository: https://bjw-s.github.io/helm-charts/ version: 3.2.1 -icon: https://avatars.githubusercontent.com/u/2131270?s=48&v=4 +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/qbittorrent.png appVersion: version-4.6.3-r0 diff --git a/clusters/cl01tl/platform/unpackerr/Chart.yaml b/clusters/cl01tl/platform/unpackerr/Chart.yaml index 14a42bf6a..216322891 100644 --- a/clusters/cl01tl/platform/unpackerr/Chart.yaml +++ b/clusters/cl01tl/platform/unpackerr/Chart.yaml @@ -1,20 +1,22 @@ apiVersion: v2 name: unpackerr version: 1.0.0 -home: description: Unpackerr keywords: - - utility + - unpackerr - archive + - servarr +home: "" sources: - https://github.com/Unpackerr/unpackerr + - https://hub.docker.com/r/golift/unpackerr - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template maintainers: - - name: alexlebens + - name: alexlebens dependencies: - name: app-template alias: unpackerr repository: https://bjw-s.github.io/helm-charts/ version: 3.2.1 -icon: https://avatars.githubusercontent.com/u/104323643?s=48&v=4 -appVersion: v0.13.1 +icon: https://avatars.githubusercontent.com/u/104323643?s=48&v=4 +appVersion: 0.13.1 diff --git a/clusters/cl01tl/platform/vault/Chart.yaml b/clusters/cl01tl/platform/vault/Chart.yaml index 30e809fa7..67f7e7107 100644 --- a/clusters/cl01tl/platform/vault/Chart.yaml +++ b/clusters/cl01tl/platform/vault/Chart.yaml @@ -1,11 +1,20 @@ apiVersion: v2 name: vault -version: 0.0.1 +version: 1.0.0 +description: Vault +keywords: + - vault + - secrets +home: "" sources: - https://github.com/hashicorp/vault + - https://hub.docker.com/r/hashicorp/vault - https://github.com/hashicorp/vault-helm +maintainers: + - name: alexlebens dependencies: - name: vault version: "0.28.0" repository: https://helm.releases.hashicorp.com -appVersion: 1.15.5 +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/vault.png +appVersion: 1.17.0 diff --git a/clusters/cl01tl/platform/vault/values.yaml b/clusters/cl01tl/platform/vault/values.yaml index 7253e0952..557a0b3da 100644 --- a/clusters/cl01tl/platform/vault/values.yaml +++ b/clusters/cl01tl/platform/vault/values.yaml @@ -11,8 +11,8 @@ vault: server: enabled: true image: - repository: "hashicorp/vault" - tag: "1.17.0" + repository: hashicorp/vault + tag: 1.17.0 updateStrategyType: "OnDelete" logLevel: debug logFormat: standard