c7a530a063
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 ([#​238](https://redirect.github.com/traggo/server/issues/238) via [#​241](https://redirect.github.com/traggo/server/issues/241)) - Fix "delete tag" failing when another user has a tag with the same name ([#​238](https://redirect.github.com/traggo/server/issues/238) via [#​241](https://redirect.github.com/traggo/server/issues/241)) - Fix crashes/error messages of some endpoints when the user isn't authenticated ([#​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==-->
37 lines
746 B
YAML
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"
|