Skip to content

Commit

Permalink
ci: more descriptive release name for the Helm chart (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 5, 2021
1 parent 4a9a18b commit a47942d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd-chart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Charts
name: Release Chart

on:
push:
Expand Down Expand Up @@ -30,3 +30,4 @@ jobs:
charts_repo_url: https://charts.mercure.rocks
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CD
name: Release Hub

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-chart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Test Charts
name: Lint and Test Chart

on: pull_request

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Lint and Test Hub

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion charts/mercure/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: mercure
description: The Mercure hub allows to push data updates using the Mercure protocol to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way
description: 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.
home: https://mercure.rocks
icon: https://mercure.rocks/static/logo.svg
sources:
Expand Down

0 comments on commit a47942d

Please sign in to comment.