Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/enterprise_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ components:
version: master
# eck-kibana holds the version of Kibana built for tigera/kibana
eck-kibana:
version: 8.19.8
version: 8.19.10
kibana:
image: kibana
version: master
# eck-elasticsearch holds the version of Elasticsearch built for tigera/elasticsearch
eck-elasticsearch:
version: 8.19.8
version: 8.19.10
elasticsearch:
image: elasticsearch
version: master
Expand Down
4 changes: 2 additions & 2 deletions pkg/components/enterprise.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ var (
}

ComponentEckElasticsearch = Component{
Version: "8.19.8",
Version: "8.19.10",
variant: enterpriseVariant,
}

ComponentEckKibana = Component{
Version: "8.19.8",
Version: "8.19.10",
variant: enterpriseVariant,
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,8 @@ spec:
- %k: Kind (short names).
- %n: Policy or profile name.
- %p: Policy or profile name (namespace/name for namespaced kinds or just name for non namespaced kinds).
Calico includes ": " characters at the end of the generated log prefix.
Note that iptables shows up to 29 characters for the log prefix and nftables up to 127 characters. Extra characters are truncated.
[Default: calico-packet]
pattern: "^([a-zA-Z0-9%: /_-])*$"
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,8 @@ spec:
- %k: Kind (short names).
- %n: Policy or profile name.
- %p: Policy or profile name (namespace/name for namespaced kinds or just name for non namespaced kinds).
Calico includes ": " characters at the end of the generated log prefix.
Note that iptables shows up to 29 characters for the log prefix and nftables up to 127 characters. Extra characters are truncated.
[Default: calico-packet]
pattern: "^([a-zA-Z0-9%: /_-])*$"
type: string
Expand Down
Loading