From c8e5a703c3f3f8055092042fdb26ffa6362ad07a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 14 Dec 2025 19:56:52 -0600 Subject: [PATCH] move crds to chart --- clusters/cl01tl/helm/tautulli/Chart.yaml | 2 +- clusters/cl01tl/helm/tdarr/Chart.yaml | 2 +- clusters/cl01tl/helm/traefik/Chart.yaml | 10 ++++------ .../helm/traefik/templates/certificate.yaml | 17 ----------------- clusters/cl01tl/helm/traefik/values.yaml | 12 ++++++------ clusters/cl01tl/helm/trivy/Chart.yaml | 2 +- 6 files changed, 13 insertions(+), 32 deletions(-) delete mode 100644 clusters/cl01tl/helm/traefik/templates/certificate.yaml diff --git a/clusters/cl01tl/helm/tautulli/Chart.yaml b/clusters/cl01tl/helm/tautulli/Chart.yaml index bb41bbc5c..491fa0ae7 100644 --- a/clusters/cl01tl/helm/tautulli/Chart.yaml +++ b/clusters/cl01tl/helm/tautulli/Chart.yaml @@ -18,4 +18,4 @@ dependencies: repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.5.0 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tautulli.png -appVersion: v2.15.2 +appVersion: v2.16.0 diff --git a/clusters/cl01tl/helm/tdarr/Chart.yaml b/clusters/cl01tl/helm/tdarr/Chart.yaml index 4c4bd3039..f862f1957 100644 --- a/clusters/cl01tl/helm/tdarr/Chart.yaml +++ b/clusters/cl01tl/helm/tdarr/Chart.yaml @@ -26,4 +26,4 @@ dependencies: version: 1.1.7 repository: https://homeylab.github.io/helm-charts/ icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tdarr.png -appVersion: 2.40.01 +appVersion: 2.58.02 diff --git a/clusters/cl01tl/helm/traefik/Chart.yaml b/clusters/cl01tl/helm/traefik/Chart.yaml index 6ec69c497..5c9b7df26 100644 --- a/clusters/cl01tl/helm/traefik/Chart.yaml +++ b/clusters/cl01tl/helm/traefik/Chart.yaml @@ -17,10 +17,8 @@ dependencies: - name: traefik version: 37.4.0 repository: https://traefik.github.io/charts - # enable pending: - # https://github.com/traefik/traefik-helm-chart/pull/1340 - # - name: traefik-crds - # version: 1.8.0 - # repository: https://traefik.github.io/charts + - name: traefik-crds + version: 1.12.0 + repository: https://traefik.github.io/charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/traefik.webp -appVersion: v3.6.2 +appVersion: v3.6.4 diff --git a/clusters/cl01tl/helm/traefik/templates/certificate.yaml b/clusters/cl01tl/helm/traefik/templates/certificate.yaml deleted file mode 100644 index a53d23df2..000000000 --- a/clusters/cl01tl/helm/traefik/templates/certificate.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# apiVersion: cert-manager.io/v1 -# kind: Certificate -# metadata: -# name: traefik-certificate -# namespace: {{ .Release.Namespace }} -# labels: -# app.kubernetes.io/name: traefik-certificate -# app.kubernetes.io/instance: {{ .Release.Name }} -# app.kubernetes.io/part-of: {{ .Release.Name }} -# spec: -# secretName: traefik-secret-tls -# dnsNames: -# - "alexlebens.net" -# - "*.alexlebens.net" -# issuerRef: -# name: letsencrypt-issuer -# kind: ClusterIssuer diff --git a/clusters/cl01tl/helm/traefik/values.yaml b/clusters/cl01tl/helm/traefik/values.yaml index 4a757811b..4cf2430f3 100644 --- a/clusters/cl01tl/helm/traefik/values.yaml +++ b/clusters/cl01tl/helm/traefik/values.yaml @@ -140,9 +140,9 @@ traefik: type: LoadBalancer externalIPs: - 10.232.1.21 -# traefik-crds: -# enabled: true -# traefik: true -# gatewayAPI: true -# hub: false -# deleteOnUninstall: false +traefik-crds: + enabled: true + traefik: true + gatewayAPI: true + hub: false + deleteOnUninstall: false diff --git a/clusters/cl01tl/helm/trivy/Chart.yaml b/clusters/cl01tl/helm/trivy/Chart.yaml index fa2670382..ab6102cba 100644 --- a/clusters/cl01tl/helm/trivy/Chart.yaml +++ b/clusters/cl01tl/helm/trivy/Chart.yaml @@ -19,4 +19,4 @@ dependencies: version: 0.31.0 repository: https://aquasecurity.github.io/helm-charts/ icon: https://raw.githubusercontent.com/aquasecurity/trivy/main/docs/imgs/logo.png -appVersion: v0.26.1 +appVersion: 0.31.0