Skip to content

Commit

Permalink
Make ES work with ECK 2.16.0 by setting the appropriate security cont…
Browse files Browse the repository at this point in the history
…exts.

Starting with the new version, ECK will apply security contexts if unset. These contexts prevent our (customized) init containers from starting.
  • Loading branch information
rene-dekker committed Dec 30, 2024
1 parent 38cec39 commit d087f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/enterprise_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ components:
image: tigera/eck-operator
version: master
eck-elasticsearch-operator:
version: 2.6.1
version: 2.16.0
l7-collector:
image: tigera/l7-collector
version: master
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/enterprise.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ var (
}

ComponentECKElasticsearchOperator = Component{
Version: "2.6.1",
Version: "2.16.0",
Registry: "",
}

Expand Down

0 comments on commit d087f32

Please sign in to comment.