Files
truecharts/charts/stable/libreddit/values.yaml
TrueCharts Bot 4f4955022c chore(deps): update container image tccr.io/truecharts/libreddit to latest (#8250)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/libreddit | digest | `0fef429` -> `9f3d232` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-27 15:42:30 +02:00

55 lines
1.7 KiB
YAML

image:
repository: tccr.io/truecharts/libreddit
tag: latest@sha256:9f3d2326e2479f341dd4a5fc31b91fa67ec79343eb04f3e766cabdcc61acd8ea
pullPolicy: IfNotPresent
libreddit:
theme: system
front_page: default
layout: card
post_sort: hot
comment_sort: confidence
wide: false
show_nsfw: false
use_hls: false
hide_hls_notification: false
autoplay_videos: false
service:
main:
ports:
main:
port: 10257
targetPort: 8080
configmap:
libreddit:
enabled: true
data:
LIBREDDIT_DEFAULT_THEME: "{{ .Values.libreddit.theme }}"
LIBREDDIT_DEFAULT_FRONT_PAGE: "{{ .Values.libreddit.front_page }}"
LIBREDDIT_DEFAULT_LAYOUT: "{{ .Values.libreddit.layout }}"
LIBREDDIT_DEFAULT_POST_SORT: "{{ .Values.libreddit.post_sort }}"
LIBREDDIT_DEFAULT_COMMENT_SORT: "{{ .Values.libreddit.comment_sort }}"
LIBREDDIT_DEFAULT_WIDE: '{{ ternary "on" "off" .Values.libreddit.wide }}'
LIBREDDIT_DEFAULT_SHOW_NSFW: '{{ ternary "on" "off" .Values.libreddit.show_nsfw }}'
LIBREDDIT_DEFAULT_USE_HLS: '{{ ternary "on" "off" .Values.libreddit.use_hls }}'
LIBREDDIT_DEFAULT_HIDE_HLS_NOTIFICATION: '{{ ternary "on" "off" .Values.libreddit.hide_hls_notification }}'
LIBREDDIT_DEFAULT_AUTOPLAY_VIDEOS: '{{ ternary "on" "off" .Values.libreddit.autoplay_videos }}'
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/settings"
readiness:
path: "/settings"
startup:
path: "/settings"
envFrom:
- configMapRef:
name: "libreddit"