Skip to content

Commit 09730c5

Browse files
authored
Update maintainer email. Add chart icon
* Add .helmignore * Add icon to chart directory
1 parent 39aec4b commit 09730c5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deployments/helm-chart/.helmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Patterns to ignore when building packages.
2+
*.png

deployments/helm-chart/Chart.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ name: nginx-ingress
22
version: 0.2.0
33
appVersion: 1.4.4
44
description: NGINX Ingress Controller
5+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v1.4.4/deployments/helm-chart/chart-icon.png
56
sources:
67
- https://github.com/nginxinc/kubernetes-ingress/tree/v1.4.4/deployments/helm-chart
78
keywords:
89
- ingress
910
- nginx
1011
maintainers:
11-
- name: Damian Curry
12-
13-
- name: Dean Coakley
14-
15-
12+
- name: NGINX Kubernetes Team
13+

deployments/helm-chart/chart-icon.png

7.97 KB
Loading

0 commit comments

Comments
 (0)