Skip to content

Commit

Permalink
ci: fix helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jul 12, 2021
1 parent 5e6ca45 commit 57823ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/mercure/Chart.yaml
Expand Up @@ -12,8 +12,8 @@ keywords:
- streaming-api
- async-api
type: application
version:
appVersion: "v"
version: 0.12.0
appVersion: "v0.12.0"
maintainers:
- name: dunglas
email: kevin@dunglas.fr
Expand Down
2 changes: 1 addition & 1 deletion charts/mercure/README.md
@@ -1,6 +1,6 @@
# Mercure Chart for Kubernetes

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

A Helm chart to install a Mercure Hub in a Kubernetes cluster. Mercure is a protocol to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way.

Expand Down

0 comments on commit 57823ed

Please sign in to comment.