Skip to content

Commit 22b86d7

Browse files
[chore] updating Splunk matrix to use latest Splunk versions (#2008)
* updating splunk matrix to use latest Splunk versions * updating versions
1 parent 5a24edf commit 22b86d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/functional_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
sleep 1;
9696
done
9797
# set splunk version, hec_token, splunk password in k8s-splunk.yaml file
98-
sed -i "s/splunk:9.3.0/splunk:${SPLUNK_VERSION}/g" ci_scripts/k8s-splunk.yml
98+
sed -i "s/splunk:9.4.4/splunk:${SPLUNK_VERSION}/g" ci_scripts/k8s-splunk.yml
9999
sed -i "s/value: helloworld/value: ${CI_SPLUNK_PASSWORD}/g" ci_scripts/k8s-splunk.yml
100100
sed -i "s/value: 00000000-0000-0000-0000-0000000000000/value: ${CI_SPLUNK_HEC_TOKEN}/g" ci_scripts/k8s-splunk.yml
101101
cat ci_scripts/k8s-splunk.yml

ci-matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"v1.31.10"
1212
],
1313
"splunk_version": [
14-
"9.3.0",
15-
"8.2.9"
14+
"9.4.4",
15+
"8.2.12"
1616
]
1717
},
1818
"functional_test_v2": {

ci_scripts/k8s-splunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
runAsGroup: 0
6767
containers:
6868
- name: splunk
69-
image: docker.io/splunk/splunk:9.3.0
69+
image: docker.io/splunk/splunk:9.4.4
7070
ports:
7171
- name: web-interface
7272
containerPort: 8000

0 commit comments

Comments
 (0)