diff --git a/charts/redirect/Chart.yaml b/charts/redirect/Chart.yaml index 1382467..86c1b02 100644 --- a/charts/redirect/Chart.yaml +++ b/charts/redirect/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.4.0 +version: 0.4.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/redirect/templates/pod-disruption-budget.yaml b/charts/redirect/templates/pod-disruption-budget.yaml index 3ee545f..d26a726 100644 --- a/charts/redirect/templates/pod-disruption-budget.yaml +++ b/charts/redirect/templates/pod-disruption-budget.yaml @@ -1,4 +1,4 @@ -{{- if gt (.Values.replicaCount | int) 1 -}} +{{- if gt (.Values.replicas | int) 1 -}} apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: