Skip to content

Commit

Permalink
Default to ghcr backend and web images in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Aug 30, 2024
1 parent 18f49af commit 53eabbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ nginx:
webserver:
replicaCount: 1
image:
repository: danswer/danswer-web-server
repository: ghcr.io/stackhpc/danswer/danswer-web-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag:
Expand Down Expand Up @@ -187,7 +187,7 @@ webserver:
api:
replicaCount: 1
image:
repository: danswer/danswer-backend
repository: ghcr.io/stackhpc/danswer/danswer-backend
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag:
Expand Down

0 comments on commit 53eabbf

Please sign in to comment.