diff --git a/README.md b/README.md index 057cbc0..f35ad77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # vespa-helm-charts +Forked from https://github.com/unoplat/vespa-helm-charts. + This will house vespa helm charts. # Current Progress @@ -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 diff --git a/charts/vespa/CHANGELOG.md b/charts/vespa/CHANGELOG.md index dd60dce..9346eaa 100644 --- a/charts/vespa/CHANGELOG.md +++ b/charts/vespa/CHANGELOG.md @@ -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) diff --git a/charts/vespa/Chart.yaml b/charts/vespa/Chart.yaml index a958446..f7f9086 100644 --- a/charts/vespa/Chart.yaml +++ b/charts/vespa/Chart.yaml @@ -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" diff --git a/charts/vespa/values.yaml b/charts/vespa/values.yaml index 6c9e943..fd47eef 100644 --- a/charts/vespa/values.yaml +++ b/charts/vespa/values.yaml @@ -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: []