Skip to content

Commit

Permalink
Update ES and KB versions (#3479)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasanw authored Aug 28, 2024
1 parent 6eb3b38 commit f246045
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.19.1
eck-kibana:
version: 7.17.21
version: 7.17.22
kibana:
image: tigera/kibana
version: v3.19.1
eck-elasticsearch:
version: 7.17.21
version: 7.17.22
elasticsearch:
image: tigera/elasticsearch
version: v3.19.1
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.21",
Version: "7.17.22",
Registry: "",
}

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

Expand Down

0 comments on commit f246045

Please sign in to comment.