Skip to content

Commit f801bb8

Browse files
updated readme.md file []
1 parent 80880c4 commit f801bb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Ensure that MongoDB and Kafka services are running and retrieve the connection U
2525

2626
1. **Add the Sparrow Helm Repository** (if hosted externally):
2727
```bash
28-
helm repo add sparrow-api https://helm-chart-url
28+
helm repo add sparrow-api https://sparrowapp-dev.github.io/Sparrow-api-helm-chart
2929
helm repo update
3030
```
3131

3232
2. **Install the Chart**:
3333
Replace `<namespace>` with your desired namespace (e.g., `sparrow-dev`).
3434

3535
```bash
36-
helm install sparrow-api sparrow-api/sparrow-api --namespace <namespace>
36+
helm upgrade --install sparrow-api sparrow-api/sparrow-api --namespace <namespace>
3737
```
3838

3939
### Configuring MongoDB and Kafka URLs

charts/sparrow-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
18+
version: 0.1.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)