From 3777e3b7b10337f019f04da8eb436b0232a11e2a Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Fri, 31 May 2024 10:42:32 +0200 Subject: [PATCH 1/2] Fixed test for horizontal autoscaling feature --- helm/oauth2-proxy/Chart.yaml | 8 ++++---- ...caling.yaml => horizontal-pod-autoscaling-values.yaml} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename helm/oauth2-proxy/ci/{autoscaling.yaml => horizontal-pod-autoscaling-values.yaml} (100%) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index c9e8741c..d567a5df 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.6.0 +version: 7.6.1 apiVersion: v2 appVersion: 7.6.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -34,8 +34,8 @@ maintainers: kubeVersion: ">=1.9.0-0" annotations: artifacthub.io/changes: | - - kind: added - description: Added autoscaling + - kind: fixed + description: Fixed test for horizontal autoscaling feature links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/208 + url: https://github.com/oauth2-proxy/manifests/pull/211 diff --git a/helm/oauth2-proxy/ci/autoscaling.yaml b/helm/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml similarity index 100% rename from helm/oauth2-proxy/ci/autoscaling.yaml rename to helm/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml From c947b10dd1832410964da8b2b15ec30755e40f13 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Fri, 31 May 2024 10:58:59 +0200 Subject: [PATCH 2/2] test --- helm/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml b/helm/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml index c32d034b..fd1a0060 100644 --- a/helm/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml +++ b/helm/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml @@ -2,4 +2,4 @@ autoscaling: enabled: true annotations: - test-annotations/test: true + test-annotations/test: "true"