Skip to content

Commit f131636

Browse files
author
Vivek Reddy
committed
testing splunk 10.0.2
1 parent 72dc0e6 commit f131636

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ EKSCTL_VERSION=v0.215.0
88
EKS_CLUSTER_K8_VERSION=1.34
99
EKS_INSTANCE_TYPE=m5.2xlarge
1010
EKS_INSTANCE_TYPE_ARM64=c6g.4xlarge
11-
SPLUNK_ENTERPRISE_RELEASE_IMAGE=splunk/splunk:10.0.0
11+
SPLUNK_ENTERPRISE_RELEASE_IMAGE=splunk/splunk:10.0.2

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- develop
8+
- splunk-10-0-2
89
jobs:
910
check-formating:
1011
runs-on: ubuntu-latest

.github/workflows/int-test-azure-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- develop
66
- main
7+
- splunk-10-0-2
78
jobs:
89
build-operator-image:
910
runs-on: ubuntu-latest

.github/workflows/int-test-gcp-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- develop
77
- main
8+
- splunk-10-0-2
89
jobs:
910
build-operator-image:
1011
runs-on: ubuntu-latest

.github/workflows/int-test-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- develop
66
- main
77
- feature**
8+
- splunk-10-0-2
89
jobs:
910
build-operator-image:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)