Skip to content

Commit

Permalink
📝 Add icon to chart
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
  • Loading branch information
mhkarimi1383 committed Nov 26, 2024
1 parent e3469dc commit 936d027
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/haproxy-redis-sentinel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: v2
name: haproxy-redis-sentinel
description: A Helm chart for HAProxy with Redis Sentinel
version: 0.0.18
version: 0.0.20
appVersion: "0.0.10"
icon: https://raw.githubusercontent.com/ParminCloud/haproxy-redis-sentinel/master/docs/icon.png
sources:
- https://github.com/ParminCloud/haproxy-redis-sentinel
maintainers:
Expand Down
6 changes: 5 additions & 1 deletion charts/haproxy-redis-sentinel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# haproxy-redis-sentinel

![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.9](https://img.shields.io/badge/AppVersion-0.0.9-informational?style=flat-square)
<p align="center" width="100%">
<img width="33%" src="https://raw.githubusercontent.com/ParminCloud/haproxy-redis-sentinel/master/docs/icon.png">
</p>

![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.10](https://img.shields.io/badge/AppVersion-0.0.10-informational?style=flat-square)

A Helm chart for HAProxy with Redis Sentinel

Expand Down
5 changes: 5 additions & 0 deletions charts/haproxy-redis-sentinel/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{{ template "chart.header" . }}

<p align="center" width="100%">
<img width="33%" src="https://raw.githubusercontent.com/ParminCloud/haproxy-redis-sentinel/master/docs/icon.png">
</p>

{{ template "chart.deprecationWarning" . }}

{{ template "chart.badgesSection" . }}
Expand Down

0 comments on commit 936d027

Please sign in to comment.