File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
1414# This is the chart version. This version number should be incremented each time you make changes
1515# to the chart and its templates, including the app version.
1616# Versions are expected to follow Semantic Versioning (https://semver.org/)
17- version : 0.2.10
17+ version : 0.2.11
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11
22{{- if (and .Values.apisix.enabled .Values.apisix.podDisruptionBudget.enabled) }}
3+ {{ if semverCompare "<1.21-0" .Capabilities.KubeVersion.Version -}}
34apiVersion : policy/v1beta1
5+ {{- else -}}
6+ apiVersion : policy/v1
7+ {{- end }}
48kind : PodDisruptionBudget
59metadata :
610 name : {{ include "apisix.fullname" . }}
You can’t perform that action at this time.
0 commit comments