Files
truecharts/charts/stable/nocodb/values.yaml
T
TrueCharts BotandGitHub d5199c7c81 fix(deps): update container image nocodb/nocodb to v0.202.8 (#15160)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nocodb/nocodb | patch | `0.202.7` -> `0.202.8` |

---

> [!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-->
2023-11-20 21:29:03 +01:00

72 lines
1.8 KiB
YAML

image:
repository: nocodb/nocodb
tag: 0.202.8@sha256:317d521c0e84147a877a140dc2293eb26c335c972416cd31fddc1d43491240d4
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/dashboard"
readiness:
path: "/dashboard"
startup:
path: "/dashboard"
envFrom:
- configMapRef:
name: configmap
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
# User Defined
NC_PUBLIC_URL: "http://localhost:10226"
NC_DISABLE_TELE: true
DISABLE_SPLASH_SCREEN: false
NC_JWT_EXPIRES_IN: "10h"
NC_INVITE_ONLY_SIGNUP: false
NC_DISABLE_CACHE: false
NC_DISABLE_ERR_REPORT: true
NC_REQUEST_BODY_SIZE: "1MB"
NC_EXPORT_MAX_TIMEOUT: 5000
NC_SENTRY_DSN: ""
NC_REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url
NC_AUTH_JWT_SECRET:
secretKeyRef:
name: secrets
key: NC_AUTH_JWT_SECRET
AWS_ACCESS_KEY_ID: ""
AWS_SECRET_ACCESS_KEY: ""
AWS_BUCKET: ""
AWS_BUCKET_PATH: ""
service:
main:
ports:
main:
port: 10226
persistence:
data:
enabled: true
mountPath: "/usr/app/data"
cnpg:
main:
enabled: true
user: nocodb
database: nocodb
redis:
enabled: true
redisUsername: default
portal:
open:
enabled: true