Skip to content

Commit

Permalink
fix: update k8s manifests version to fix Splunk deployments cleanup i…
Browse files Browse the repository at this point in the history
…n 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
  • Loading branch information
pawel-dabro authored Jan 21, 2025
1 parent 318781b commit 3197d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
required: false
description: "branch for k8s manifests to run the tests on"
type: string
default: "v3.2.0"
default: "fix/v3.2.0-add-indexes.conf"
scripted-inputs-os-list:
required: false
description: "list of OS used for scripted input tests"
Expand Down

0 comments on commit 3197d65

Please sign in to comment.