Skip to content

Commit

Permalink
chore: Release Pulse v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebay committed Sep 22, 2023
1 parent 9d23fbe commit 2432cce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main
- helm-repo
paths:
- 'charts/**'

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions charts/pulse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ home: https://www.mezmo.com
icon: https://app.mezmo.com/assets/img/mz-logo-square-128.png
description: A Helm chart for deploying Mezmo Pulse
type: application
appVersion: "1.9.1"
version: 0.1.0
appVersion: "1.16.0"
version: 0.2.0
maintainers:
- name: Mezmo
email: help@mezmo.com
2 changes: 1 addition & 1 deletion charts/pulse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Quickstart

```sh
helm install pulse . \
helm install pulse mezmo/pulse \
--namespace <MY_NAMESPACE> \
--set mezmoApiAccessToken=<MEZMO_API_ACCESS_TOKEN> \
--set service.sourcePorts.start=<START_PORT> \
Expand Down

0 comments on commit 2432cce

Please sign in to comment.