diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 30e28c46..714f638c 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 16.2.4 +version: 16.2.5 diff --git a/library/common/templates/spawner/_podDisruptionBudget.tpl b/library/common/templates/spawner/_podDisruptionBudget.tpl index 20b10c99..0170c6f9 100644 --- a/library/common/templates/spawner/_podDisruptionBudget.tpl +++ b/library/common/templates/spawner/_podDisruptionBudget.tpl @@ -10,7 +10,7 @@ {{- $enabled := (include "tc.v1.common.lib.util.enabled" (dict "rootCtx" $ "objectData" $pdb "name" $name "caller" "Pod Disruption Budget" - "key" "podDistruptionBudget")) -}} + "key" "podDisruptionBudget")) -}} {{- if eq $enabled "true" -}} @@ -22,7 +22,7 @@ {{- $expandName := (include "tc.v1.common.lib.util.expandName" (dict "rootCtx" $ "objectData" $objectData "name" $name "caller" "Pod Disruption Budget" - "key" "podDistruptionBudget")) -}} + "key" "podDisruptionBudget")) -}} {{- if eq $expandName "true" -}} {{- $objectName = (printf "%s-%s" $fullname $name) -}}