File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# vespa-helm-charts
2
+ Forked from https://github.com/unoplat/vespa-helm-charts .
3
+
2
4
This will house vespa helm charts.
3
5
4
6
# Current Progress
@@ -7,11 +9,11 @@ This will house vespa helm charts.
7
9
8
10
### Installation
9
11
```
10
- helm repo add vespa https://unoplat .github.io/vespa-helm-charts
12
+ helm repo add vespa https://danswer-ai .github.io/vespa-helm-charts
11
13
helm repo update
12
- helm install unoplat -vespa vespa/vespa
14
+ helm install danswer -vespa vespa/vespa
13
15
```
14
16
15
17
# Changelog
16
18
17
- https://github.com/unoplat /vespa-helm-charts/blob/main/charts/vespa/CHANGELOG.md
19
+ https://github.com/danswer-ai /vespa-helm-charts/blob/main/charts/vespa/CHANGELOG.md
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.16] forked to danswer-ai, brought up to date to work with Danswer and helm chart testing
4
+
3
5
## [ 0.2.3] ( https://github.com/unoplat/vespa-helm-charts/compare/vespa-0.2.2...vespa-v0.2.3 ) (2024-05-07)
4
6
5
7
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ 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.2.16
18
+ version : 0.2.17
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
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.16.0"
24
+ # Update this also in values.yaml/image/tag
25
+ appVersion : " 8.277.17"
Original file line number Diff line number Diff line change 9
9
repository : vespa
10
10
pullPolicy : IfNotPresent
11
11
# Overrides the image tag whose default is the chart appVersion.
12
+ # Update this also in Chart.yaml/appVersion
12
13
tag : " 8.277.17"
13
14
14
15
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments