Skip to content

Commit

Permalink
amend various readme's, fix app version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo-danswer committed Nov 7, 2024
1 parent e6cd74a commit de35760
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# vespa-helm-charts
Forked from https://github.com/unoplat/vespa-helm-charts.

This will house vespa helm charts.

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

### Installation
```
helm repo add vespa https://unoplat.github.io/vespa-helm-charts
helm repo add vespa https://danswer-ai.github.io/vespa-helm-charts
helm repo update
helm install unoplat-vespa vespa/vespa
helm install danswer-vespa vespa/vespa
```

# Changelog

https://github.com/unoplat/vespa-helm-charts/blob/main/charts/vespa/CHANGELOG.md
https://github.com/danswer-ai/vespa-helm-charts/blob/main/charts/vespa/CHANGELOG.md
2 changes: 2 additions & 0 deletions charts/vespa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [0.2.16] forked to danswer-ai, brought up to date to work with Danswer and helm chart testing

## [0.2.3](https://github.com/unoplat/vespa-helm-charts/compare/vespa-0.2.2...vespa-v0.2.3) (2024-05-07)


Expand Down
5 changes: 3 additions & 2 deletions charts/vespa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.16
version: 0.2.17

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"
# Update this also in values.yaml/image/tag
appVersion: "8.277.17"
1 change: 1 addition & 0 deletions charts/vespa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ image:
repository: vespa
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# Update this also in Chart.yaml/appVersion
tag: "8.277.17"

imagePullSecrets: []
Expand Down

0 comments on commit de35760

Please sign in to comment.