File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ Ensure that MongoDB and Kafka services are running and retrieve the connection U
25
25
26
26
1 . ** Add the Sparrow Helm Repository** (if hosted externally):
27
27
``` 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
29
29
helm repo update
30
30
```
31
31
32
32
2 . ** Install the Chart** :
33
33
Replace ` <namespace> ` with your desired namespace (e.g., ` sparrow-dev ` ).
34
34
35
35
``` bash
36
- helm install sparrow-api sparrow-api/sparrow-api --namespace < namespace>
36
+ helm upgrade -- install sparrow-api sparrow-api/sparrow-api --namespace < namespace>
37
37
```
38
38
39
39
### Configuring MongoDB and Kafka URLs
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.1
18
+ version : 0.1.2
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
You can’t perform that action at this time.
0 commit comments