[PR #5410] [MERGED] Helm chart updates #5434

Closed
opened 2026-06-05 15:21:20 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5410
Author: @bustapipes
Created: 4/11/2026
Status: Merged
Merged: 4/11/2026
Merged by: @timothycarambat

Base: masterHead: helm-chart-updates


📝 Commits (3)

  • a2e68be move strategy to deployment spec
  • c5838f1 add optional httproute resource
  • 0e5cec6 Merge branch 'Mintplex-Labs:master' into helm-chart-updates

📊 Changes

3 files changed (+80 additions, -4 deletions)

View changed files

📝 cloud-deployments/helm/charts/anythingllm/templates/deployment.yaml (+4 -4)
cloud-deployments/helm/charts/anythingllm/templates/httproute.yaml (+38 -0)
📝 cloud-deployments/helm/charts/anythingllm/values.yaml (+38 -0)

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Relevant Issues

Description

  • 🐛 fix - strategy is part of Deployment spec.
Release "anythingllm" does not exist. Installing it now.
Error: failed to create typed patch object (anythingllm/anythingllm; apps/v1, Kind=Deployment): .spec.template.spec.strategy: field not declared in schema
  • feat - httproute resource support

Visuals (if applicable)

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • I have tested my code functionality
  • Docker build succeeds locally
Release "anythingllm" has been upgraded. Happy Helming!
NAME: anythingllm
LAST DEPLOYED: Fri Apr 10 19:24:32 2026
NAMESPACE: anythingllm
STATUS: deployed
REVISION: 3
DESCRIPTION: Upgrade complete
NOTES:
1. Get the application URL by running these commands:
  export POD_NAME=$(kubectl get pods --namespace anythingllm -l "app.kubernetes.io/name=anythingllm,app.kubernetes.io/instance=anythingllm" -o jsonpath="{.items[0].metadata.name}")
  export CONTAINER_PORT=$(kubectl get pod --namespace anythingllm $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
  echo "To access locally, run:"
  echo "  kubectl --namespace anythingllm port-forward $POD_NAME 8080:$CONTAINER_PORT"
  echo "Then visit http://127.0.0.1:8080"

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5410 **Author:** [@bustapipes](https://github.com/bustapipes) **Created:** 4/11/2026 **Status:** ✅ Merged **Merged:** 4/11/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `helm-chart-updates` --- ### 📝 Commits (3) - [`a2e68be`](https://github.com/Mintplex-Labs/anything-llm/commit/a2e68bea0b61e7ff8d92c7f2cabd922cc39f78a0) move strategy to deployment spec - [`c5838f1`](https://github.com/Mintplex-Labs/anything-llm/commit/c5838f1c06c31993713a6bf999e264fdb18f184c) add optional httproute resource - [`0e5cec6`](https://github.com/Mintplex-Labs/anything-llm/commit/0e5cec65a222ba1d4d9fed68b3a6b151d69081b4) Merge branch 'Mintplex-Labs:master' into helm-chart-updates ### 📊 Changes **3 files changed** (+80 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `cloud-deployments/helm/charts/anythingllm/templates/deployment.yaml` (+4 -4) ➕ `cloud-deployments/helm/charts/anythingllm/templates/httproute.yaml` (+38 -0) 📝 `cloud-deployments/helm/charts/anythingllm/values.yaml` (+38 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat (New feature) - [x] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [ ] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> ### Description <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> - 🐛 fix - strategy is part of Deployment spec. ``` Release "anythingllm" does not exist. Installing it now. Error: failed to create typed patch object (anythingllm/anythingllm; apps/v1, Kind=Deployment): .spec.template.spec.strategy: field not declared in schema ``` - ✨ feat - httproute resource support ### Visuals (if applicable) <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated (if applicable) - [x] I have tested my code functionality - [ ] Docker build succeeds locally ``` Release "anythingllm" has been upgraded. Happy Helming! NAME: anythingllm LAST DEPLOYED: Fri Apr 10 19:24:32 2026 NAMESPACE: anythingllm STATUS: deployed REVISION: 3 DESCRIPTION: Upgrade complete NOTES: 1. Get the application URL by running these commands: export POD_NAME=$(kubectl get pods --namespace anythingllm -l "app.kubernetes.io/name=anythingllm,app.kubernetes.io/instance=anythingllm" -o jsonpath="{.items[0].metadata.name}") export CONTAINER_PORT=$(kubectl get pod --namespace anythingllm $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") echo "To access locally, run:" echo " kubectl --namespace anythingllm port-forward $POD_NAME 8080:$CONTAINER_PORT" echo "Then visit http://127.0.0.1:8080" ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:20 -04:00
yindo closed this issue 2026-06-05 15:21:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5434