We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6116131 + c947b10 commit f228e71Copy full SHA for f228e71
helm/oauth2-proxy/Chart.yaml
@@ -1,5 +1,5 @@
1
name: oauth2-proxy
2
-version: 7.6.0
+version: 7.6.1
3
apiVersion: v2
4
appVersion: 7.6.0
5
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -34,8 +34,8 @@ maintainers:
34
kubeVersion: ">=1.9.0-0"
35
annotations:
36
artifacthub.io/changes: |
37
- - kind: added
38
- description: Added autoscaling
+ - kind: fixed
+ description: Fixed test for horizontal autoscaling feature
39
links:
40
- name: Github PR
41
- url: https://github.com/oauth2-proxy/manifests/pull/208
+ url: https://github.com/oauth2-proxy/manifests/pull/211
helm/oauth2-proxy/ci/autoscaling.yaml renamed to helm/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml
@@ -2,4 +2,4 @@
autoscaling:
enabled: true
- test-annotations/test: true
+ test-annotations/test: "true"
0 commit comments