Commit Graph
69 Commits
Author SHA1 Message Date
jessebot a9495a5080 allow setting revisionHistoryLimit for the deployment 2025-01-19 11:24:18 +01:00
Jesse HitchandGitHub ef97e8c8bb Merge pull request #22 from small-hack/fix-external-valkey-reference
fix: was missing an 'and' for externalValkey conditional in configmap-env
2025-01-19 11:17:44 +01:00
jessebot 69cfc35d5e was missing an 'and' 2025-01-19 11:16:37 +01:00
Jesse HitchandGitHub 6cd7bdc277 Merge pull request #21 from small-hack/fix-typo
fix the security context with statement
2025-01-19 11:12:46 +01:00
jessebot 5d6fb794c8 fix the security context with statement 2025-01-19 11:11:50 +01:00
Jesse HitchandGitHub c28217fa7d Merge pull request #20 from small-hack/more-configmap-env-updates
move more stuff to configmap-env, remove configmap, bump appVersion, add externalValkey.existingSecretKeys.port, regenerate docs, clean up deployment.yaml
2025-01-19 11:08:56 +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
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
Jesse HitchandGitHub 61ff73261d Merge pull request #19 from small-hack/move-base-config-to-configmap
move base config options to ConfigMap and move db migration/connection parameters to pixelfed.db section
2025-01-19 10:14:45 +01: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
Jesse HitchandGitHub 08a083bbab Merge pull request #18 from holysoles/capture_laravel_logs
feat(chart): expose laravel log_channel in values
2025-01-19 09:24:57 +01:00
Jesse HitchandGitHub ca7049cdce Merge pull request #16 from small-hack/disable-liveness-readiness-by-default
make liveness and readiness probes optional and further configurable
2025-01-18 20:22:28 +01:00
jessebot 295aa694d7 make liveness and readiness probes optional and further configurable 2025-01-18 20:20:33 +01:00
Jesse HitchandGitHub 5e06b04d6a Update README.md - explain that the image is rebuilt nightly 2025-01-18 18:42:55 +01:00
Jesse HitchandGitHub c64cf91e69 Update README.md - fix link on new line 2025-01-18 12:14:44 +01:00
Jesse HitchandGitHub f3de03f93d Merge pull request #15 from small-hack/fix/db-host-templating
fix db host templating
2025-01-18 12:11:19 +01:00
jessebot 633f761c71 fix db host templating 2025-01-18 12:08:39 +01:00
Jesse HitchandGitHub 74e3f92239 Merge pull request #14 from small-hack/fix-more-templating-issues
fix more env var quoting and allow plain text values for external Database config
2025-01-18 11:39:48 +01: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
Jesse HitchandGitHub 5f65e926fe Merge pull request #13 from small-hack/disable-persistence-by-default-for-valkey
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:20:05 +01: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
Jesse HitchandGitHub 206cd20a0e Merge pull request #12 from small-hack/fix/secret-templating
fix secret templating
2025-01-18 11:04:03 +01:00
jessebot 0f4a6e5530 fix secret templating 2025-01-18 11:02:32 +01:00
Jesse HitchandGitHub eeb4a7174a Merge pull request #11 from small-hack/fix-pixelfed-templating-issues
fix valkey templating issues, add more docs
2025-01-18 10:57:26 +01:00
jessebot 893130411c fix valkey templating issues, add more docs 2025-01-18 10:55:23 +01:00
Jesse HitchandGitHub 8ba545ed6a Merge pull request #8 from holysoles/fix_deployment_env_value_construction
fix(chart): access subchart generated values properly
2025-01-18 10:46:57 +01:00
Jesse HitchandGitHub 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 HitchandGitHub 13861f105f Merge pull request #6 from holysoles/fix_indent_valkey_subchart_values
fixes for the valkey values section
2025-01-18 10:24:16 +01:00
Jesse HitchandGitHub 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 HitchandGitHub 1b42bf65a2 Apply suggestions from code review - fix values.yaml comments 2025-01-18 10:21:22 +01:00
Jesse HitchandGitHub 1316a974d3 Merge pull request #9 from holysoles/add_target_port_value
fix(chart): add parameter for service.targetPort
2025-01-18 10:17:43 +01:00
Jesse HitchandGitHub 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 HitchandGitHub 73070e9fd6 Merge pull request #10 from holysoles/update_health_check_url
feat(chart): use official health check endpoints for probes
2025-01-18 10:07:47 +01:00
Jesse HitchandGitHub 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
Jesse HitchandGitHub f0603f8332 Merge pull request #7 from holysoles/fix_autogenerate_mail_secret
fix(chart): mail secret fixes
2025-01-18 10:03:34 +01:00
jessebot ab934019f6 update helm docs 2025-01-18 10:01:44 +01:00
Jesse HitchandGitHub 91f6a891c1 Update Chart.yaml - bump version 2025-01-18 09:58:02 +01:00
jessebot 6de3922760 add the docs for pixelfed link 2025-01-17 22:14:24 +01:00
Jesse HitchandGitHub 25948e2b11 Merge pull request #4 from small-hack/fix-database-connection-options
fixes the default for the database connection option to be pgsql

Thanks to @holysoles for helping here!
2025-01-17 19:49:05 +01:00
jessebot c68e453621 fixes the default for the database connection option to be pgsql 2025-01-17 19:46:56 +01:00
Jesse HitchandGitHub cd9d9c2d06 Update README.md - fix the url to docker image 2025-01-17 19:39:33 +01:00
Jesse HitchandGitHub 35cd39c71e Update README.md
give more info on why we're doing this
2024-12-30 00:02:31 +01:00
Jesse HitchandGitHub 6a36978f0c Merge pull request #1 from small-hack/add-env-vars
add all initial env vars for configuring pixelfed
2024-12-29 23:59:35 +01:00
jessebot 6cbd9a3f09 clean up valkey secret reference in deployment 2024-12-29 23:52:31 +01:00
jessebot 260c104527 properly use external secrets for mail and database 2024-12-29 23:49:14 +01:00
jessebot 79da014aff fix valkey secret name 2024-12-29 23:45:17 +01:00
jessebot f2b1290d9a adding secrets for mail valkey and database 2024-12-29 23:44:37 +01:00
jessebot 98d9d79588 update env vars and how they render again 2024-12-29 23:26:31 +01:00
jessebot f2f9f8f998 add the bitnami charts to the helm dep udpates in ci 2024-12-29 22:58:03 +01:00
jessebot 90680fd34c default deploy valkey and postgresql for testing locally 2024-12-29 22:55:27 +01:00
jessebot 5b57952303 add postgresql and valkey officially and run helm dep update 2024-12-29 22:54:15 +01:00
jessebot 1587568dd1 add everything to a config map and flesh fix default values a bit more for docker 2024-12-29 22:51:29 +01:00
jessebot de1c237f93 quote .Values.pixelfed.enforce_email_verification and .Values.pixelfed.force_https_urls 2024-12-29 20:44:28 +01:00
jessebot b323f6383a clean up quotes for deployment template 2024-12-29 20:39:08 +01:00
jessebot f79765cf1a fix INSTANCE_REPORTS_EMAIL_ADDRESSES env var templating 2024-12-29 20:10:15 +01:00
jessebot 97c0db9db7 we don't support user creation yet 2024-12-29 20:04:58 +01:00
jessebot 3d76d3799b add image registry to deployment 2024-12-29 20:04:14 +01:00
jessebot 8961e5c330 template all the env vars out into the deployment 2024-12-29 20:04:14 +01:00
jessebot 4f1ed35b78 add all initial env vars for configuring pixelfed 2024-12-29 19:27:44 +01:00
Jesse HitchandGitHub e17115da77 Update README.md
add some basic install docs and a badge
2024-12-29 18:54:49 +01:00
jessebot 9f9d2e97d6 move pixelfed into charts directory 2024-12-29 18:49:18 +01:00
jessebot 9c21d71559 add some autogenerated docs 2024-12-29 18:38:32 +01:00
Jesse HitchandGitHub 11a21de983 Update README.md - add link to pixelfed's website 2024-12-29 18:35:06 +01:00
jessebot 82408749a8 initial pixelfed chart commit 2024-12-29 18:30:59 +01:00