From 9d1337f2740e9a81314e5a3a6e19d48f448e9d18 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Wed, 21 Oct 2020 20:14:53 +0200 Subject: [PATCH] [redirect/default-backend] Bump HPA version --- charts/default-backend/Chart.lock | 6 +++--- charts/default-backend/Chart.yaml | 5 +++-- charts/default-backend/README.md | 1 + charts/redirect/Chart.lock | 6 +++--- charts/redirect/Chart.yaml | 5 +++-- charts/redirect/README.md | 1 + 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/charts/default-backend/Chart.lock b/charts/default-backend/Chart.lock index 8bfc3a1..09e1cf4 100644 --- a/charts/default-backend/Chart.lock +++ b/charts/default-backend/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 0.1.2 - name: horizontal-pod-autoscalers repository: https://helm.wyrihaximus.net/ - version: 0.1.0 -digest: sha256:61b09b22321149ec73892ea36de12468fa3e35b15756f8f1769c18dfe55142f9 -generated: "2020-10-20T19:30:33.002238289+02:00" + version: 0.2.0 +digest: sha256:da3cabd092499f75f425706a7faae76bdefe5a54d805628ea48a3b769e8cbf2b +generated: "2020-10-21T20:34:40.497024599+02:00" diff --git a/charts/default-backend/Chart.yaml b/charts/default-backend/Chart.yaml index 7ad5138..80e8c7d 100644 --- a/charts/default-backend/Chart.yaml +++ b/charts/default-backend/Chart.yaml @@ -4,7 +4,8 @@ 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.3.1 +version: 0.4.0 +kubeVersion: ^1.18 appVersion: random maintainers: - name: WyriHaximus @@ -14,5 +15,5 @@ dependencies: version: ^0.1 repository: https://helm.wyrihaximus.net/ - name: horizontal-pod-autoscalers - version: ^0.1 + version: ^0.2 repository: https://helm.wyrihaximus.net/ diff --git a/charts/default-backend/README.md b/charts/default-backend/README.md index 0884d25..df7a6e0 100644 --- a/charts/default-backend/README.md +++ b/charts/default-backend/README.md @@ -39,6 +39,7 @@ ingress: ## Opinionated decisions +* requires kubernetes ^1.18 * Ports are hardcoded to `6969` for the service, and `9696` for the metrics. * TLS is assumed to be required, and is set up based on supplied hosts in `ingress.hosts`. * It's assumed that this helm chart will be run in it's own namespace, so the naming for all resources is kept as simple as possible. diff --git a/charts/redirect/Chart.lock b/charts/redirect/Chart.lock index f377b39..e841c37 100644 --- a/charts/redirect/Chart.lock +++ b/charts/redirect/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: horizontal-pod-autoscalers repository: https://helm.wyrihaximus.net/ - version: 0.1.0 -digest: sha256:b69c147f2b6a3d345e7155979fc23ff6bbf4fa0c3822d1d9f64691ab29d9778c -generated: "2020-10-20T19:31:36.647230414+02:00" + version: 0.2.0 +digest: sha256:c24acf3aaf1d76d5b431e2d608ee5162acf6e5bb0ad764b2a3cf81e37bb499bf +generated: "2020-10-21T20:35:46.408821942+02:00" diff --git a/charts/redirect/Chart.yaml b/charts/redirect/Chart.yaml index be752a4..28adb7e 100644 --- a/charts/redirect/Chart.yaml +++ b/charts/redirect/Chart.yaml @@ -4,12 +4,13 @@ description: Redirect home: https://github.com/wyrihaximusnet/docker-redirect icon: https://helm.wyrihaximus.net/images/charts/redirect.png type: application -version: 0.6.1 +version: 0.7.0 +kubeVersion: ^1.18 appVersion: random maintainers: - name: WyriHaximus email: helm@wyrihaximus.net dependencies: - name: horizontal-pod-autoscalers - version: ^0.1 + version: ^0.2 repository: https://helm.wyrihaximus.net/ diff --git a/charts/redirect/README.md b/charts/redirect/README.md index 532047e..5a6e5eb 100644 --- a/charts/redirect/README.md +++ b/charts/redirect/README.md @@ -48,6 +48,7 @@ Keep in mind that the configuration options are executed in the following order: ## Opinionated decisions +* requires kubernetes ^1.18 * Ports are hardcoded to `7132` for the service, and `7133` for the metrics. * TLS is assumed to be required, and is set up based on supplied hosts in `redirect.hosts` and `redirect.ingressHosts`. * It's assumed that this helm chart will be run in it's own namespace, so the naming for all resources is kept as simple as possible.