mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/kong] 🐛 (kong/autoscaling) fixed unknown field "spec.metrics[0].resource.targetAverageUtilization" (#33699)
* 🐛 (kong/autoscaling) fixed unknown field "spec.metrics[0].resource.targetAverageUtilization" Signed-off-by: Llyth <6819575+Llyth@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Llyth <6819575+Llyth@users.noreply.github.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 15.4.6 (2025-05-16)
|
||||
## 15.4.7 (2025-05-26)
|
||||
|
||||
* [bitnami/kong] :zap: :arrow_up: Update dependency references ([#33744](https://github.com/bitnami/charts/pull/33744))
|
||||
* [bitnami/kong] :bug: (kong/autoscaling) fixed unknown field "spec.metrics[0].resource.targetAverageUtilization" ([#33699](https://github.com/bitnami/charts/pull/33699))
|
||||
|
||||
## <small>15.4.6 (2025-05-16)</small>
|
||||
|
||||
* [bitnami/kong] :zap: :arrow_up: Update dependency references (#33744) ([2d90e9e](https://github.com/bitnami/charts/commit/2d90e9e3c268653c62402103ae306b963fdd889f)), closes [#33744](https://github.com/bitnami/charts/issues/33744)
|
||||
|
||||
## <small>15.4.5 (2025-05-13)</small>
|
||||
|
||||
|
||||
@@ -46,4 +46,4 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kong
|
||||
version: 15.4.6
|
||||
version: 15.4.7
|
||||
|
||||
@@ -286,7 +286,9 @@ autoscaling:
|
||||
- type: Resource
|
||||
resource:
|
||||
name: cpu
|
||||
targetAverageUtilization: 80
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: 80
|
||||
## Kong Pod Disruption Budget
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
|
||||
## @param pdb.create Deploy a PodDisruptionBudget object for Kong deployment
|
||||
|
||||
Reference in New Issue
Block a user