Open
Conversation
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds test harness data for the ECK (Elastic Cloud on Kubernetes) 3.3.1 release. The test harness is used for upgrade testing, allowing verification that the operator can upgrade from various previous versions to newer ones. This addition enables testing upgrades involving the 3.3.1 operator release.
Changes:
- Added v331 directory with test data files (crds.yaml, install.yaml, stack.yaml) for ECK operator version 3.3.1
- Updated conf.yaml to register the new v331 test configuration with operatorVersion 3.3.1 and stackVersion 9.3.0
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| hack/upgrade-test-harness/conf.yaml | Adds v331 entry to test parameters with operator version 3.3.1 and stack version 9.3.0 |
| hack/upgrade-test-harness/testdata/v331/stack.yaml | Contains Elastic Stack resource definitions (Elasticsearch, Kibana, APM, Beat, Logstash, PackageRegistry) for version 9.3.0 |
| hack/upgrade-test-harness/testdata/v331/install.yaml | Contains ECK operator 3.3.1 installation manifests including RBAC, webhooks, and StatefulSet configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pkoutsovasilis
approved these changes
Feb 26, 2026
barkbay
requested changes
Feb 27, 2026
| securityContext: | ||
| runAsNonRoot: true | ||
| containers: | ||
| - image: "docker.elastic.co/eck-dev/eck-operator-mmontgomery:3.3.1-d2450229" |
Contributor
There was a problem hiding this comment.
Suggested change
| - image: "docker.elastic.co/eck-dev/eck-operator-mmontgomery:3.3.1-d2450229" | |
| - image: "docker.elastic.co/eck/eck-operator:3.3.1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the
conf.yamlto include the newv331directory, which contains test data from the3.3.1ECK release.