Skip to content

Commit

Permalink
Bump es and kb to v7.17.21 (#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-dekker authored Jun 11, 2024
1 parent 4e3aa8c commit e219c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/enterprise_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ components:
image: tigera/dex
version: v3.18.3
eck-kibana:
version: 7.17.18
version: 7.17.21
kibana:
image: tigera/kibana
version: v3.18.3
eck-elasticsearch:
version: 7.17.18
version: 7.17.21
elasticsearch:
image: tigera/elasticsearch
version: v3.18.3
Expand Down
4 changes: 2 additions & 2 deletions pkg/components/enterprise.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ var (
}

ComponentEckElasticsearch = component{
Version: "7.17.18",
Version: "7.17.21",
Registry: "",
}

ComponentEckKibana = component{
Version: "7.17.18",
Version: "7.17.21",
Registry: "",
}

Expand Down

0 comments on commit e219c93

Please sign in to comment.