Skip to content

Commit

Permalink
Merge pull request #211 from pierluigilenoci/ct_test_fix
Browse files Browse the repository at this point in the history
Fixed test for horizontal autoscaling feature
  • Loading branch information
pierluigilenoci authored May 31, 2024
2 parents 6116131 + c947b10 commit f228e71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
autoscaling:
enabled: true
annotations:
test-annotations/test: true
test-annotations/test: "true"

0 comments on commit f228e71

Please sign in to comment.