Skip to content

Commit 77fb316

Browse files
committed
Add chart icon and extra info
1 parent 415db03 commit 77fb316

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

charts/guacamole/Chart.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
apiVersion: v2
22
name: guacamole
33
description: A Helm chart for deploying Guacamole, a clientless remote desktop gateway that supports standard protocols like VNC, RDP, and SSH.
4-
4+
home: https://guacamole.apache.org/
5+
sources:
6+
- https://github.com/apache/guacamole-client
7+
- https://github.com/apache/guacamole-server
8+
icon: https://guacamole.apache.org/images/logos/guac-tricolor-logo.svg
59
# A chart can be either an 'application' or a 'library' chart.
610
#
711
# Application charts are a collection of templates that can be packaged into versioned archives
@@ -15,7 +19,7 @@ type: application
1519
# This is the chart version. This version number should be incremented each time you make changes
1620
# to the chart and its templates, including the app version.
1721
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
22+
version: 0.1.2
1923

2024
# This is the version number of the application being deployed. This version number should be
2125
# incremented each time you make changes to the application. Versions are not expected to

charts/guacamole/README.md

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

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.5](https://img.shields.io/badge/AppVersion-1.5.5-informational?style=flat-square)
3+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.5](https://img.shields.io/badge/AppVersion-1.5.5-informational?style=flat-square)
44

55
A Helm chart for deploying Apache Guacamole, a clientless remote desktop gateway that supports standard protocols like VNC, RDP and SSH.
66

0 commit comments

Comments
 (0)