This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/atuinsh/atuin | minor | `8c6fa0a` -> `80b3aed` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
54 lines
1.1 KiB
YAML
54 lines
1.1 KiB
YAML
image:
|
|
repository: ghcr.io/atuinsh/atuin
|
|
pullPolicy: IfNotPresent
|
|
tag: v18.5.0@sha256:80b3aed8b82ba9974c614cf54071f05424e2b9937172c493079d67d7d647e4b1
|
|
|
|
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
|