From c6092c6f89da9ba2787edfa1552f10e2c04509cc Mon Sep 17 00:00:00 2001 From: brian shore Date: Fri, 12 Aug 2022 13:13:34 -0700 Subject: [PATCH] Add stanza to ci.hcl to trigger helm pipeline (#1398) --- .release/ci.hcl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.release/ci.hcl b/.release/ci.hcl index 403ed13212..1506406aa4 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -251,3 +251,16 @@ event "promote-production-packaging" { on = "always" } } + +event "promote-production-helm" { + depends = ["promote-production-packaging"] + action "promote-production-helm" { + organization = "hashicorp" + repository = "crt-workflows-common" + workflow = "promote-production-helm" + } + + notification { + on = "always" + } +}