updating chart description and readme

This commit is contained in:
Matheus Moraes
2022-03-04 14:33:47 -03:00
parent 950b598419
commit fecb3d8e91
3 changed files with 10 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
name: httpbin
description: Helm chart for install [httpbingo.org](https://httpbingo.org) on Kubernetes
description: Helm chart for install httpbingo.org on Kubernetes
type: application
version: 0.1.0
version: 0.1.1
appVersion: "v2.3.0"
keywords:
- httpbin

View File

@@ -1,6 +1,6 @@
# httpbin-chart
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.0](https://img.shields.io/badge/AppVersion-v2.3.0-informational?style=flat-square)
![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: v2.3.0](https://img.shields.io/badge/AppVersion-v2.3.0-informational?style=flat-square)
Helm chart for install [httpbingo.org](https://httpbingo.org) on Kubernetes
@@ -16,7 +16,9 @@ $ helm install httpbin matheusfm/httpbin
These commands deploy [httpbin](https://httpbingo.org) on the Kubernetes cluster in the default configuration.
The [Parameters](#parameters) section lists the parameters that can be configured during installation.
> **Tip:** List all releases using `helm list`
> **Tips:**
> - List all charts available in `matheusfm` repo using `helm search repo matheusfm`
> - List all releases using `helm list`
## Uninstalling the Chart

View File

@@ -4,7 +4,7 @@
{{ template "chart.badgesSection" . }}
{{ template "chart.description" . }}
Helm chart for install [httpbingo.org](https://httpbingo.org) on Kubernetes
## Installing the Chart
@@ -18,7 +18,9 @@ $ helm install httpbin matheusfm/{{ template "chart.name" . }}
These commands deploy [httpbin](https://httpbingo.org) on the Kubernetes cluster in the default configuration.
The [Parameters](#parameters) section lists the parameters that can be configured during installation.
> **Tip:** List all releases using `helm list`
> **Tips:**
> - List all charts available in `matheusfm` repo using `helm search repo matheusfm`
> - List all releases using `helm list`
## Uninstalling the Chart