From a8233b0db9ce64fb955b45a11cf0a353380c667e Mon Sep 17 00:00:00 2001 From: David VIEJO Date: Mon, 5 Feb 2024 09:22:58 +0100 Subject: [PATCH] 1.10.0-beta8 Signed-off-by: David VIEJO --- chart/hlf-operator/Chart.yaml | 2 +- chart/hlf-operator/values.yaml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/chart/hlf-operator/Chart.yaml b/chart/hlf-operator/Chart.yaml index b27c8bf..2a3bb73 100644 --- a/chart/hlf-operator/Chart.yaml +++ b/chart/hlf-operator/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.10.0-beta7 +version: 1.10.0-beta8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/chart/hlf-operator/values.yaml b/chart/hlf-operator/values.yaml index 224ad37..6fb3773 100644 --- a/chart/hlf-operator/values.yaml +++ b/chart/hlf-operator/values.yaml @@ -8,7 +8,7 @@ image: repository: quay.io/kfsoftware/hlf-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.10.0-beta7" + tag: "v1.10.0-beta8" maxReconciles: 10 @@ -70,8 +70,11 @@ resources: nodeSelector: {} -tolerations: [] - +tolerations: + - effect: NoSchedule + key: kubernetes.azure.com/scalesetpriority + operator: Equal + value: spot affinity: {} serviceMonitor: