This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/quassel-core](https://togithub.com/linuxserver/docker-quassel-core) | digest | `16489c2` -> `6b6b6c8` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy42MS40IiwidXBkYXRlZEluVmVyIjoiMzcuNjEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
image:
|
|
repository: ghcr.io/linuxserver/quassel-core
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.14.0@sha256:6b6b6c8f56d15718fb4e0d2e1768a8ed4d655a700ac22712a44b151002d1523f
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 4242
|
|
port: 4242
|
|
ident:
|
|
enabled: true
|
|
ports:
|
|
ident:
|
|
enabled: true
|
|
targetPort: 10113
|
|
port: 10113
|
|
persistence:
|
|
varrun:
|
|
enabled: true
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: quassel-core
|
|
database: quassel-core
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
env:
|
|
DB_BACKEND: "PostgreSQL"
|
|
DB_PGSQL_USERNAME: "{{ .Values.cnpg.main.user }}"
|
|
DB_PGSQL_DATABASE: "{{ .Values.cnpg.main.database }}"
|
|
DB_PGSQL_PORT: 5432
|
|
AUTH_AUTHENTICATOR: "Database"
|
|
RUN_OPTS: "--config-from-environment"
|
|
DB_PGSQL_PASSWORD:
|
|
secretKeyRef:
|
|
name: cnpg-main-user
|
|
key: password
|
|
DB_PGSQL_HOSTNAME:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: host
|