From 77925842212dd5f4ae2ab7ef0c5bd3451f1b7522 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Fri, 22 Nov 2024 20:36:53 +0100 Subject: [PATCH] Deprecate HPA chart Fully switched to keda.sh --- .github/workflows/helm-charts-test.yaml | 3 +-- README.md | 2 -- charts/horizontal-pod-autoscalers/Chart.yaml | 4 +--- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/helm-charts-test.yaml b/.github/workflows/helm-charts-test.yaml index 4758772..8e2a33a 100644 --- a/.github/workflows/helm-charts-test.yaml +++ b/.github/workflows/helm-charts-test.yaml @@ -80,13 +80,12 @@ jobs: echo -e " PIHOLE_HOSTNAME: \"${{ steps.pihole.outputs.hostname }}\"\r\n" >> charts/pi-hole-exporter/library-ci/secret.yaml cp charts/commons/library-ci/*.yaml charts/commons/templates/ cp charts/cron-jobs/library-ci/*.yaml charts/cron-jobs/templates/ - cp charts/horizontal-pod-autoscalers/library-ci/*.yaml charts/horizontal-pod-autoscalers/templates/ cp charts/pi-hole-exporter/library-ci/*.yaml charts/pi-hole-exporter/templates/ sed -i 's/library/application/g' charts/commons/Chart.yaml sed -i 's/library/application/g' charts/cron-jobs/Chart.yaml - sed -i 's/library/application/g' charts/horizontal-pod-autoscalers/Chart.yaml rm -Rf charts/commento rm -Rf charts/commentoplusplus + rm -Rf charts/horizontal-pod-autoscalers - run: kubectl get pods -A - run: kubectl get svc -A - name: Test Changed Charts diff --git a/README.md b/README.md index 12e93f0..75b0ed9 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Opinionated helm chats for my personal projects, and OSS Projects that either do * [`commons`](https://artifacthub.io/packages/helm/wyrihaximusnet/commons) * [`cron-jobs`](https://artifacthub.io/packages/helm/wyrihaximusnet/cron-jobs) -* [`commons`](https://artifacthub.io/packages/helm/wyrihaximusnet/commons) -* [`horizontal-pod-autoscalers`](https://artifacthub.io/packages/helm/wyrihaximusnet/horizontal-pod-autoscalers) ## Opinionated decisions shared by all charts diff --git a/charts/horizontal-pod-autoscalers/Chart.yaml b/charts/horizontal-pod-autoscalers/Chart.yaml index 677cd50..57e2935 100644 --- a/charts/horizontal-pod-autoscalers/Chart.yaml +++ b/charts/horizontal-pod-autoscalers/Chart.yaml @@ -6,6 +6,4 @@ icon: https://helm.wyrihaximus.net/images/charts/horizontal-pod-autoscalers.png type: library version: 1.0.0 kubeVersion: ^1.23 -maintainers: - - name: WyriHaximus - email: helm@wyrihaximus.net +deprecated: true