truecharts-bot
3164170f20
chore: Auto-update chart README [skip ci]
2022-07-13 08:08:47 +00:00
TrueCharts Bot and GitHub
dcefa8c86f
chore(deps): update docker general non-major ( #3157 )
...
* chore(deps): update docker general non-major
* Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
2022-07-13 10:04:01 +02:00
Stavros Kois and GitHub
e1fa71cb5e
chore(apps): update some last icons ( #3160 )
...
* chore(apps): update some last icons
* add more ignored works in spellcheck
* add some docs
2022-07-13 09:42:29 +03:00
truecharts-bot
cdbd858b79
chore: Auto-update chart README [skip ci]
2022-07-13 05:46:17 +00:00
35d6eb56ef
fix variable value on lancache-monolithic ( #3158 )
...
* update CACHE_INDEX_SIZE field
its current value is invalid, it should be 500m or min "250m" NOT 3560d. I must have miss this value by accident.
* bump
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2022-07-13 08:44:11 +03:00
truecharts-bot
df6198a4dd
chore: Auto-update chart README [skip ci]
2022-07-13 05:29:05 +00:00
de44f43055
feat(lancache-dns): Add lancache-dns ( #3154 )
...
* feat(lancache-dns): Add lancache-dns
* apply some changes
* remove IP ovedrrides
* whops
* differrent separator
* comment out some vars
Co-authored-by: Stavros kois <s.kois@outlook.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2022-07-13 08:26:37 +03:00
truecharts-bot
de793efc3e
chore: Auto-update chart README [skip ci]
2022-07-12 23:19:47 +00:00
Kjeld Schouten-Lebbing
b47799c065
chore(charts): bump to cleanup old docs and use correct icon urls
2022-07-13 00:43:13 +02:00
Stavros Kois and GitHub
27b742a9ff
chore(apps): update icons ( #3156 )
...
* chore(apps): update icons
* bump everything
2022-07-13 00:42:35 +02:00
truecharts-bot
6e5db5c103
chore: Auto-update chart README [skip ci]
2022-07-12 21:13:53 +00:00
Kjeld Schouten-Lebbing
061a7ec7e4
chore(charts): bump to regenerate documentation
2022-07-12 22:41:34 +02:00
truecharts-bot
1b5231f8ab
chore: Auto-update chart README [skip ci]
2022-07-12 18:58:45 +00:00
TrueCharts Bot and GitHub
09e7d55ca8
chore(deps): update helm general non-major helm releases ( #3147 )
2022-07-12 20:25:00 +02:00
truecharts-bot
e60f307b77
chore: Auto-update chart README [skip ci]
2022-07-12 17:38:10 +00:00
TrueCharts Bot and GitHub
c05b04fa14
chore(deps): update docker general non-major ( #3150 )
2022-07-12 19:35:43 +02:00
bd5c76e0fa
feat(lancache-monolithic): Add lancache-monolithic ( #3143 )
...
* feat(monolithic): Add monolithic
* removed whitespaces for comments
* update values.yaml
* removed comments
* update env variables
* update env
* update chart.yaml
* bump common version to 10.4.4
* update monolithic files
* update questions.yaml
* rreverted to root user
* update chart.yaml
* bump common version to 10.4.4
* Upgrade common lib (#3138 )
* chore(apps): move icons into the apps folder (#3139 )
* chore(apps): move icons into the apps folder
* rename to `icon.png`
* replace solr image
* remove `docs/` from gitignore
* move app specific docs into app folder [skip ci]
* fix some links
* chore(apps): update image links temporary
* chore(deps): update helm chart common to v10.4.3 (#3137 )
* chore: Auto-update chart README [skip ci]
* chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140 )
* chore(docs): apply some linting
* chore(docs): add markdownlint and cpell config files
* remove duplicate key
* add extension recommendation
* update cspell
* Bump common lib in postgresql (#3141 )
* chore: Auto-update chart README [skip ci]
* Update README.md.gotmpl
* Delete CONFIG.md.gotmpl
* Update README.md.gotmpl
* fix(ubooquity): make root fs writable (#3142 )
* chore: Auto-update chart README [skip ci]
* bump all the things to rerender images/docs and remove unused config.md files
* removed comments
* chore: Auto-update chart README [skip ci]
* update env variables
* update env
* update chart.yaml
* bump common version to 10.4.4
* update monolithic files
* update questions.yaml
* rreverted to root user
* update chart.yaml
* bump common version to 10.4.4
* remove env's that should not be changed
* remove dns ports as this image does not need them
* Update gui and test rootless
* test rootless
* root but rofs
* rofs false
* rename app
* Update charts/incubator/lancache-monolithic/questions.yaml
Co-authored-by: Michael Schnerring <3743342+schnerring@users.noreply.github.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: TrueCharts Bot <bot@truecharts.org >
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl >
Co-authored-by: Stavros kois <s.kois@outlook.com >
2022-07-12 19:20:16 +02:00
b5d381d276
feat(plausible): Add Plausible Analytics ( #3055 )
...
* Add Chart.yaml
* Add Plausible secret
* Add initial {questions,values}.yaml
* Insert final newline in common.yaml
* Add SECRET_KEY_BASE to env vars
* Add database env vars
* Move DB secrets to secretEnv
* Add Google Search Integration vars
* Add Mailer/SMTP Setup settings
* Add Postmark mailer options
* Fix tpl error
* Fix secret syntax error
* Fix default values
* Move env/secretEnv to ConfigMap/Secret templates
* Fix variable refs in env tpl
* Fix DATABASE_URL value
* Quote all env var values
* Add init container
* Split initContainer into installContainer/UpgradeContainer
* Add ClickHouse dependency [no ci]
* Set CLICKHOUSE_DATABASE_URL env var [no ci]
* Upgrade chart dependencies
* Change service port
* Upgrade common chart dependency
* Set required value ADMIN_USER_EMAIL
* Set readOnlyRootFilesystem: false
* Set runAsUser/runAsGroup: 1000
* Add probes
* Override container command
* Add LOG_LEVEL env var
* Use common lib 10.3.1
* Upgrade Chart.yaml dependencies
* Upgrade clickhouse dependency
* add icon
* Upgrade chart dependencies
* Upgrade postgres chart dependency
* Read .data instead of .stringData
* Reset log level to warn
* Update charts/incubator/plausible/questions.yaml
* Update charts/incubator/plausible/Chart.yaml
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2022-07-12 17:17:35 +00:00
Kjeld Schouten-Lebbing
5f986353f9
remove security scan data from Helm Chart
2022-07-12 13:05:28 +02:00
truecharts-bot
c8d2a333b0
chore: Auto-update chart README [skip ci]
2022-07-11 22:15:42 +00:00
Kjeld Schouten-Lebbing
153415cbc7
bump all the things to rerender images/docs and remove unused config.md files
2022-07-11 23:35:47 +02:00
Stavros Kois and GitHub
3007303db7
chore(docs): add markdownlint and cpell config files (and apply some linting) ( #3140 )
...
* chore(docs): apply some linting
* chore(docs): add markdownlint and cpell config files
* remove duplicate key
* add extension recommendation
* update cspell
2022-07-11 21:13:45 +02:00
truecharts-bot
b20a5d1fef
chore: Auto-update chart README [skip ci]
2022-07-11 16:16:23 +00:00
Stavros Kois and GitHub
4ad582d87f
chore(apps): move icons into the apps folder ( #3139 )
...
* chore(apps): move icons into the apps folder
* rename to `icon.png`
* replace solr image
* remove `docs/` from gitignore
* move app specific docs into app folder [skip ci]
* fix some links
* chore(apps): update image links temporary
2022-07-11 17:09:18 +02:00
Michael Schnerring and GitHub
93e4ea646d
Upgrade common lib ( #3138 )
2022-07-11 16:36:04 +02:00
truecharts-bot
96c8808bed
chore: Auto-update chart README [skip ci]
2022-07-11 11:14:35 +00:00
b9d31bce1d
feat(mineOS): add mineOS ( #3127 )
...
* feat(mineOS): add mineOS
* remove extra ports in mineos
* update mineos
* update mineos questions.yaml
* changed name from mineos to mineos-node
* update mineos
* update mineos and add env variables
* add new lines
* removed whitespace before service variable.
* Update Chart.yaml
* update mineos
* remove line from Chart.yaml
* Update charts/incubator/mineos/values.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* revert values.yaml image back to dockerhub
* Update charts/incubator/mineos/values.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* Update charts/incubator/mineos/values.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2022-07-11 13:12:10 +02:00
truecharts-bot
9c987b0e99
chore: Auto-update chart README [skip ci]
2022-07-11 10:52:16 +00:00
c9f0a6e51c
Upgrade common lib ( #3136 )
...
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl >
2022-07-11 12:47:25 +02:00
Stavros Kois and GitHub
9321a99938
chore(apps): update image refs ( #3135 )
2022-07-11 12:45:12 +02:00
truecharts-bot
ed30b05be9
chore: Auto-update chart README [skip ci]
2022-07-11 09:46:51 +00:00
93d2bd4bc6
chore(deps): update docker general non-major ( #3128 )
...
* chore(deps): update docker general non-major
* Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl >
2022-07-11 11:42:12 +02:00
bbe06eae51
fix(clickhouse): Fix ClickHouse upstream repo ( #3134 )
...
* Fix ClickHouse upstream repo
* Change image repo to our mirror
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2022-07-11 11:41:45 +02:00
truecharts-bot
0c4b419a52
chore: Auto-update chart README [skip ci]
2022-07-10 10:51:49 +00:00
truecharts-bot
aba2aa0a7c
chore: Auto-update chart README [skip ci]
2022-07-10 09:39:22 +00:00
TrueCharts Bot and GitHub
dfe021f145
chore(deps): update docker general non-major ( #3115 )
...
* chore(deps): update docker general non-major
* Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
2022-07-10 11:36:21 +02:00
50516db10b
feat(clickhouse): Add ClickHouse ( #3060 )
...
* Add {Chart,templates/common}.yaml
* Add {questions,values}.yaml
* Add config.d PVC mounts
* Remove types from probes
* Add custom probes
* Add exec to probes
* Remove loops from probes
* Use HTTP probes
* Update charts/incubator/clickhouse/values.yaml
* Revert "Update charts/incubator/clickhouse/values.yaml"
This reverts commit 6f680bff5afae43ff26e01761e59ab29dc1bb799.
* Use HTTP probe
* Disable startup probe
* Update charts/incubator/clickhouse/values.yaml
* Add reference to docs regarding Linux capabilities
* Test different probe timings
* Fix linting errors
* Make root fs writable
* Cleanup
* Disable optional capabilities for advanced ClickHouse features
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl >
2022-07-10 11:33:51 +02:00
truecharts-bot
5c38d66f09
chore: Auto-update chart README [skip ci]
2022-07-10 09:24:42 +00:00
Stavros Kois and GitHub
a4b896dabf
fix(apps): revert combine ports ( #3119 )
...
* Revert "chore(apps): combine some ports"
This reverts commit 6c3a74ab81c77e49a7a115f991862ba920092d51.
* Revert "lints"
This reverts commit b7f3ef949e26b4c4593b69dc2e910ff9dada932f.
* bumps
2022-07-10 11:21:55 +02:00
truecharts-bot
673f0dafc3
chore: Auto-update chart README [skip ci]
2022-07-09 20:27:18 +00:00
338d2469fc
chore(deps): update helm general non-major helm releases ( #3113 )
...
* chore(deps): update helm general non-major helm releases
* remove metallb changes
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl >
2022-07-09 21:55:24 +02:00
truecharts-bot
352bd6b712
chore: Auto-update chart README [skip ci]
2022-07-09 19:32:31 +00:00
Stavros Kois and GitHub
8fcda955e2
chore(apps): combine some ports ( #3096 )
...
* chore(apps): combine some ports
* lints
* move `protocol` under `ports` rather under `service`
* bump cloudd
2022-07-09 21:29:01 +02:00
truecharts-bot
e6fd934dbb
chore: Auto-update chart README [skip ci]
2022-07-09 16:36:19 +00:00
TrueCharts Bot and GitHub
07b95435dd
chore(deps): update docker general non-major ( #3106 )
...
* chore(deps): update docker general non-major
* Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
2022-07-09 18:27:18 +02:00
truecharts-bot
5867f31321
chore: Auto-update chart README [skip ci]
2022-07-08 13:47:51 +00:00
truecharts-bot
b3f4b0500d
chore: Auto-update chart README [skip ci]
2022-07-08 13:28:31 +00:00
d14c9e7b9d
feat(Ariang): add Ariang ( #3098 )
...
* feat(Ariang): add Ariang
* Update charts/incubator/ariang/values.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* Update charts/incubator/ariang/questions.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* Update charts/incubator/ariang/questions.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* Update charts/incubator/ariang/questions.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* Update charts/incubator/ariang/questions.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* Update charts/incubator/ariang/values.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* Update charts/incubator/ariang/values.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* Update charts/incubator/ariang/questions.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
* Update charts/incubator/ariang/values.yaml
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2022-07-08 16:26:17 +03:00
truecharts-bot
8733d91930
chore: Auto-update chart README [skip ci]
2022-07-08 06:03:35 +00:00
TrueCharts Bot and GitHub
ae8d5b6623
chore(deps): update docker general non-major ( #3099 )
...
* chore(deps): update docker general non-major
* Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
2022-07-08 09:00:52 +03:00