diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index d78e280eb6d..03b6232fd71 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -5,7 +5,7 @@ home: https://www.danswer.ai/ sources: - "https://github.com/danswer-ai/danswer" type: application -version: 0.2.0 +version: 0.2.1 appVersion: v0.5.10 dependencies: - name: postgresql diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index 56588150074..e203ebdf5f3 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -11,8 +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.1 -tagSuffix: stackhpc.2 +tagSuffix: stackhpc.3 zenithClient: iconUrl: https://raw.githubusercontent.com/danswer-ai/danswer/1fabd9372d66cd54238847197c33f091a724803b/Danswer.png diff --git a/web/src/app/admin/users/page.tsx b/web/src/app/admin/users/page.tsx index 0c258cd857c..bf86add743d 100644 --- a/web/src/app/admin/users/page.tsx +++ b/web/src/app/admin/users/page.tsx @@ -104,7 +104,7 @@ const UsersTables = ({ return ( <> - + {/* {invited.length > 0 ? ( finalInvited.length > 0 ? ( )} - + */} {
- + {/* */}