Skip to content

Commit

Permalink
1.10.0-beta8
Browse files Browse the repository at this point in the history
Signed-off-by: David VIEJO <dviejo@kungfusoftware.es>
  • Loading branch information
dviejokfs committed Feb 5, 2024
1 parent fd53ab8 commit a8233b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chart/hlf-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 6 additions & 3 deletions chart/hlf-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -70,8 +70,11 @@ resources:

nodeSelector: {}

tolerations: []

tolerations:
- effect: NoSchedule
key: kubernetes.azure.com/scalesetpriority
operator: Equal
value: spot
affinity: {}

serviceMonitor:
Expand Down

0 comments on commit a8233b0

Please sign in to comment.