Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate HPA chart #122

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading