Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm: Update helm manifest to address user raised issues #267

Merged
merged 6 commits into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. helm: Update tei/teirerank version and args

    - Upgrade image version to cpu-1.5
    
    - Add parameter to handling long retrievals
    
    Fix issue opea-project#233. Partial of opea-project#231.
    
    Signed-off-by: Lianhao Lu <[email protected]>
    lianhao committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    183ce59 View commit details
    Browse the repository at this point in the history
  2. helm: use versioned image

    Fix bug opea-project#190
    
    Signed-off-by: Lianhao Lu <[email protected]>
    lianhao committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9f5b4d6 View commit details
    Browse the repository at this point in the history
  3. helm test: Add retry mechanism in helm test

    Some container images doesn't have a very robust health check mechanism
    which will cause helm test failing in connecting even with health check
    is passed. Add the retry mechanism in all helm test to avoid sporadic
    connection failure in helm test.
    
    Signed-off-by: Lianhao Lu <[email protected]>
    lianhao committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b914225 View commit details
    Browse the repository at this point in the history
  4. helm e2e: Add nodeSelector/toleration/affinity

    Related to issue opea-project#218
    
    Signed-off-by: Lianhao Lu <[email protected]>
    lianhao committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8f3e06b View commit details
    Browse the repository at this point in the history
  5. ui:rename ui to chatqna-ui

    Also use specific image version instead of latest.
    
    Signed-off-by: Lianhao Lu <[email protected]>
    lianhao committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f1defed View commit details
    Browse the repository at this point in the history
  6. helm: automatically populate default endpoints into no_proxy

    Automatically popluate the default endpoint into no_proxy if proxy is
    set.
    
    If users specify the endpoints with their own value, it won't be
    populated into no_proxy, because we can't assume the user specified
    endpoints should be accessed through proxy.
    
    Fix issue opea-project#225.
    
    Signed-off-by: Lianhao Lu <[email protected]>
    lianhao committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b5da32a View commit details
    Browse the repository at this point in the history