Skip to content

Commit 55164b3

Browse files
authored
Merge 3107721 into b4a0bd2
2 parents b4a0bd2 + 3107721 commit 55164b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/posthog/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type: application
1111

1212
# This is the chart version. This version number should be incremented each time you make changes
1313
# to the chart and its templates, including the app version.
14-
version: 30.33.0
14+
version: 30.34.0
1515

1616
# This is the version number of the application being deployed. This version number should be
1717
# incremented each time you make changes to the application.

charts/posthog/templates/_snippet-topologySpreadConstraints.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ matchLabelKeys:
2121
{{- define "_snippet-topologySpreadConstraints" }}
2222
{{- if (.Values.includeDefaultTopologySpreadConstraints | default false) }}
2323
topologySpreadConstraints:
24-
- maxSkew: 1
24+
- maxSkew: 2
2525
topologyKey: topology.kubernetes.io/zone
2626
whenUnsatisfiable: ScheduleAnyway
2727
nodeTaintsPolicy: Honor
2828
{{- include "_snippet-selectors" . | nindent 2 }}
29-
- maxSkew: 3
29+
- maxSkew: 5
3030
topologyKey: kubernetes.io/hostname
3131
whenUnsatisfiable: ScheduleAnyway
3232
nodeTaintsPolicy: Honor

charts/posthog/tests/_topologySpreadConstraints.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tests:
3434
value: topology.kubernetes.io/zone
3535
- equal:
3636
path: spec.template.spec.topologySpreadConstraints[0].maxSkew
37-
value: 1
37+
value: 2
3838
- equal:
3939
path: spec.template.spec.topologySpreadConstraints[0].whenUnsatisfiable
4040
value: ScheduleAnyway
@@ -43,7 +43,7 @@ tests:
4343
value: kubernetes.io/hostname
4444
- equal:
4545
path: spec.template.spec.topologySpreadConstraints[1].maxSkew
46-
value: 3
46+
value: 5
4747
- equal:
4848
path: spec.template.spec.topologySpreadConstraints[1].whenUnsatisfiable
4949
value: ScheduleAnyway

0 commit comments

Comments
 (0)