Skip to content

Commit 46cdc72

Browse files
committed
bump(oauth2-proxy): Bump minor chart version to 7.12.0
* Bump minor chart version from 7.11.0 to 7.12.0 * Update README's configuration section for adding behavior Signed-off-by: younsl <[email protected]>
1 parent 874c5c1 commit 46cdc72

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.16.0
2+
version: 7.17.0
33
apiVersion: v2
44
appVersion: 7.11.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -31,8 +31,8 @@ maintainers:
3131
kubeVersion: ">=1.16.0-0"
3232
annotations:
3333
artifacthub.io/changes: |
34-
- kind: changed
35-
description: Updated OAuth2-Proxy image to v7.11.0
34+
- kind: added
35+
description: Added support for HPA spec.behavior configuration for fine-grained scaling policies
3636
links:
3737
- name: Github PR
38-
url: https://github.com/oauth2-proxy/manifests/pull/329
38+
url: https://github.com/oauth2-proxy/manifests/pull/331

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
120120
| `autoscaling.targetCPUUtilizationPercentage` | Horizontal Pod Autoscaler setting. | `80` |
121121
| `autoscaling.targetMemoryUtilizationPercentage` | Horizontal Pod Autoscaler setting. | `` |
122122
| `autoscaling.annotations` | Horizontal Pod Autoscaler annotations. | `{}` |
123+
| `autoscaling.behavior` | Configure HPA behavior policies for scaling. See [docs](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#configuring-scaling-behavior) | `{}` |
123124
| `alphaConfig.enabled` | Flag to toggle any alpha config-related logic | `false` |
124125
| `alphaConfig.annotations` | Configmap annotations | `{}` |
125126
| `alphaConfig.serverConfigData` | Arbitrary configuration data to append to the server section | `{}` |

0 commit comments

Comments
 (0)