Skip to content

Commit ec538cb

Browse files
authored
Merge pull request #68 from superstreamlabs/staging
Release 0.4.4
2 parents c021aa9 + 3000bc2 commit ec538cb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

charts/superstream/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type: application
2525
# This is the chart version. This version number should be incremented each time you make changes
2626
# to the chart and its templates, including the app version.
2727
# Versions are expected to follow Semantic Versioning (https://semver.org/)
28-
version: 0.4.3
28+
version: 0.4.4
2929
# This is the version number of the application being deployed. This version number should be
3030
# incremented each time you make changes to the application. Versions are not expected to
3131
# follow Semantic Versioning. They should reflect the version the application is using.

charts/superstream/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ nats:
3333
pvc:
3434
storageClassName: ""
3535
```
36+
3637
To deploy it, run the following:
3738
```bash
38-
helm repo add superstream https://k8s.superstream.dev/charts/ --force-update && helm install superstream superstream/superstream -f custom_values.yaml --create-namespace --namespace superstream --wait
39+
helm repo add superstream https://k8s.superstream.ai/ --force-update && helm install superstream superstream/superstream -f custom_values.yaml --create-namespace --namespace superstream --wait
3940
```
4041

4142
## Parameters

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3
1+
0.4.4

0 commit comments

Comments
 (0)