Skip to content

Commit

Permalink
Deprecate HPA chart
Browse files Browse the repository at this point in the history
Fully switched to keda.sh
  • Loading branch information
WyriHaximus committed Nov 22, 2024
1 parent 1cb3437 commit 7792584
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions charts/horizontal-pod-autoscalers/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
deprecated: true

0 comments on commit 7792584

Please sign in to comment.