Skip to content

Commit

Permalink
Version 1.2.1 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aharbis committed Dec 16, 2020
1 parent e904817 commit 9e7a2e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/stable/datapower-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/stable/datapower-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
productName: "IBM DataPower Operator"
productMetric: "FREE"
productChargedContainers: ""
productVersion: 1.2.0
productVersion: 1.2.1
spec:
affinity:
nodeAffinity:
Expand All @@ -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" . }}
Expand Down

0 comments on commit 9e7a2e2

Please sign in to comment.