Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-02-18 20:15:57 +00:00
parent d0b7d09106
commit 152c05ee4a
13 changed files with 26 additions and 25 deletions

View File

@ -1,9 +0,0 @@
## [strapi-8.0.29](https://github.com/truecharts/charts/compare/strapi-8.0.28...strapi-8.0.29) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.

View File

@ -4,6 +4,11 @@
## [strapi-8.0.30](https://github.com/truecharts/charts/compare/strapi-8.0.29...strapi-8.0.30) (2023-02-18)
## [strapi-8.0.29](https://github.com/truecharts/charts/compare/strapi-8.0.28...strapi-8.0.29) (2023-02-10)
### Fix
@ -92,8 +97,3 @@
- update container image tccr.io/truecharts/strapi to v4.5.5
## [strapi-8.0.19](https://github.com/truecharts/charts/compare/strapi-8.0.18...strapi-8.0.19) (2022-12-27)
### Chore

View File

@ -25,9 +25,9 @@ sources:
- https://hub.docker.com/r/naskio/strapi
- https://truecharts.org/docs/charts/stable/strapi
- https://github.com/naskio/docker-strapi
version: 8.0.29
version: 8.0.30
annotations:
truecharts.org/catagories: |
- media
- cms
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,4 @@
## [strapi-8.0.30](https://github.com/truecharts/charts/compare/strapi-8.0.29...strapi-8.0.30) (2023-02-18)

View File

@ -12,12 +12,13 @@ podSecurityContext:
runAsGroup: 0
secretEnv:
JWT_SECRET: "my_jwt_secret"
ADMIN_JWT_SECRET: "my_admin_jwt_secret"
APP_KEYS: "my_app_keys"
JWT_SECRET: my_jwt_secret
ADMIN_JWT_SECRET: my_admin_jwt_secret
APP_KEYS: '["keya", "keyb"]'
env:
DATABASE_CLIENT: "postgres"
PORT: "{{ .Values.service.main.ports.main.port }}"
DATABASE_CLIENT: postgres
DATABASE_PORT: 5432
DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
DATABASE_HOST:
@ -30,7 +31,8 @@ env:
name: dbcreds
key: postgresql-password
# STRAPI_LICENSE
NODE_ENV: "production"
# PUBLIC_URL
NODE_ENV: development
STRAPI_DISABLE_UPDATE_NOTIFICATION: true
FAST_REFRESH: false
EXTRA_ARGS: ""
@ -40,17 +42,16 @@ service:
ports:
main:
port: 1337
targetPort: 1337
persistence:
data:
enabled: true
mountPath: "/srv/app"
mountPath: /srv/app
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
existingSecret: dbcreds
postgresqlUsername: strapi
postgresqlDatabase: strapi

View File

@ -139,6 +139,11 @@ questions:
description: Production
- value: development
description: Development
- variable: PUBLIC_URL
label: Public URL
schema:
type: string
default: ""
- variable: STRAPI_LICENSE
label: Strapi License
description: The license key to activate the Enterprise Edition.

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png
categories:
- media
- cms