Skip to content

Commit f3e7527

Browse files
fix: change k8s-manifest-default-branch (#266)
This PR changes default version of ta-automation-k8s-manifests to this tag: [v1.0.0](https://github.com/splunk/ta-automation-k8s-manifests/releases/tag/v1.0.0) Tested here: splunk/splunk-add-on-for-mysql#484 Co-authored-by: Artem Rys <rysartem@gmail.com>
1 parent 33276a4 commit f3e7527

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
@@ -17,7 +17,7 @@ on:
1717
required: false
1818
description: "branch for k8s manifests to run the tests on"
1919
type: string
20-
default: "main"
20+
default: "v1.0.0"
2121
secrets:
2222
GH_TOKEN_ADMIN:
2323
description: Github admin token

0 commit comments

Comments
 (0)