Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 90e12ee

Browse files
committed
add chart config to circleci
1 parent bf7e90f commit 90e12ee

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.circleci/config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
version: 2.1
2+
3+
orbs:
4+
helm: banzaicloud/[email protected]
5+
26
jobs:
37
build:
48
docker:
@@ -90,3 +94,20 @@ workflows:
9094
ci:
9195
jobs:
9296
- build
97+
98+
helm-chart:
99+
jobs:
100+
- helm/lint-chart:
101+
chart-path: charts/kafka-operator
102+
filters:
103+
tags:
104+
ignore: /.*/
105+
106+
- helm/publish-chart:
107+
context: helm
108+
chart-path: charts/kafka-operator
109+
filters:
110+
branches:
111+
ignore: /.*/
112+
tags:
113+
only: /chart\/kafka-operator\/\d+.\d+.\d+/

0 commit comments

Comments
 (0)