Skip to content

Commit

Permalink
fix readme template (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
bueti authored Aug 3, 2023
1 parent 9bd44b6 commit e198885
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 4 additions & 3 deletions charts/kafka-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: v2
name: kafka-proxy
version: 0.2.10
version: 0.2.11
appVersion: 0.3.6
description: Deploying the grepplabs kafka-proxy as a StatefulSet with a GKE LoadBalancer
description: This chart installs [kafka-proxy](https://github.com/grepplabs/kafka-proxy). The Kafka Proxy is based on the idea of Cloud SQL Proxy. It allows a service to connect to Kafka brokers without having to deal with SASL/PLAIN authentication and SSL certificates.

home: https://github.com/grepplabs/kafka-proxy
sources:
- https://github.com/grepplabs/kafka-proxy
Expand All @@ -14,7 +15,7 @@ keywords:
- kafka-proxy
annotations:
artifacthub.io/changes: |
- "[internal] New Build Process"
- "fix readme title"
artifacthub.io/images: |
- name: kafka-proxy
image: grepplabs/kafka-proxy:0.3.6
8 changes: 3 additions & 5 deletions charts/kafka-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# PromLens
# kafka-proxy

![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![AppVersion: 0.3.6](https://img.shields.io/badge/AppVersion-0.3.6-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg) [![License](https://img.shields.io/github/license/ricardo-ch/helm-charts)](https://github.com/ricardo-ch/helm-charts/blob/main/LICENSE)
![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![AppVersion: 0.3.6](https://img.shields.io/badge/AppVersion-0.3.6-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg) [![License](https://img.shields.io/github/license/ricardo-ch/helm-charts)](https://github.com/ricardo-ch/helm-charts/blob/main/LICENSE)

This chart installs [kafka-proxy](https://github.com/grepplabs/kafka-proxy).

The Kafka Proxy is based on the idea of Cloud SQL Proxy. It allows a service to connect to Kafka brokers without having to deal with SASL/PLAIN authentication and SSL certificates.
This chart installs [kafka-proxy](https://github.com/grepplabs/kafka-proxy). The Kafka Proxy is based on the idea of Cloud SQL Proxy. It allows a service to connect to Kafka brokers without having to deal with SASL/PLAIN authentication and SSL certificates.

## Helm Chart

Expand Down
6 changes: 2 additions & 4 deletions charts/kafka-proxy/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# PromLens
# {{ template "chart.name" . }}

{{ template "chart.deprecationWarning" . }}

{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg) [![License](https://img.shields.io/github/license/ricardo-ch/helm-charts)](https://github.com/ricardo-ch/helm-charts/blob/main/LICENSE)

This chart installs [kafka-proxy](https://github.com/grepplabs/kafka-proxy).

The Kafka Proxy is based on the idea of Cloud SQL Proxy. It allows a service to connect to Kafka brokers without having to deal with SASL/PLAIN authentication and SSL certificates.
{{ template "chart.description" . }}

## Helm Chart

Expand Down

0 comments on commit e198885

Please sign in to comment.