Files
truecharts/charts/stable/nocodb/values.yaml
T
TrueCharts BotandGitHub 143f860e1d chore(helm): update image docker.io/nocodb/nocodb 0.264.7 → 0.264.8 (#39699)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/nocodb/nocodb | patch | `9a5a8f8` -> `6691bcb` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-18 12:49:11 +02:00

69 lines
1.8 KiB
YAML

image:
repository: docker.io/nocodb/nocodb
tag: 0.264.8@sha256:6691bcbd5b87aa88d22e5842f9e94c3360427f76200484606f79a0d8262e165b
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