Skip to content

Commit 41740f5

Browse files
authored
update alertmanager version in enterprise.go (#3745)
1 parent b13deca commit 41740f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pkg/components/enterprise.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ var (
233233
}
234234

235235
ComponentCoreOSAlertmanager = Component{
236-
Version: "v0.27.0",
236+
Version: "v0.28.0",
237237
Registry: "",
238238
}
239239

pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,14 @@ spec:
325325
for cleanup. This should be big enough to hold all the NAT entries that expire within one cleanup interval.
326326
minimum: 1
327327
type: integer
328+
bpfMapSizeConntrackScaling:
329+
description: |-
330+
BPFMapSizeConntrackScaling controls whether and how we scale the conntrack map size depending
331+
on its usage. 'Disabled' make the size stay at the default or whatever is set by
332+
BPFMapSizeConntrack*. 'DoubleIfFull' doubles the size when the map is pretty much full even
333+
after cleanups. [Default: DoubleIfFull]
334+
pattern: ^(?i)(Disabled|DoubleIfFull)?$
335+
type: string
328336
bpfMapSizeIPSets:
329337
description: |-
330338
BPFMapSizeIPSets sets the size for ipsets map. The IP sets map must be large enough to hold an entry

0 commit comments

Comments
 (0)