Skip to content

Commit

Permalink
Fix app version tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 14, 2024
1 parent dcfc288 commit dbb65cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/charts/danswer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sources:
- "https://github.com/stackhpc/danswer"
type: application
version: 0.2.4-prerelease.1
appVersion: v0.12.0-stackhpc-prerelease.1
appVersion: v0.12.0
dependencies:
- name: postgresql
version: 14.3.1
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/charts/danswer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ appVersionOverride: # e.g "v0.3.93"
# tags to refer to downstream StackHPC-modified images.
# The full image ref will be:
# {{ image-name }}:{{ image-tag or appVersion }}-{{ tagSuffix }}
tagSuffix: stackhpc.4
tagSuffix: stackhpc-prerelease.1

zenithClient:
iconUrl: https://raw.githubusercontent.com/danswer-ai/danswer/1fabd9372d66cd54238847197c33f091a724803b/Danswer.png
Expand Down

0 comments on commit dbb65cc

Please sign in to comment.