Commit Graph

1006 Commits

Author SHA1 Message Date
yashsinghcodes a8b17515d8 worker never gets the env it is suppose to run so we should just check for our reserved env name 2026-01-28 17:50:53 +05:30
yashsinghcodes fae82b3b61 fix: handle multiple addr for swarm init(updated for new error message) 2026-01-28 17:20:57 +05:30
Frikky 356eab5a10 Fixed problem with tenzir node ping check 2026-01-28 11:14:41 +01:00
Frikky cb7b7bb44f Trying some pipeline overloading for standalone 2026-01-28 10:39:00 +01:00
Frikky 23fe5581a4 Merge pull request #1915 from yashsinghcodes/new-nightly
check worker deployments in k8s before deploying
2026-01-27 23:50:56 +01:00
yashsinghcodes f5c58ec9f5 fix: case sensitivity problem aghhhhh 2026-01-23 19:05:31 +05:30
yashsinghcodes 9295991f56 worker changed return value in deployk8s app 2026-01-21 19:25:22 +05:30
yashsinghcodes 1225b2122e shuffle-shared bump 2026-01-19 20:14:51 +05:30
Pascal Sthamer 1703145100 mount tmp volume to apps by default
required by waitress under high load

Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2026-01-16 17:13:44 +01:00
yashsinghcodes 5cb2ae9a23 chore: shuffle-shared bump 2026-01-15 17:40:16 +05:30
yashsinghcodes 99735636c4 fix: don't return if listing fails 2026-01-14 17:53:00 +05:30
yashsinghcodes bdf181616a check app deployment in k8s before deploying 2026-01-14 17:51:04 +05:30
Pascal Sthamer 104f4a3e14 improve docs
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2026-01-14 09:57:16 +01:00
Pascal Sthamer 25e73a3105 formating, fix comment
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2026-01-14 09:45:38 +01:00
yashsinghcodes 6921a63cc5 fix: env check condition 2026-01-13 19:09:56 +05:30
yashsinghcodes ed6417b9be added check for environment in handleQueue worker 2026-01-13 17:46:47 +05:30
yashsinghcodes 6b8d7172a1 fix: worker execution takeover for cloud actions 2026-01-13 13:04:55 +05:30
yashsinghcodes cabe871807 fix: worker takeover for parent workflow execution 2026-01-13 03:02:38 +05:30
yashsinghcodes 28d0dc42db fix: worker execution takeover issue 2026-01-13 02:18:31 +05:30
yashsinghcodes cbae9f2d63 check worker deployment in k8s before deploying 2026-01-08 15:04:53 +05:30
yashsinghcodes 3f2ff9a817 chore: shuffle-shared bump 2025-12-19 16:07:10 +05:30
yashsinghcodes 3b9c25160a fix: typo in readme 2025-12-19 15:52:51 +05:30
Frikky b2f1c887de Added more orborus debug logs 2025-12-09 14:11:21 +01:00
Pascal Sthamer e664f6571e fix app services and images
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-05 16:35:17 +01:00
Pascal Sthamer 825b55c3e9 use shuffle-workers for worker name
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-05 16:35:02 +01:00
Pascal Sthamer fb07662d7a set env variables on helm-deployed apps so that they work as expected
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-05 16:00:13 +01:00
Pascal Sthamer 82edd747ad disable cleanup in k8s
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-05 15:59:28 +01:00
Pascal Sthamer 49c996bcf2 allow to configure shuffle worker port
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-05 15:58:37 +01:00
Pascal Sthamer 7e4aee548b replace dots in app version
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-05 15:15:46 +01:00
Pascal Sthamer 454ca0020e fix authentication failing for helm-deployed worker
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 15:11:40 +01:00
Pascal Sthamer 135a2dab36 add missing helper shuffle.worker.imagePullSecrets
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 15:06:27 +01:00
Pascal Sthamer 48168c8b34 another attempt to fix shuffle app images
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 14:55:16 +01:00
Pascal Sthamer df45fa35e1 enhance notes after installing / upgrading helm chart
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 14:53:20 +01:00
Pascal Sthamer 1f824ed19e fix app images having a duplicate registry
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 14:52:49 +01:00
Pascal Sthamer 7d43e6f5a8 remove unneeded argument to app.matchLabels
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 14:15:57 +01:00
Pascal Sthamer 79f25e0822 set app container name
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 12:56:47 +01:00
Pascal Sthamer 43030316e6 fix template issues
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 12:56:05 +01:00
Pascal Sthamer d63db15c42 fix affinity rules for worker and apps
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 12:43:29 +01:00
Pascal Sthamer e3d78fbf0c add vpa, hpa, and pdb for workers
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 12:02:26 +01:00
Pascal Sthamer 69c7c7bb06 fix label matching for worker and apps
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-03 11:58:46 +01:00
Pascal Sthamer b6376cf967 app deployment using helm with full per-app customization
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-02 12:57:51 +01:00
Pascal Sthamer 78f5e6c0b9 use top-level apps value instead of app.deployViaHelm, add enabled toggle
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-02 10:09:42 +01:00
Pascal Sthamer 7654a6e1f9 fix WORKER_HOSTNAME when not deploying via helm
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 17:37:05 +01:00
Pascal Sthamer 231b4c565e fix autodeploy not working in k8s
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 17:27:15 +01:00
Pascal Sthamer 21de3783f1 change version to 0.0.0 to indicate that it is not maintained in the file
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 17:20:38 +01:00
Pascal Sthamer 42c5ba22dd restore orborus image tag default
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 17:19:24 +01:00
Pascal Sthamer ff25e58abb cleanup values, add docs, regenerate parameters and values schema
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 17:12:12 +01:00
Pascal Sthamer 478c6fc947 remove orborus-env configmap, add helpers for env variables
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 17:11:07 +01:00
Pascal Sthamer 2dcd0944af fix backend env
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 16:51:22 +01:00
Pascal Sthamer 1aa375b280 cleanup main helpers
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 16:44:38 +01:00