Files
truecharts/charts/stable/signal-cli-rest-api/values.yaml
T
TrueCharts Bot 3efc7044c6 feat(signal-cli-rest-api): update image docker.io/bbernhard/signal-cli-rest-api 0.97 → 0.98 (#45937)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bbernhard/signal-cli-rest-api | minor | `5fcb8e8` →
`c51c117` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2lnbmFsLWNsaS1yZXN0LWFwaSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-03-11 01:53:49 +01:00

56 lines
1.5 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/bbernhard/signal-cli-rest-api
pullPolicy: IfNotPresent
tag: 0.98@sha256:c51c117d030d051f0cf2ef17f2cb135f1301810f9526a224be67daded8f272d6
service:
main:
ports:
main:
port: 8080
workload:
main:
podSpec:
containers:
main:
env:
MODE: normal ## normal, native or json-rpc ### json-rpc, will not work because of "start-stop-daemon: matching only on non-root pidfile /var/run/supervisord.pid is insecure"
# AUTO_RECEIVE_SCHEDULE: 0 5 * * * ## cron schedule expressions
# DEFAULT_SIGNAL_TEXT_MODE: normal ## normal or styled
# LOG_LEVEL: info ## debug, info, warn, error
# SWAGGER_HOST:
# SWAGGER_IP: "{{ .Values.service.main.loadBalancerIP }}"
# SWAGGER_USE_HTTPS_AS_PREFERRED_SCHEME:
SIGNAL_CLI_UID: 568
SIGNAL_CLI_GID: 568
PORT: "{{ .Values.service.main.ports.main.port }}"
probes:
liveness:
path: /v1/health
readiness:
path: /v1/health
startup:
path: /v1/health
persistence:
config:
enabled: true
targetSelector:
main:
main:
mountPath: /home/.local/share/signal-cli
securityContext:
container:
runAsUser: 0
runAsGroup: 0
readOnlyRootFilesystem: false
resources:
requests:
cpu: 25m
limits:
cpu: 250m