File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.16.4
4
+
5
+ ### Fixed
6
+
7
+ * HorizontalPodAutoscaler's API version is detected properly.
8
+ [ #744 ] ( https://github.com/Kong/charts/pull/744 )
9
+
3
10
## 2.16.3
4
11
12
+ ### Fixed
13
+
5
14
* Fix template issue preventing custom dblessconfig volume from being mounted.
6
15
[ #741 ] ( https://github.com/Kong/charts/pull/741 )
7
16
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ maintainers:
11
11
name : kong
12
12
sources :
13
13
- https://github.com/Kong/charts/tree/main/charts/kong
14
- version : 2.16.3
14
+ version : 2.16.4
15
15
appVersion : " 3.1"
16
16
dependencies :
17
17
- name : postgresql
Original file line number Diff line number Diff line change @@ -1398,9 +1398,9 @@ extensions/v1beta1
1398
1398
{{- end -}}
1399
1399
1400
1400
{{- define "kong.autoscalingVersion" -}}
1401
- {{- if (.Capabilities.APIVersions.Has "autoscaling/v2") -}}
1401
+ {{- if (.Capabilities.APIVersions.Has "autoscaling/v2/HorizontalPodAutoscaler ") -}}
1402
1402
autoscaling/v2
1403
- {{- else if (.Capabilities.APIVersions.Has "autoscaling/v2beta2") -}}
1403
+ {{- else if (.Capabilities.APIVersions.Has "autoscaling/v2beta2/HorizontalPodAutoscaler ") -}}
1404
1404
autoscaling/v2beta2
1405
1405
{{- else -}}
1406
1406
autoscaling/v1
You can’t perform that action at this time.
0 commit comments