Files
truecharts/charts/stable/atuin/values.yaml
T
TrueCharts Bot 113315e1a4 chore(deps): update container image ghcr.io/atuinsh/atuin to v18.2.0@b3fe389 by renovate (#21611)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/atuinsh/atuin | minor | `v18.1.0` -> `v18.2.0` |

---

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

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:00:21 +02:00

58 lines
1.1 KiB
YAML

image:
repository: ghcr.io/atuinsh/atuin
pullPolicy: IfNotPresent
tag: v18.2.0@sha256:b3fe3891ca5d08d0846aaba98b2bc0683cbc1e6f08d4952326d123b7da481b68
securityContext:
container:
runAsUser: 1000
runAsGroup: 1000
service:
main:
ports:
main:
protocol: http
port: 8888
atuin:
open_registration: false
workload:
main:
podSpec:
containers:
main:
args:
- server
- start
env:
ATUIN_HOST: 0.0.0.0
ATUIN_PORT: "{{ .Values.service.main.ports.main.port }}"
ATUIN_OPEN_REGISTRATION: "{{ .Values.atuin.open_registration }}"
ATUIN_CONFIG_DIR: /config
ATUIN_DB_URI:
secretKeyRef:
name: cnpg-main-urls
key: std
ATUIN_DB_USERNAME: "{{ .Values.cnpg.main.user }}"
ATUIN_DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
persistence:
config:
enabled: true
mountPath: "/config"
cnpg:
main:
enabled: true
user: atuin
database: atuin
portal:
open:
enabled: false