Skip to content

Commit

Permalink
Merge 3107721 into b4a0bd2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh authored Nov 2, 2023
2 parents b4a0bd2 + 3107721 commit 55164b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/posthog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.
version: 30.33.0
version: 30.34.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ matchLabelKeys:
{{- define "_snippet-topologySpreadConstraints" }}
{{- if (.Values.includeDefaultTopologySpreadConstraints | default false) }}
topologySpreadConstraints:
- maxSkew: 1
- maxSkew: 2
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: ScheduleAnyway
nodeTaintsPolicy: Honor
{{- include "_snippet-selectors" . | nindent 2 }}
- maxSkew: 3
- maxSkew: 5
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
nodeTaintsPolicy: Honor
Expand Down
4 changes: 2 additions & 2 deletions charts/posthog/tests/_topologySpreadConstraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tests:
value: topology.kubernetes.io/zone
- equal:
path: spec.template.spec.topologySpreadConstraints[0].maxSkew
value: 1
value: 2
- equal:
path: spec.template.spec.topologySpreadConstraints[0].whenUnsatisfiable
value: ScheduleAnyway
Expand All @@ -43,7 +43,7 @@ tests:
value: kubernetes.io/hostname
- equal:
path: spec.template.spec.topologySpreadConstraints[1].maxSkew
value: 3
value: 5
- equal:
path: spec.template.spec.topologySpreadConstraints[1].whenUnsatisfiable
value: ScheduleAnyway

0 comments on commit 55164b3

Please sign in to comment.