Files
truecharts/charts/stable/rsshub/values.yaml
TrueCharts Bot db2bf9f995 chore(deps): update container image diygod/rsshub to latest@6e38c9d by renovate (#18038)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `9e6f708` -> `6e38c9d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:34:22 +01:00

63 lines
1.7 KiB
YAML

image:
repository: diygod/rsshub
pullPolicy: IfNotPresent
tag: latest@sha256:6e38c9d275715216f17d91a101de6aa3e61e6293e290468ea704da48f3309805
browserlessImage:
repository: browserless/chrome
tag: 1.61.1-chrome-stable@sha256:efac47cfff3830d9a50b27d29f8bbb61949058ae336c823fbe9bd3c0d1debcc8
service:
main:
ports:
main:
port: 10191
# Enabled redis
redis:
enabled: true
redisUsername: default
additionalContainers:
browserless:
name: browserless
image: "{{ .Values.browserlessImage.repository }}:{{ .Values.browserlessImage.tag }}"
ports:
- containerPort: 3000
name: main
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
NODE_ENV: production
CACHE_TYPE: "redis"
PUPPETEER_WS_ENDPOINT: "ws://localhost:3000"
NODE_NAME: "{{ .Release.Name }}-{{ randAlphaNum 5 }}"
# User defined
# ALLOW_ORIGIN: ""
DISALLOW_ROBOT: false
TITLE_LENGTH_LIMIT: 150
REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url
HTTP_BASIC_AUTH_NAME: ""
HTTP_BASIC_AUTH_PASS: ""
BITBUCKET_USERNAME: ""
BITBUCKET_PASSWORD: ""
GITHUB_ACCESS_TOKEN: ""
GOOGLE_FONTS_API_KEY: ""
YOUTUBE_KEY: ""
TELEGRAM_TOKEN: ""
LASTFM_API_KEY: ""
updated: true