Skip to content

Commit 5fcc685

Browse files
CSPL-3964: Rebasing off of latest develop with golang upgrade changes as well as removing some uneccessary env vars added to the workflows.
1 parent efb8978 commit 5fcc685

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OPERATOR_SDK_VERSION=v1.42.0
2-
REVIEWERS=vivekr-splunk,rlieberman-splunk,patrykw-splunk,Igor-splunk,kasiakoziol,kubabuczak,gabrielm-splunk
2+
REVIEWERS=vivekr-splunk,rlieberman-splunk,patrykw-splunk,Igor-splunk,kasiakoziol,kubabuczak,gabrielm-splunk,minjieqiu,qingw-splunk
33
GO_VERSION=1.25.5
44
AWSCLI_URL=https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.8.6.zip
55
KUBECTL_VERSION=v1.29.1

.github/workflows/build-test-push-workflow.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
SPLUNK_OPERATOR_IMAGE_NAME: splunk/splunk-operator
6565
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
6666
S3_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
67-
SPLUNK_GENERAL_TERMS: --accept-sgt-current-at-splunk-com
6867
steps:
6968
- name: Set up cosign
7069
uses: sigstore/cosign-installer@main
@@ -123,7 +122,6 @@ jobs:
123122
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
124123
S3_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
125124
IMAGE_NAME: ${{ secrets.ECR_REPOSITORY }}/splunk/splunk-operator:${{ github.sha }}
126-
SPLUNK_GENERAL_TERMS: --accept-sgt-current-at-splunk-com
127125
steps:
128126
- name: Set up cosign
129127
uses: sigstore/cosign-installer@main
@@ -199,7 +197,6 @@ jobs:
199197
EKS_SSH_PUBLIC_KEY: ${{ secrets.EKS_SSH_PUBLIC_KEY }}
200198
CLUSTER_WIDE: "true"
201199
DEPLOYMENT_TYPE: ""
202-
SPLUNK_GENERAL_TERMS: --accept-sgt-current-at-splunk-com
203200
steps:
204201
- name: Chekcout code
205202
uses: actions/checkout@v2

0 commit comments

Comments
 (0)