Files
truecharts/charts/stable/traggo/values.yaml
T
TrueCharts Bot c7a530a063 fix(traggo): update image docker.io/traggo/server 0.8.2 → 0.8.3 (#45693)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/traggo/server](https://redirect.github.com/traggo/server) |
patch | `b2c4b5b` → `8bf5107` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>traggo/server (docker.io/traggo/server)</summary>

###
[`v0.8.3`](https://redirect.github.com/traggo/server/releases/tag/v0.8.3)

[Compare
Source](https://redirect.github.com/traggo/server/compare/v0.8.2...v0.8.3)

- Fix "rename tag" renaming tags from other users
([#&#8203;238](https://redirect.github.com/traggo/server/issues/238) via
[#&#8203;241](https://redirect.github.com/traggo/server/issues/241))
- Fix "delete tag" failing when another user has a tag with the same
name
([#&#8203;238](https://redirect.github.com/traggo/server/issues/238) via
[#&#8203;241](https://redirect.github.com/traggo/server/issues/241))
- Fix crashes/error messages of some endpoints when the user isn't
authenticated
([#&#8203;241](https://redirect.github.com/traggo/server/issues/241))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHJhZ2dvIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-03-01 16:51:50 +01:00

37 lines
746 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/traggo/server
pullPolicy: IfNotPresent
tag: 0.8.3@sha256:8bf510774ce1729b5bd9a8930e174de03ebec8c25ca4aaa087c0e56e2bcbb67a
traggo:
username: admin
password: admin
pass_strength: 10
log_level: info
service:
main:
ports:
main:
protocol: http
port: 12117
persistence:
config:
enabled: true
mountPath: /opt/traggo/data
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
readiness:
type: http
startup:
type: http
envFrom:
- secretRef:
name: "secret"