This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/quassel-core](https://togithub.com/linuxserver/docker-quassel-core/packages) ([source](https://togithub.com/linuxserver/docker-quassel-core)) | digest | `2a7a351` -> `630df16` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
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:630df16267b42c362b496c1745f72b914a99f98f06a719a888c38856931e4da2
|
|
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
|