Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

* CSPL-3673 - Github Issue #1157: Failed to install the operator - CRD metadata.annotations too long

* CSPL-3590 - DUE April 24: Vulnerability Fix: github.com/golang-jwt/jwt/v5, golang.org/x/net
* CSPL-3590 - Vulnerability Fix: github.com/golang-jwt/jwt/v5, golang.org/x/net

* CSPL-3674 - Github Readme Updates

* CSPL-3463 - Push RC images to private ECR repository

* CSPL-3499 - Fix Segmentation Fault in Splunk Operator Due to App Volume Name Change

* CSPL-3547 - Support Amazon Agamotto Appframework migration to manager-app
* CSPL-3547 - Support Appframework migration to manager-app

* CSPL-3529 - Disable ARM AL2023 tests for develop builds

Expand All @@ -30,9 +30,9 @@

* CSPL-3518 - Task for Github Issue #1211 Splunk Operator: Why force ClusterIP and ignore k8s default field in service template

* CSPL-3460 - DUE APRIL 5: Container Scan: Upgrade google.golang.org/grpc from v1.49.0 to 1.58.3, 1.57.1, 1.56.3 for splunk/splunk-operator
* CSPL-3460 - Container Scan: Upgrade google.golang.org/grpc from v1.49.0 to 1.58.3, 1.57.1, 1.56.3 for splunk/splunk-operator

* CSPL-3435 - Support Amazon Agomotto team with Migration (Bias language migration)
* CSPL-3435 - Support with Bias language migration

* CSPL-3434 - Update base image to ubi-minimal

Expand Down
2 changes: 1 addition & 1 deletion docs/Images.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Splunk Operator requires these docker images to be present or available to y
* `splunk/splunk-operator`: The Splunk Operator image built by this repository or the [official release](https://hub.docker.com/r/splunk/splunk-operator)
* `splunk/splunk:<version>`: The [Splunk Enterprise image](https://github.com/splunk/docker-splunk)

All of these images are publicly available, and published on [Docker Hub](https://hub.docker.com/). Starting with release 2.7.2, the base image for the released image is registry.access.redhat.com/ubi8/ubi-minimal, which minimizes security risks and reduces unneeded packages in the image. A released image based on the distroless base image is also available under the `-distroless` suffix tag on Docker Hub.
All of these images are publicly available, and published on [Docker Hub](https://hub.docker.com/). Starting with release 2.8.0, the base image for the released image is registry.access.redhat.com/ubi8/ubi-minimal, which minimizes security risks and reduces unneeded packages in the image. A released image based on the distroless base image is also available under the `-distroless` suffix tag on Docker Hub.

If your cluster does not have access to pull directly from Docker Hub, you will need to manually download and push these images to an accessible registry. You will also need to specify the location of these images by using an environment variable passed to the Operator, or by adding additional `spec` parameters to your
custom resource definition.
Expand Down
Loading