Skip to content

Commit

Permalink
Bug: fix topologySpreadConstraints (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isan-Rivkin authored Dec 13, 2023
1 parent 20f1715 commit ea663e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/lakefs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: lakefs
description: A Helm chart for running LakeFS on Kubernetes
type: application
version: 1.0.5
version: 1.0.6
appVersion: 1.3.1

home: https://lakefs.io
Expand Down
4 changes: 2 additions & 2 deletions charts/lakefs/templates/fluffy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{- toYaml . | nindent 8 }}
topologySpreadConstraints:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end}}

0 comments on commit ea663e0

Please sign in to comment.