diff --git a/charts/stateless/Chart.yaml b/charts/stateless/Chart.yaml index 826615b..32ff075 100644 --- a/charts/stateless/Chart.yaml +++ b/charts/stateless/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for stateless vality services name: stateless -version: 1.0.48 \ No newline at end of file +version: 1.0.49 \ No newline at end of file diff --git a/charts/stateless/templates/deployment.yaml b/charts/stateless/templates/deployment.yaml index af9cb3f..20d312f 100644 --- a/charts/stateless/templates/deployment.yaml +++ b/charts/stateless/templates/deployment.yaml @@ -150,6 +150,6 @@ spec: maxSkew: 1 minDomains: 2 topologyKey: topology.kubernetes.io/zone - whenUnsatisfiable: ScheduleDoNotScheduleAnyway + whenUnsatisfiable: DoNotSchedule {{- end }} {{- end }}