Commit Graph

40 Commits

Author SHA1 Message Date
TrueCharts Bot b50d875ce1
chore(deps): update container image tccr.io/truecharts/strapi to v4.14.5 (#13670) 2023-10-19 08:42:42 +02:00
TrueCharts Bot 4764fd56d1
chore(deps): update container image tccr.io/truecharts/strapi to v4.13.7 (#12821) 2023-09-22 02:54:17 +02:00
TrueCharts Bot cd9313477c
chore(deps): update container image tccr.io/truecharts/strapi to v4.13.6 (#12599) 2023-09-14 19:40:45 +02:00
TrueCharts Bot 0cca995440
chore(deps): update container image tccr.io/truecharts/strapi to v4.13.5 (#12545) 2023-09-13 08:37:57 +02:00
TrueCharts Bot a9ba2aa669
chore(deps): update container image tccr.io/truecharts/strapi to v4.13.3 (#12389) 2023-09-08 16:38:58 +02:00
TrueCharts Bot dfb2193aa0
chore(deps): update container image tccr.io/truecharts/strapi to v4.13.2 (#12352) 2023-09-07 19:41:58 +02:00
TrueCharts Bot 6cb5cff32d
chore(deps): update container image tccr.io/truecharts/strapi to v4.12.7 (#12072) 2023-08-31 07:41:18 +02:00
TrueCharts Bot 26faa375ae
chore(deps): update container image tccr.io/truecharts/strapi to v4.12.6 (#11908) 2023-08-26 14:31:24 +02:00
TrueCharts Bot 4069d5f0e3
chore(deps): update container image tccr.io/truecharts/strapi to v4.12.5 (#11670) 2023-08-18 19:37:45 +02:00
TrueCharts Bot c2436e2583
chore(deps): update container image tccr.io/truecharts/strapi to v4.12.4 (#11484) 2023-08-12 22:37:48 +02:00
TrueCharts Bot d01afdc88c
chore(deps): update container image tccr.io/truecharts/strapi to v4.12.1 (#11264) 2023-08-07 00:43:07 +02:00
TrueCharts Bot 21bf0efe12
chore(deps): update container image tccr.io/truecharts/strapi to v4.12.0 (#11040) 2023-07-30 13:37:56 +02:00
TrueCharts Bot c9626eeab6
chore(deps): update container image tccr.io/truecharts/strapi to v4.11.7 (#10708) 2023-07-21 19:34:57 +02:00
TrueCharts Bot 4156c02499
chore(deps): update container image tccr.io/truecharts/strapi to v4.11.5 (#10596) 2023-07-19 03:04:35 +02:00
TrueCharts Bot 12b51d295a
chore(deps): update container image tccr.io/truecharts/strapi to v4.11.4 (#10236) 2023-07-07 10:55:34 +02:00
TrueCharts Bot 2e4fd27c01
chore(deps): update container image tccr.io/truecharts/strapi to v4.11.2 (#9962) 2023-06-26 23:36:12 +02:00
TrueCharts Bot e963400930
chore(deps): update container image tccr.io/truecharts/strapi to v4.10.7 (#9533) 2023-06-09 16:37:26 +02:00
TrueCharts Bot 30f5ac7c29
chore(deps): update container image tccr.io/truecharts/strapi to v4.10.6 (#9254) 2023-05-29 08:40:35 +02:00
TrueCharts Bot 609a8be6bd
chore(deps): update container image tccr.io/truecharts/strapi to v4.10.5 (#8842) 2023-05-20 14:58:36 +02:00
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
Kjeld Schouten-Lebbing 0b726419d4
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900)
**Description**
Part 1 of the migration to new common on the stable train.
This basically breaks most/all charts requiring a reinstall on SCALE as
well.

Helm users shouldn't need a reinstall but could migrate their
values.yaml modification manually besides backing-up and porting the
databases.

There be Dragons basically, as we obviously cannot 100% go over
each-and-every single app in the stable train like we did in the
enterprise train.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Via CI and manually validation in a lot of cases where the CI did not
correctly check things.
Additional catalog item creation tooling for local testing has been
added as well.

**📃 Notes:**
There will be issues in the future but we should get as much working
well as we can.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-11 12:07:17 +02:00
TrueCharts-Admin 1e1596be0e chore(deps): update container image tccr.io/truecharts/strapi to v4.6.2 2023-02-23 06:25:33 +00:00
Xstar97TheNoob e93bdedf88
fix(strapi) add docs to build admin panel (#7369)
* fix(strapi) automatically build admin panel

* fix command and added docs

* replace init with args

* replace arg command

* remove initcontainer

* yarn strapi

* remove init and update docs.

* update docs

* remove extra args defaults

* fix test value

* remove comment

* add yarn run build initContainers

* update init initContainers

* update

* fix datbase host

* update

* update args

* update command

* replace npm with yarn

* remove init container

* update docs

* update word
2023-02-18 21:12:38 +01:00
TrueCharts-Admin c522236287 chore(deps): update container image tccr.io/truecharts/strapi to v4.6.1 2023-02-09 09:20:02 +00:00
TrueCharts-Admin fa5c55aa87 chore(deps): update container image tccr.io/truecharts/strapi to v4.6.0 2023-01-31 12:22:29 +00:00
TrueCharts-Admin 8c8dccafe6 chore(deps): update container image tccr.io/truecharts/strapi to v4.5.6 2023-01-16 00:31:10 +00:00
TrueCharts-Admin f5f104d980 chore(deps): update container image tccr.io/truecharts/strapi to v4.5.5 2022-12-30 15:20:44 +00:00
TrueCharts-Admin bb46b42e2a chore(deps): update container image tccr.io/truecharts/strapi to v4.5.4 2022-12-15 12:38:04 +00:00
TrueCharts-Admin 076654ad6f Update container image tccr.io/truecharts/strapi to v4.5.3 2022-12-01 06:14:07 +00:00
TrueCharts-Admin 0531544647 chore(deps): update container image tccr.io/truecharts/strapi to v4.5.2 2022-11-23 06:13:16 +00:00
TrueCharts-Admin d8b438dd56 chore(deps): update container image tccr.io/truecharts/strapi to v4.5.1 2022-11-17 17:15:45 +00:00
TrueCharts Bot ef199b08a4
chore(deps): update docker general non-major (#4394)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-12 19:30:16 +01:00
TrueCharts Bot fe752292ae
chore(deps): update docker general non-major (#4343)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* update repo

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-11-08 03:11:13 +02:00
Xstar97 7aa5cbb282
feat(strapi) change version to v4 (#4330)
* feat(strapi) change version to v4

* add secrets type correctly
2022-11-07 10:53:28 +01:00
Stavros Kois ac9cc7f736
chore(questions): replace questions parts with templates (#3402)
* chore(questions): replace port parts with templates

* chore(questions): replace controller parts with templates

* remove tons of whitespce

* remove quotes from strings on templates

* make complete controller an include

* default to recreate

* remove replica and strategies as it's covered from controllerStrtegies include

* remove whitespace again

* replace controllertype with include (deployment/daemonset/statefulset)

* replace advanced port part except targetport

* remove more quotes

* add hidden toggle of enable the port

* new includes

* update build script

* controller deploy/stateful/deamon template changes

* replace controllerStrategies with replicas, replica#, strategy, recreate

* move 2 templates into a subfolder

* remove quotes

* remove disabled portals from questions and defined them on values

* remove enabled portal from the questions and add it on values

* one more app

* Portal cleanup

* remove portal templates

* add more includes

* replace portal links

* move some templates in folders

* replace ingressRoot with template

* more grouping

* replace persistenceroot with template

* replace serviceExpertRoot

* replace serviceroot

* fix a rogue one

* vctRoot

* securityContext cleanup

* remove quotes from templates on string

* replace vctRoot

* replace advanedSecurityRoot

* replace podsecurity root

* Update .github/scripts/build-catalog.sh

* Update values.yaml

* remove dupe portal

* update build-release script

* fix paths

* fix apps with imageSelector

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 23:25:02 +02:00
TrueCharts Bot 97d5375359
chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00
TrueCharts Bot 7cb4367496
chore(deps): update docker general non-major (#3222)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-20 10:25:46 +02:00
Kjeld Schouten-Lebbing 5529c2a3af
refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00
Stavros Kois 2d331d15ca
chore(apps): remove TZ from values. (#1945)
* chore(apps): remove TZ from values.

* chore(apps): remove TZ from values.

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-03-03 10:44:21 +01:00
Stavros Kois 669abfd400
chore(strapi): Add NODE_ENV on GUI (#1808)
* chore(strapi): Add NODE_ENV on GUI

* also move to stable
2022-01-28 23:54:48 +01:00
Renamed from charts/incubator/strapi/values.yaml (Browse further)