diff --git a/stable/strapi/8.0.29/app-changelog.md b/stable/strapi/8.0.29/app-changelog.md deleted file mode 100644 index 872cd92320b..00000000000 --- a/stable/strapi/8.0.29/app-changelog.md +++ /dev/null @@ -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. - - \ No newline at end of file diff --git a/stable/strapi/8.0.29/CHANGELOG.md b/stable/strapi/8.0.30/CHANGELOG.md similarity index 94% rename from stable/strapi/8.0.29/CHANGELOG.md rename to stable/strapi/8.0.30/CHANGELOG.md index e9df6892a81..9aa5f2d7f22 100644 --- a/stable/strapi/8.0.29/CHANGELOG.md +++ b/stable/strapi/8.0.30/CHANGELOG.md @@ -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 diff --git a/stable/strapi/8.0.29/Chart.yaml b/stable/strapi/8.0.30/Chart.yaml similarity index 97% rename from stable/strapi/8.0.29/Chart.yaml rename to stable/strapi/8.0.30/Chart.yaml index 63ba1faa14f..d07250e6495 100644 --- a/stable/strapi/8.0.29/Chart.yaml +++ b/stable/strapi/8.0.30/Chart.yaml @@ -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 diff --git a/stable/strapi/8.0.29/README.md b/stable/strapi/8.0.30/README.md similarity index 100% rename from stable/strapi/8.0.29/README.md rename to stable/strapi/8.0.30/README.md diff --git a/stable/strapi/8.0.30/app-changelog.md b/stable/strapi/8.0.30/app-changelog.md new file mode 100644 index 00000000000..297579c9d50 --- /dev/null +++ b/stable/strapi/8.0.30/app-changelog.md @@ -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) + diff --git a/stable/strapi/8.0.29/app-readme.md b/stable/strapi/8.0.30/app-readme.md similarity index 100% rename from stable/strapi/8.0.29/app-readme.md rename to stable/strapi/8.0.30/app-readme.md diff --git a/stable/strapi/8.0.29/charts/common-11.1.2.tgz b/stable/strapi/8.0.30/charts/common-11.1.2.tgz similarity index 100% rename from stable/strapi/8.0.29/charts/common-11.1.2.tgz rename to stable/strapi/8.0.30/charts/common-11.1.2.tgz diff --git a/stable/strapi/8.0.29/charts/postgresql-11.0.22.tgz b/stable/strapi/8.0.30/charts/postgresql-11.0.22.tgz similarity index 100% rename from stable/strapi/8.0.29/charts/postgresql-11.0.22.tgz rename to stable/strapi/8.0.30/charts/postgresql-11.0.22.tgz diff --git a/stable/strapi/8.0.29/ix_values.yaml b/stable/strapi/8.0.30/ix_values.yaml similarity index 77% rename from stable/strapi/8.0.29/ix_values.yaml rename to stable/strapi/8.0.30/ix_values.yaml index c0aca97e98c..aa5c0b8bcb3 100644 --- a/stable/strapi/8.0.29/ix_values.yaml +++ b/stable/strapi/8.0.30/ix_values.yaml @@ -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 diff --git a/stable/strapi/8.0.29/questions.yaml b/stable/strapi/8.0.30/questions.yaml similarity index 99% rename from stable/strapi/8.0.29/questions.yaml rename to stable/strapi/8.0.30/questions.yaml index 24283ce07a9..4040e1471f8 100644 --- a/stable/strapi/8.0.29/questions.yaml +++ b/stable/strapi/8.0.30/questions.yaml @@ -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. diff --git a/stable/strapi/8.0.29/templates/common.yaml b/stable/strapi/8.0.30/templates/common.yaml similarity index 100% rename from stable/strapi/8.0.29/templates/common.yaml rename to stable/strapi/8.0.30/templates/common.yaml diff --git a/stable/strapi/8.0.29/values.yaml b/stable/strapi/8.0.30/values.yaml similarity index 100% rename from stable/strapi/8.0.29/values.yaml rename to stable/strapi/8.0.30/values.yaml diff --git a/stable/strapi/item.yaml b/stable/strapi/item.yaml index 84e68e9201f..0add70ed529 100644 --- a/stable/strapi/item.yaml +++ b/stable/strapi/item.yaml @@ -1,4 +1,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png categories: -- media +- cms