Commit Graph

133 Commits

Author SHA1 Message Date
Stavros Kois
16fbffb961 fix(templates): move extraArgs from .Values.controller to .Values (#3447)
* fix(templates): move extraArgs from .Values.controller to .Values

* update questions

* whoops

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-12 10:40:46 +02:00
Stavros Kois
7cd258678f fix(docs): fix links (#3362)
* fix(docs): fix links

* update report to charts

* update some references from apps -> charts
2022-08-08 23:57:58 +02: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
Stavros Kois
7b1ffb0446 fix(chart-icons): move all chart-icons under hotlink-ok dir (#3373) 2022-08-01 20:54:37 +00:00
Stavros Kois
e93a6b1755 chore(ci): cleanup ci (#3366) 2022-07-31 20:27:36 +00:00
Stavros Kois
a10c0dffb8 fix(ci): remove go-yq check (#3364) 2022-07-31 19:15:36 +00:00
Stavros Kois
2f5f341454 fix(ci): use go-yq (#3351)
* migrato to python yq

* fix(ci): use go-yq

* only update sources if dep are installed

* bump dev container
2022-07-31 13:54:01 +03:00
Stavros Kois
b5f086e544 chore(ci): print yq version (#3345) 2022-07-29 17:03:35 +00:00
Stavros Kois
8ef157368e fix(ci): yq requires -y for in place changes (#3343)
* fix(ci): yq requires -y for in place changes

* fix cat
2022-07-29 15:57:35 +00:00
Stavros Kois
08db7259d7 feat(ci): autogen icon link and add some logging (#3341)
* feat(ci): autogen icon link and add some logging

* add some more logging for debugging

* some more

* add chartname on echo's
2022-07-29 16:13:18 +02:00
Stavros Kois
9a85dee993 feat(ci): Auto add/update/replace sources with TC git repo link (#3336)
* no need to quote the link

* auto add/replace/update source with tc git repo link
2022-07-29 02:17:37 +02:00
Stavros Kois
ca56d9bf3a chore(docs): auto update home on chart.yaml (#3335)
* chore(docs): auto update `home` on chart.yaml

* add comment
2022-07-28 22:39:13 +02:00
Kjeld Schouten-Lebbing
fab6f333d2 Update build-release.sh 2022-07-22 22:10:49 +02:00
Kjeld Schouten-Lebbing
d819ce4c1a Update build-release.sh 2022-07-22 18:07:34 +02:00
Kjeld Schouten-Lebbing
a90776b509 remove security generator here as well 2022-07-12 13:10:19 +02:00
Kjeld Schouten-Lebbing
6d39ae5838 fix(ci): remove depricated charts repos 2022-07-11 12:43:12 +02:00
Stavros Kois
e4e6f86d2c feat(custom-app): Add custom command UI (#2983)
* feat(custom-app): Add custom command UI

* give custom command it's own checkbox

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-27 11:38:05 +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
kjeld Schouten-Lebbing
b571ba7829 fix(ci): revert changes to old build-release script as it's still used for PR validation CI. 2022-04-01 12:38:15 +02:00
kjeld Schouten-Lebbing
d5891c186d Chore: remove unused/moved content and tweak release fetch-depth 2022-04-01 12:20:10 +02:00
kjeld Schouten-Lebbing
845ecd2231 feat(ci): split-off helm-prep and precommit 2022-04-01 11:45:11 +02:00
kjeld Schouten-Lebbing
cb1a493926 feat(ci): split docs generation from catalog generation 2022-04-01 10:12:38 +02:00
Kjeld Schouten-Lebbing
cb71a0592a Update build-release.sh 2022-03-30 14:48:04 +02:00
kjeld Schouten-Lebbing
acbfdd6a1c fix(ci): fix production tags that cannot be used in subshell 2022-03-30 13:53:09 +02:00
kjeld Schouten-Lebbing
d2ff4cfd37 fix(ci): fix production toggle of catalog CI 2022-03-30 13:38:31 +02:00
kjeld Schouten-Lebbing
a24a4d76c9 tweak a new release system 2022-03-30 12:26:37 +02:00
kjeld Schouten-Lebbing
9c3d2fc778 fix(ci): fix ci crashing when just testing 2022-03-30 11:23:46 +02:00
kjeld Schouten-Lebbing
8d515e8770 use rf 2022-03-30 00:33:56 +02:00
kjeld Schouten-Lebbing
9e6627dfb7 ok 2022-03-30 00:29:12 +02:00
kjeld Schouten-Lebbing
82677bdd31 different push tactic 2022-03-30 00:26:25 +02:00
kjeld Schouten-Lebbing
9cac02d99f try something else 2022-03-30 00:16:51 +02:00
kjeld Schouten-Lebbing
baeba545cb some changes 2022-03-30 00:12:11 +02:00
kjeld Schouten-Lebbing
d4d94808b2 move index.yaml to this repo (prepare to move website away) 2022-03-29 23:31:51 +02:00
Kjeld Schouten-Lebbing
ec0cbda00f Update build-release.sh 2022-03-29 23:22:16 +02:00
kjeld Schouten-Lebbing
6110c5d213 no message 2022-03-29 21:53:06 +02:00
kjeld Schouten-Lebbing
62afebf34e Tag here, upload elsewhere 2022-03-29 21:38:50 +02:00
kjeld Schouten-Lebbing
5bd9c77db9 ensure to default to charts not apps 2022-03-29 21:20:19 +02:00
kjeld Schouten-Lebbing
9b37fc4911 fix dhcatalog upload 2022-03-29 21:13:53 +02:00
kjeld Schouten-Lebbing
9132ac10d7 lets include git pushing into the ci system. 2022-03-29 21:07:40 +02:00
Kjeld Schouten-Lebbing
365238d5c8 Update build-release.sh 2022-03-26 15:22:16 +01:00
kjeld Schouten-Lebbing
0f6c8e9102 fix(ci): more helm repo-add fixes 2022-03-26 13:04:32 +01:00
kjeld Schouten-Lebbing
8df67a9f6b hmm 2022-03-17 10:54:05 +01:00
kjeld Schouten-Lebbing
4816189ea8 feat(ci): copy a docker-hub locked version to a seperate catalog repo for chinese users 2022-03-17 10:25:51 +01:00
Kjeld Schouten-Lebbing
4c5c3e5197 fix(Apps): BREAKING CHANGE Move some env-vars outside of env section (#2010)
* set TZ, PUID and UMASK differently

* more fixes

* this might be breaking so bump major

* ensure PUID and UMASK references are updated

* update test

* fiz references
2022-03-03 15:04:31 +01:00
Kjeld Schouten-Lebbing
5f50f730b1 feat(apps): add games train and two gameservers (#1839)
* feat(apps): add games train and two gameservers

* nightly ftw

* move to tccr

* whoops

* another whoops

* some cleanup

* setup impostor ci
2022-02-04 21:06:27 +01:00
kjeld Schouten-Lebbing
a2459c5890 Adding additional patch to RC2 hotpatcher 2022-01-14 12:49:12 +01:00
kjeld Schouten-Lebbing
58baafa5eb add rc2 patcher to website 2022-01-14 11:28:46 +01:00
kjeld Schouten-Lebbing
74a1b973db fix a scripting mistake 2022-01-14 11:24:36 +01:00
kjeld Schouten-Lebbing
05c62a8e18 add rc2 patching script with verbosity 2022-01-14 11:21:35 +01:00
kjeld Schouten-Lebbing
8cd5e41efd Add RC2 HotPatch 1 to tools 2022-01-14 11:14:28 +01:00