Skip to content

Commit de35760

Browse files
committed
amend various readme's, fix app version
1 parent e6cd74a commit de35760

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# vespa-helm-charts
2+
Forked from https://github.com/unoplat/vespa-helm-charts.
3+
24
This will house vespa helm charts.
35

46
# Current Progress
@@ -7,11 +9,11 @@ This will house vespa helm charts.
79

810
### Installation
911
```
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
1113
helm repo update
12-
helm install unoplat-vespa vespa/vespa
14+
helm install danswer-vespa vespa/vespa
1315
```
1416

1517
# Changelog
1618

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

charts/vespa/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [0.2.16] forked to danswer-ai, brought up to date to work with Danswer and helm chart testing
4+
35
## [0.2.3](https://github.com/unoplat/vespa-helm-charts/compare/vespa-0.2.2...vespa-v0.2.3) (2024-05-07)
46

57

charts/vespa/Chart.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ 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.2.16
18+
version: 0.2.17
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
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# 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"

charts/vespa/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ image:
99
repository: vespa
1010
pullPolicy: IfNotPresent
1111
# Overrides the image tag whose default is the chart appVersion.
12+
# Update this also in Chart.yaml/appVersion
1213
tag: "8.277.17"
1314

1415
imagePullSecrets: []

0 commit comments

Comments
 (0)