Skip to content

fix(ai): incorrect GPU resource format in values.yaml, support bundle…#135

Closed
danc094codetogether wants to merge 1 commit intodevfrom
5544-Fix-Invalid-GPU-Resource-Value-in-values.yaml
Closed

fix(ai): incorrect GPU resource format in values.yaml, support bundle…#135
danc094codetogether wants to merge 1 commit intodevfrom
5544-Fix-Invalid-GPU-Resource-Value-in-values.yaml

Conversation

@danc094codetogether
Copy link
Contributor

@danc094codetogether danc094codetogether commented Jun 25, 2025

Fixes #136

  • Added support for setting CT_HQ_OLLAMA_AI_API_KEY, CT_HQ_OLLAMA_AI_URL, and CT_HQ_OLLAMA_AI_MODEL_NAME env vars in deployment.yaml
  • Resolved an issue with incorrect GPU resource format in values.yaml (gpu: false is now removed or properly set as a quantity like gpu: "1" when needed)

…d and external AI modes via CT_HQ envs

- Added support for setting CT_HQ_OLLAMA_AI_API_KEY, CT_HQ_OLLAMA_AI_URL, and CT_HQ_OLLAMA_AI_MODEL_NAME env vars
in deployment.yaml
- Resolved an issue with incorrect GPU resource format in values.yaml (`gpu: false` is now removed or properly set
as a quantity like `gpu: "1"` when needed)
@wgalanciak
Copy link
Contributor

Splitted this PR into 2: #137 and #138

@wgalanciak wgalanciak closed this Jun 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix invalid GPU resource value in values.yaml

3 participants