Skip to content

Commit 3811f14

Browse files
committed
helm: Pass ct lint.
1 parent 4aac655 commit 3811f14

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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

kubernetes/chart/zulip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zulip
22

3-
![Version: 0.11.4](https://img.shields.io/badge/Version-0.11.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.4-0](https://img.shields.io/badge/AppVersion-11.4--0-informational?style=flat-square)
3+
![Version: 0.11.41](https://img.shields.io/badge/Version-0.11.41-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.4-0](https://img.shields.io/badge/AppVersion-11.4--0-informational?style=flat-square)
44

55
[Zulip](https://zulip.com/) is an open source threaded team chat that helps teams stay productive and focused.
66

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)