Skip to content

Commit

Permalink
Update ES&KB to v7.17.24.
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-dekker committed Oct 16, 2024
1 parent 3c92482 commit a941e62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/enterprise_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
image: tigera/cnx-queryserver
version: v3.19.2
cnx-kube-controllers:
image: tigera/kube-controllers
image: tigera/kube-controllers`
version: v3.19.2
typha:
image: tigera/typha
Expand Down Expand Up @@ -46,12 +46,12 @@ components:
image: tigera/dex
version: v3.19.2
eck-kibana:
version: 7.17.22
version: 7.17.24
kibana:
image: tigera/kibana
version: v3.19.2
eck-elasticsearch:
version: 7.17.22
version: 7.17.24
elasticsearch:
image: tigera/elasticsearch
version: v3.19.2
Expand Down
4 changes: 2 additions & 2 deletions pkg/components/enterprise.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ var (
}

ComponentEckElasticsearch = component{
Version: "7.17.22",
Version: "7.17.24",
Registry: "",
}

ComponentEckKibana = component{
Version: "7.17.22",
Version: "7.17.24",
Registry: "",
}

Expand Down

0 comments on commit a941e62

Please sign in to comment.