diff --git a/charts/stable/datapower-operator/Chart.yaml b/charts/stable/datapower-operator/Chart.yaml index d328894..e39b5c0 100644 --- a/charts/stable/datapower-operator/Chart.yaml +++ b/charts/stable/datapower-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: datapower-operator description: A chart to deploy the DataPowerService Operator type: application -version: 1.2.0 -appVersion: 1.2.0 +version: 1.2.1 +appVersion: 1.2.1 kubeVersion: '>=1.17.0' keywords: - amd64 diff --git a/charts/stable/datapower-operator/templates/operator.yaml b/charts/stable/datapower-operator/templates/operator.yaml index 7445dd2..b5a854a 100644 --- a/charts/stable/datapower-operator/templates/operator.yaml +++ b/charts/stable/datapower-operator/templates/operator.yaml @@ -26,7 +26,7 @@ spec: productName: "IBM DataPower Operator" productMetric: "FREE" productChargedContainers: "" - productVersion: 1.2.0 + productVersion: 1.2.1 spec: affinity: nodeAffinity: @@ -38,8 +38,8 @@ spec: values: ["amd64"] topologySpreadConstraints: - maxSkew: 1 - topologyKey: zone - whenUnsatisfiable: DoNotSchedule + topologyKey: topology.kubernetes.io/zone + whenUnsatisfiable: ScheduleAnyway labelSelector: matchLabels: app.kubernetes.io/instance: {{ template "datapower-operator.namespacedname" . }}