From c0bbeb12bbe34fbdd70f946db1a564d5d164ccd1 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Fri, 13 Nov 2020 23:45:03 +0100 Subject: [PATCH] Align hpa template file names --- charts/default-backend/Chart.yaml | 2 +- .../templates/{hpa.yaml => horizontal-pod-autoscaler.yaml} | 0 charts/redirect/Chart.yaml | 2 +- .../templates/{hpa.yaml => horizontal-pod-autoscaler.yaml} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename charts/default-backend/templates/{hpa.yaml => horizontal-pod-autoscaler.yaml} (100%) rename charts/redirect/templates/{hpa.yaml => horizontal-pod-autoscaler.yaml} (100%) diff --git a/charts/default-backend/Chart.yaml b/charts/default-backend/Chart.yaml index 5cde44e..c05d1e6 100644 --- a/charts/default-backend/Chart.yaml +++ b/charts/default-backend/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes home: https://github.com/wyrihaximusnet/docker-default-backend icon: https://helm.wyrihaximus.net/images/charts/default-backend.png type: application -version: 0.4.1 +version: 0.4.2 kubeVersion: ^1.18 appVersion: random maintainers: diff --git a/charts/default-backend/templates/hpa.yaml b/charts/default-backend/templates/horizontal-pod-autoscaler.yaml similarity index 100% rename from charts/default-backend/templates/hpa.yaml rename to charts/default-backend/templates/horizontal-pod-autoscaler.yaml diff --git a/charts/redirect/Chart.yaml b/charts/redirect/Chart.yaml index 5650866..1d61310 100644 --- a/charts/redirect/Chart.yaml +++ b/charts/redirect/Chart.yaml @@ -4,7 +4,7 @@ description: Redirect home: https://github.com/wyrihaximusnet/docker-redirect icon: https://helm.wyrihaximus.net/images/charts/redirect.png type: application -version: 0.9.1 +version: 0.9.2 kubeVersion: ^1.18 appVersion: random maintainers: diff --git a/charts/redirect/templates/hpa.yaml b/charts/redirect/templates/horizontal-pod-autoscaler.yaml similarity index 100% rename from charts/redirect/templates/hpa.yaml rename to charts/redirect/templates/horizontal-pod-autoscaler.yaml