92c9a91b1e
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cloudreve/cloudreve | patch | `9b08083` -> `70debed` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/cloudreve/cloudreve
|
|
tag: 4.10.1@sha256:70debed86997389b00624d0ac2fe25ecbaca8dbe444157c6660bc93ca940cc9d
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
CR_CONF_Database.Type: postgres
|
|
CR_CONF_Database.Host: "{{ .Values.cnpg.main.creds.host }}"
|
|
CR_CONF_Database.User: "{{ .Values.cnpg.main.user }}"
|
|
CR_CONF_Database.Name: "{{ .Values.cnpg.main.database }}"
|
|
CR_CONF_Database.Password: "{{ .Values.cnpg.main.creds.password }}"
|
|
CR_CONF_Database.Port: 5432
|
|
CR_CONF_Redis.Server: '{{ .Values.redis.creds.plain | trimAll "\"" }}:6379'
|
|
CR_CONF_Redis.User: "{{ .Values.redis.redisUsername }}"
|
|
CR_CONF_Redis.Password: "{{ .Values.redis.creds.redisPassword }}"
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/cloudreve/data"
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5212
|
|
targetPort: 5212
|
|
redis:
|
|
enabled: true
|
|
redisUsername: default
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: cloudreve
|
|
database: cloudreve
|