Splunk Operator 3.1.1 release - #1880
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8f19e6a855
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| fieldPath: metadata.annotations['olm.targetNamespaces'] | ||
| - name: RELATED_IMAGE_SPLUNK_ENTERPRISE | ||
| value: docker.io/splunk/splunk:10.2.0 | ||
| value: docker.io/splunk/splunk:splunk/splunk:10.4.0 |
There was a problem hiding this comment.
Correct the duplicated Splunk image reference
For OLM installations that use the default RELATED_IMAGE_SPLUNK_ENTERPRISE, this value is not a valid container reference because it contains an additional repository and tag fragment after the first colon. The operator will propagate it to managed Splunk pods, whose image pulls will fail with an invalid-reference error; use docker.io/splunk/splunk:10.4.0 here and in relatedImages instead.
Useful? React with 👍 / 👎.
| - https://splunk.github.io/splunk-operator/splunk-enterprise-3.1.1.tgz | ||
| version: 3.1.1 | ||
| - apiVersion: v2 | ||
| appVersion: 3.1.1 |
There was a problem hiding this comment.
Preserve version 3.1.0 in the Helm index
For users installing or rolling back with --version 3.1.0, the regenerated index no longer contains that version even though both 3.1.0 archives remain in docs/. Instead, their former entries were rewritten to 3.1.1, creating duplicate 3.1.1 entries whose stale digests do not match the referenced 3.1.1 archives; this removes pinned 3.1.0 resolution and leaves potentially conflicting metadata for the latest release in both chart sections.
Useful? React with 👍 / 👎.
Automated Pull Request for Splunk Operator Release 3.1.1