Skip to content

Commit 3197d65

Browse files
authored
fix: update k8s manifests version to fix Splunk deployments cleanup in CI (#356)
### Description This fixes a problem with cleaning up Splunk deployments after tests running in CI. The actual fix is in `ta-automation-k8s-manifests` and in this change we're using the fixed version. Example workflows with working cleanups: https://github.com/splunk/splunk-add-on-for-cisco-ucs/actions/runs/12882841443 https://github.com/splunk/splunk-add-on-for-mysql/actions/runs/12882838665
1 parent 318781b commit 3197d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939
required: false
4040
description: "branch for k8s manifests to run the tests on"
4141
type: string
42-
default: "v3.2.0"
42+
default: "fix/v3.2.0-add-indexes.conf"
4343
scripted-inputs-os-list:
4444
required: false
4545
description: "list of OS used for scripted input tests"

0 commit comments

Comments
 (0)