Skip to content

Commit

Permalink
Merge pull request #23 from zevisert/fix/topologySpreadConstraints
Browse files Browse the repository at this point in the history
fix: type of default topologySpreadConstraints
  • Loading branch information
atkrad authored Sep 26, 2023
2 parents 6ab2265 + d3b1b17 commit 6bda028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/helmet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: helmet
description: Helmet is a library Helm Chart for grouping common logics. This chart is not deployable by itself.
home: https://github.com/companyinfo/helm-charts/blob/main/charts/helmet
type: library
version: "0.9.0"
appVersion: "0.9.0"
version: "0.9.1"
appVersion: "0.9.1"
keywords:
- common
- helper
Expand Down
2 changes: 1 addition & 1 deletion charts/helmet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ exports:
## @param topologySpreadConstraints Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#spread-constraints-for-pods
##
topologySpreadConstraints: {}
topologySpreadConstraints: []

## @param priorityClassName Priority Class Name
## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass
Expand Down

0 comments on commit 6bda028

Please sign in to comment.