Files
truecharts/charts/stable/strapi/values.yaml
T
TrueCharts Bot 5b8b0efecc chore(deps): update container image tccr.io/truecharts/strapi to v4.10.1 (#8262)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/strapi](https://togithub.com/truecharts/containers)
| minor | `4.6.2` -> `4.10.1` |

---

### ⚠ 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjQuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-28 13:35:34 +02:00

58 lines
1.4 KiB
YAML

image:
repository: tccr.io/truecharts/strapi
tag: 4.10.1@sha256:62f46db2e4bbb464e4a6f0ce24263b03139056fbb548df319f31c0cc3f0cac73
pullPolicy: Always
service:
main:
ports:
main:
port: 1337
persistence:
data:
enabled: true
mountPath: /srv/app
# Enabled postgres
cnpg:
main:
enabled: true
user: strapi
database: strapi
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
DATABASE_CLIENT: postgres
DATABASE_PORT: 5432
DATABASE_NAME: "{{ .Values.cnpg.main.database }}"
DATABASE_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
DATABASE_USERNAME: "{{ .Values.cnpg.main.user }}"
DATABASE_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
# STRAPI_LICENSE
# PUBLIC_URL
NODE_ENV: development
STRAPI_DISABLE_UPDATE_NOTIFICATION: true
FAST_REFRESH: false
EXTRA_ARGS: ""
JWT_SECRET: my_jwt_secret
ADMIN_JWT_SECRET: my_admin_jwt_secret
APP_KEYS: '["keya", "keyb"]'