Skip to content

Commit eb224b6

Browse files
committed
helm: Pass ct lint.
1 parent eee988f commit eb224b6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

kubernetes/chart/zulip/Chart.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ description: Zulip is an open source threaded team chat that helps teams stay pr
33
name: zulip
44
type: application
55
icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zulip-icon-square.svg
6+
maintainers:
7+
- name: zulip
8+
url: https://chat.zulip.org/
69
## This is the chart version. This version number should be
710
## incremented each time you make changes to the chart and its
811
## templates, including the app version. Versions are expected to
912
## follow Semantic Versioning (https://semver.org/)
10-
version: 0.11.4
13+
version: 0.11.41
1114

1215
## This is the version number of the application being deployed. This
1316
## version number should be incremented each time you make changes to

lintconf.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
# This is consumed by `yamllint`, which is run by `ct lint`
3+
rules:
4+
comments:
5+
min-spaces-from-content: 1 # Due to prettier: https://github.com/prettier/prettier/pull/10926

0 commit comments

Comments
 (0)