blob: fdeaa62734b3414b043da2ab3eb044e23053ed56 [file] [log] [blame]
Zack Williamsbe542312022-06-23 21:51:32 -07001---
2# SPDX-FileCopyrightText: 2022 Open Networking Foundation <info@opennetworking.org>
3# SPDX-License-Identifier: Apache-2.0
4
5# These are the CORD specific helm charts
6
7- project:
8 name: helm-charts
9 project: '{name}'
10 project-regexp: '^{name}$'
11 branch-regexp: '{modern-branches-regexp}'
12
13 jobs:
14 - 'verify-licensed'
15 - 'tag-check'
16 - 'helm-lint':
17 branch-regexp: '{modern-branches-regexp}'
18 - 'version-tag'
19 - 'publish-helm-repo'
Joey Armstrongaf679da2023-01-31 14:22:41 -050020
21# [EOF]