Commit Graph

62 Commits

Author SHA1 Message Date
truecharts-bot 8b628f4095 chore: Auto-update chart README [skip ci] 2022-07-04 22:32:57 +00:00
TrueCharts Bot 54dc59b3e1
chore(deps): update helm general non-major helm releases (#3066) 2022-07-04 16:21:32 +02:00
truecharts-bot 229593241d chore: Auto-update chart README [skip ci] 2022-07-02 14:11:19 +00:00
Stavros Kois 6dec192972
chore(apps): update image refs (#3040)
* add img refs

* bump
2022-07-02 17:06:43 +03:00
truecharts-bot daa5128304 chore: Auto-update chart README [skip ci] 2022-07-01 14:50:36 +00:00
Michael Schnerring d563b21103
feat(etesync): Add EteSync to incubator (#3024)
* EteSync: add Chart.yaml

* Add common.yaml

* Add initial values.yaml

* Add initial questions.yaml

* Add persistence and some env vars to values.yaml

* Add superuser settings

* Add database credentials

* Add remaining env vars

* Add secret.txt

* Move superuser credentials to secret

* Reorder settings by relevance

* Update charts/incubator/etesync/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/etesync/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Implement code review suggestions

* Set ALLOWED_HOSTS default to localhost

* Cleanup obsolete probe definitions

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-07-01 17:44:49 +03:00
truecharts-bot 0c21e3c288 chore: Auto-update chart README [skip ci] 2022-06-28 06:10:09 +00:00
Michael Schnerring a1c901322f
fix(privatebin): fix errors (#3001)
* privatebin: fix expire.default question default

* privatebin: add workaround for Helm render issue of large ints

* privatebin: fix quoting in conf.php

* privatebin: bump chart version

* privatebin: fix trailing whitespace
2022-06-28 09:06:46 +03:00
truecharts-bot 42a3456022 chore: Auto-update chart README [skip ci] 2022-06-27 16:25:50 +00:00
TrueCharts Bot da80b67f42
chore(deps): update docker general non-major (#2999)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-27 18:17:40 +02:00
truecharts-bot ac626c52cb chore: Auto-update chart README [skip ci] 2022-06-27 09:50:23 +00:00
Michael Schnerring 2e02a90d73
feat(privatebin): Add PrivateBin to incubator (#2971)
* Add PrivateBin to incubator

privatebin: fix linting errors

privatebin: fix privatebin.secrets definition

* privatebin: implement PR suggestions

Add tc.common.loader.apply

Add postgresql dependency to Chart.yaml

Change chart version to 0.0.1

Fix probes

Change service port

Omit default securityContext values

Add non-default podSecurityContext to values.yaml

Remove obsolete App Config Storage and ingress from questions.yaml

* privatebin: mount secret volume

* privatebin: remove fs, gcs, mysql, and sqlite from conf.php

* Expose privatebin options in {values,questions}.yaml

* privatebin: remove /tmp volume

* privatebin: add nginx/php sizelimit configs

* privatebin: cleanup secrets conditionals

* privatebin: fix configMap vols

* Re-add ingress; remove persistenceBasic/persistenceAdvanced

* privatebin: add empty options to enums where necessary

* privatebin: remove required constraints from bool questions

* update port

* bump

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-06-27 11:38:25 +02:00