diff --git a/.env b/.env index 81e1253f2..9d59fde8e 100644 --- a/.env +++ b/.env @@ -1,9 +1,9 @@ OPERATOR_SDK_VERSION=v1.28.1 -REVIEWERS=pdhanoya-splunk,smohan-splunk,sgontla,gaurav-splunk,jryb,vivekr-splunk,kumarajeet +REVIEWERS=smohan-splunk,sgontla,gaurav-splunk,vivekr-splunk,kumarajeet GO_VERSION=1.19.2 AWSCLI_URL=https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.8.6.zip KUBECTL_VERSION=v1.28.0 AZ_CLI_VERSION=2.30.0 EKSCTL_VERSION=v0.143.0 EKS_CLUSTER_K8_VERSION=1.26 -SPLUNK_ENTERPRISE_RELEASE_IMAGE=docker.io/splunk/splunk:9.1.1 \ No newline at end of file +SPLUNK_ENTERPRISE_RELEASE_IMAGE=splunk/splunk:9.1.1 diff --git a/.github/workflows/int-test-azure-workflow.yml b/.github/workflows/int-test-azure-workflow.yml index f4e8d1451..8ea1f6c85 100644 --- a/.github/workflows/int-test-azure-workflow.yml +++ b/.github/workflows/int-test-azure-workflow.yml @@ -34,8 +34,8 @@ jobs: uses: azure/docker-login@v1 with: login-server: ${{ secrets.AZURE_ACR_LOGIN_SERVER }} - username: ${{ secrets.AZURE_CREDENTIALS_CLIENT_ID }} - password: ${{ secrets.AZURE_CREDENTIALS_CLIENT_SECRET }} + username: ${{ secrets.AZURE_ACR_DOCKER_USERNAME }} + password: ${{ secrets.AZURE_ACR_DOCKER_PASSWORD }} - name: Make Splunk Operator Image run: | make docker-build IMG=${{ secrets.AZURE_ACR_LOGIN_SERVER }}/${{ env.SPLUNK_OPERATOR_IMAGE_NAME }}:$GITHUB_SHA @@ -171,8 +171,8 @@ jobs: uses: azure/docker-login@v1 with: login-server: ${{ secrets.AZURE_ACR_LOGIN_SERVER }} - username: ${{ secrets.AZURE_CREDENTIALS_CLIENT_ID }} - password: ${{ secrets.AZURE_CREDENTIALS_CLIENT_SECRET }} + username: ${{ secrets.AZURE_ACR_DOCKER_USERNAME }} + password: ${{ secrets.AZURE_ACR_DOCKER_PASSWORD }} - name: Pull Splunk Operator Image Locally run: | docker pull ${{ secrets.AZURE_ACR_LOGIN_SERVER }}/${{ env.SPLUNK_OPERATOR_IMAGE_NAME }}:$GITHUB_SHA diff --git a/docs/ChangeLog.md b/docs/ChangeLog.md index 304620000..8158453e6 100644 --- a/docs/ChangeLog.md +++ b/docs/ChangeLog.md @@ -4,9 +4,9 @@ * This is the 2.4.0 release. The Splunk Operator for Kubernetes is a supported platform for deploying Splunk Enterprise with the prerequisites and constraints laid out [here](https://github.com/splunk/splunk-operator/blob/main/docs/README.md#prerequisites-for-the-splunk-operator) -* CSPL-2481: fixed splunk operator usage examples +* CSPL-2481: Fixed splunk operator usage examples -* CSPL-2399: fixed issue where pods are being stucked in Terminating state +* CSPL-2399: Fixed issue where pods are being stucked in Terminating state * CSPL-2482: Documents updates related to splunk-ansible @@ -24,7 +24,7 @@ * Git-1223: Fixed an issue in Storage Class for splunk operator helm chart -* Git-1151: fixed indexer deletion in upgrade scenario +* Git-1151: Fixed indexer deletion in upgrade scenario * Fixed auth proxy service selector labels diff --git a/docs/README.md b/docs/README.md index 019c1d02f..dc10853ae 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ Review the [Change Log](ChangeLog.md) page for a history of changes in each rele ## Prerequisites for the Splunk Operator -Please check [release notes](https://github.com/splunk/splunk-operator/releases) for support matrix +Please check [release notes](https://github.com/splunk/splunk-operator/releases) for supportability matrix ## Platform recommendations diff --git a/kuttl/kuttl-test-helm.yaml b/kuttl/kuttl-test-helm.yaml index c52694b26..1e4ee55b6 100644 --- a/kuttl/kuttl-test-helm.yaml +++ b/kuttl/kuttl-test-helm.yaml @@ -3,8 +3,8 @@ apiVersion: kuttl.dev/v1beta1 kind: TestSuite testDirs: - ./kuttl/tests/helm -parallel: 3 -timeout: 5000 +parallel: 1 +timeout: 7000 startKIND: false artifactsDir: kuttl-artifacts kindNodeCache: false