Skip to content

Commit 0591959

Browse files
Merge branch 'main' into patch-1
2 parents 419d1b0 + f228e71 commit 0591959

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.6.0
2+
version: 7.6.1
33
apiVersion: v2
44
appVersion: 7.6.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -34,8 +34,8 @@ maintainers:
3434
kubeVersion: ">=1.9.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
37-
- kind: added
38-
description: Added autoscaling
37+
- kind: fixed
38+
description: Fixed test for horizontal autoscaling feature
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/pull/208
41+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
autoscaling:
33
enabled: true
44
annotations:
5-
test-annotations/test: true
5+
test-annotations/test: "true"

0 commit comments

Comments
 (0)