Files
infrastructure/clusters/cl01tl/helm/whodb/values.yaml
Renovate Bot 344fb096a9
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 24s
renovate / renovate (push) Has been cancelled
chore(deps): update dependency clidey/whodb to v0.93.0 (#4024)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.92.0` → `0.93.0` |

---

### Release Notes

<details>
<summary>clidey/whodb (clidey/whodb)</summary>

### [`v0.93.0`](https://github.com/clidey/whodb/releases/tag/0.93.0)

[Compare Source](https://github.com/clidey/whodb/compare/0.92.0...0.93.0)

- Import functionality for both SQL scripts and Excel/CSV!
- Chat History to go back into previous chats and allow creating new chats without losing context
- Suggested queries in Chat are now schema based
- Total Count is sorted everywhere (Explore Storage Unit Scratchpad, Standalone Scratchpad, Chat)
- Up key on Chat should toggle through history all the way to a new chat
- Dependency updates

#### Installation

##### Mac App Store

[Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536)

##### Microsoft Store

[Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6)

##### Snap Store

```bash
sudo snap install whodb
```

[View on Snapcraft](https://snapcraft.io/whodb)

##### Docker

```bash
docker pull clidey/whodb:0.93.0
docker pull clidey/whodb:latest
```

##### Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

#### Documentation

- [Documentation](https://docs.whodb.com)
- [Report Issues](https://github.com/clidey/whodb/issues)

#### Upgrade Notes

To upgrade from a previous version:

- **Docker**: Pull the latest image and restart your container
- **Snap**: Run `sudo snap refresh whodb`
- **Desktop Apps**: Download and install the new version

***

#### What's Changed

- Import functionality by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;797](https://github.com/clidey/whodb/pull/797)
- Bump the "all-docker" group with 1 updates across multiple ecosystems by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;801](https://github.com/clidey/whodb/pull/801)
- feat(core,frontend): add AI chat pages and smart titles by [@&#8203;hkdeman](https://github.com/hkdeman) in [#&#8203;803](https://github.com/clidey/whodb/pull/803)
- Bump tar from 7.4.3 to 7.5.7 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;806](https://github.com/clidey/whodb/pull/806)
- Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;807](https://github.com/clidey/whodb/pull/807)
- Bump preact from 10.26.9 to 10.28.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;808](https://github.com/clidey/whodb/pull/808)

**Full Changelog**: <https://github.com/clidey/whodb/compare/0.92.0...0.93.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #4024
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-02-16 22:19:58 +00:00

51 lines
1.1 KiB
YAML

whodb:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
containers:
main:
image:
repository: clidey/whodb
tag: 0.93.0
pullPolicy: IfNotPresent
env:
- name: WHODB_OLLAMA_HOST
value: ollama-server-2.ollama
- name: WHODB_OLLAMA_PORT
value: 11434
resources:
requests:
cpu: 10m
memory: 256Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 8080
protocol: TCP
route:
main:
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- whodb.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: whodb
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /