From 9e7a2e29c4edfc0a665c8c972737c5d6be424a7e Mon Sep 17 00:00:00 2001 From: Aidan Harbison Date: Wed, 16 Dec 2020 16:21:24 -0500 Subject: [PATCH] Version 1.2.1 chart --- charts/stable/datapower-operator/Chart.yaml | 4 ++-- charts/stable/datapower-operator/templates/operator.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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" . }}