Commit Graph

120 Commits

Author SHA1 Message Date
jessebot fa0b49cf20 fix can't give argument to non-function error 2025-01-19 14:00:09 +01:00
github-actions[bot] 2250a1cd13 helm-docs: automated action 2025-01-19 12:44:14 +00:00
jessebot 967acbd85b update extra volumes to allow php config updates; also reload deployment on configmap changes 2025-01-19 13:40:41 +01:00
github-actions[bot] a7f81d8b35 helm-docs: automated action 2025-01-19 10:44:32 +00:00
jessebot 0b9e4e7e87 add more comments for autoscaling 2025-01-19 11:44:06 +01:00
github-actions[bot] d60c867654 helm-docs: automated action 2025-01-19 10:41:45 +00:00
jessebot a0a31f0b60 allow extra env, extra envFrom, extra InitContainers, and extra sidecars 2025-01-19 11:39:52 +01:00
github-actions[bot] 62cbd96cc5 helm-docs: automated action 2025-01-19 10:24:46 +00:00
jessebot a9495a5080 allow setting revisionHistoryLimit for the deployment 2025-01-19 11:24:18 +01:00
github-actions[bot] 1d22f5d82d helm-docs: automated action 2025-01-19 10:17:28 +00:00
jessebot 69cfc35d5e was missing an 'and' 2025-01-19 11:16:37 +01:00
github-actions[bot] 90e2326c74 helm-docs: automated action 2025-01-19 10:12:29 +00:00
jessebot 5d6fb794c8 fix the security context with statement 2025-01-19 11:11:50 +01:00
jessebot 4b3b44ddbf clean up valkey secret to allow only sourcing one or two secret keys at a time 2025-01-19 11:07:52 +01:00
jessebot 68260d4af5 mail and valkey secrets now use helm chart name in names 2025-01-19 11:00:35 +01:00
github-actions[bot] 84372fbe22 helm-docs: automated action 2025-01-19 09:56:41 +00:00
jessebot da9fb3affa move more stuff to configmap-env, remove configmap, bump appVersion, add externalValkey.existingSecretKeys.port, regenerate docs, clean up deployment.yaml 2025-01-19 10:55:55 +01:00
github-actions[bot] 8ffc5bb451 helm-docs: automated action 2025-01-19 09:12:20 +00:00
jessebot d5eb2ac1d9 move base config options to ConfigMap and move db migration/connection parameters to pixelfed.db section
Signed-off-by: jessebot <jessebot@linux.com>
2025-01-19 10:10:03 +01:00
holysoles 85639ed2ee feat(chart): expose laravel log_channel in values 2025-01-18 14:13:57 -06:00
github-actions[bot] a606462c6b helm-docs: automated action 2025-01-18 19:21:54 +00:00
jessebot 295aa694d7 make liveness and readiness probes optional and further configurable 2025-01-18 20:20:33 +01:00
github-actions[bot] cda3bd6111 helm-docs: automated action 2025-01-18 11:09:14 +00:00
jessebot 633f761c71 fix db host templating 2025-01-18 12:08:39 +01:00
github-actions[bot] f0f9240bc4 helm-docs: automated action 2025-01-18 10:38:53 +00:00
jessebot 35aa2c5c54 fix more env var quoting and allow plain text values for external Database config 2025-01-18 11:37:27 +01:00
github-actions[bot] 4389d8b164 helm-docs: automated action 2025-01-18 10:19:19 +00:00
jessebot 1fc22b7386 disable valkey persistence by default, but add some more docs on where you can find the parameters for each chart to enable it if you want 2025-01-18 11:14:39 +01:00
github-actions[bot] ac4ea74ffa helm-docs: automated action 2025-01-18 10:03:38 +00:00
jessebot 0f4a6e5530 fix secret templating 2025-01-18 11:02:32 +01:00
github-actions[bot] 995a83c641 helm-docs: automated action 2025-01-18 09:56:25 +00:00
jessebot 893130411c fix valkey templating issues, add more docs 2025-01-18 10:55:23 +01:00
Jesse Hitch b5ad15b651 Merge branch 'main' into fix_deployment_env_value_construction 2025-01-18 10:46:12 +01:00
jessebot 14a4cf6aad bump helm chart version, regenerate docs 2025-01-18 10:44:51 +01:00
Jesse Hitch 66a9776ee1 Merge branch 'main' into fix_indent_valkey_subchart_values 2025-01-18 10:23:15 +01:00
jessebot 4fa957dad0 bump chart version and regenerate docs 2025-01-18 10:22:17 +01:00
Jesse Hitch 1b42bf65a2 Apply suggestions from code review - fix values.yaml comments 2025-01-18 10:21:22 +01:00
Jesse Hitch 0e2b4457c7 Merge branch 'main' into add_target_port_value 2025-01-18 10:16:12 +01:00
jessebot ace2fb84c2 update the docs and bump version 2025-01-18 10:15:42 +01:00
Jesse Hitch d493213c1b Merge branch 'main' into update_health_check_url 2025-01-18 10:06:28 +01:00
jessebot 2a09169032 bump chart version, fix docs 2025-01-18 10:05:51 +01:00
jessebot ab934019f6 update helm docs 2025-01-18 10:01:44 +01:00
Jesse Hitch 91f6a891c1 Update Chart.yaml - bump version 2025-01-18 09:58:02 +01:00
holysoles caf96d016d feat(chart): use official health check endpoints for probes 2025-01-17 18:03:27 -06:00
holysoles f3ceca0828 fix(chart): add parameter for service.targetPort, sets APP_PORT var for nginx 2025-01-17 17:34:58 -06:00
holysoles acd14f1d06 fix(chart): allow FLUSHDB in valkey, required by Laravel 2025-01-17 17:23:00 -06:00
holysoles 7d946bd4b1 fix(chart): access subchart generated values properly 2025-01-17 17:01:45 -06:00
holysoles 428752e79a fix(chart): mail secret fixes 2025-01-17 16:58:56 -06:00
holysoles 088b05fce8 fix(chart): properly indent valkey subchart settings 2025-01-17 16:56:36 -06:00
github-actions[bot] bc179b4618 helm-docs: automated action 2025-01-17 18:48:32 +00:00