Pascal Sthamer
|
39cfdb84ce
|
add appProtocol
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-25 08:28:54 +02:00 |
|
Pascal Sthamer
|
57287cc54b
|
allow to configure service labels for backend and frontend
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-25 08:28:54 +02:00 |
|
Pascal Sthamer
|
ff2fc39c37
|
default backed update strategy to recreate
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-25 08:28:54 +02:00 |
|
Pascal Sthamer
|
e4a42128e7
|
feat(helm): allow to configure exposed app container port
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-17 12:06:59 +02:00 |
|
Pascal Sthamer
|
9fa02c15b1
|
feat(k8s): allow to set security contexts for worker and apps
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-17 09:59:37 +02:00 |
|
yashsinghcodes
|
4a18045126
|
more info on app resp in the worker
|
2025-04-16 19:08:28 +05:30 |
|
Pascal Sthamer
|
3491ba6471
|
feat(k8s): allow to change exposed app port
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-16 11:52:11 +02:00 |
|
Pascal Sthamer
|
2738766411
|
expose worker and apps using service type ClusterIP
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-16 09:03:03 +02:00 |
|
Pascal Sthamer
|
b46d3fe4dd
|
fix(helm): remove orborus container ports
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-11 10:44:28 +02:00 |
|
Frikky
|
04182d60a8
|
Merge pull request #1684 from Shuffle/nightly
Fixed Rerun systems to ensure Latest allows for them to work well
|
2025-04-05 17:03:14 +02:00 |
|
Frikky
|
8ae6cba526
|
Merge branch 'nightly' of https://github.com/shuffle/shuffle into nightly
|
2025-04-05 01:04:13 +02:00 |
|
Frikky
|
a4c3d77f4c
|
Ensured orborus is now in line with latest docker API's and golang apis
|
2025-04-05 01:04:10 +02:00 |
|
Frikky
|
04c28b08c7
|
Added a way to run worker.go standalone: go run worker.go standalone <execution_id> <authentication> <url>
|
2025-04-05 00:08:03 +02:00 |
|
Pascal Sthamer
|
0119c7cb56
|
allow apps to access worker
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-04 14:25:24 +02:00 |
|
Pascal Sthamer
|
0880f4fffe
|
add docs for opensearch, default to single-node install
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-04 14:25:24 +02:00 |
|
Frikky
|
557c39c8fc
|
Made onprem executions work from code editor properly
|
2025-04-04 13:09:17 +02:00 |
|
Frikky
|
c3bcde5081
|
Merge pull request #1680 from P4sca1/patch-1
fix helm install command in readme
|
2025-04-04 11:43:23 +02:00 |
|
Frikky
|
fc81bda5d3
|
Fixed bad old defaults for orborus
|
2025-04-04 11:40:34 +02:00 |
|
Pascal Sthamer
|
41e1dfe848
|
fix helm install command in readme
Now that the helm release workflow is fixed, the extra nesting is removed.
|
2025-04-04 11:27:56 +02:00 |
|
Frikky
|
b8e04cfe3b
|
Gomod bump to ensure multi tenant workflows are working as expected
|
2025-04-04 00:21:03 +02:00 |
|
Frikky
|
aa1e7e345e
|
Bumped shared
|
2025-04-04 00:20:11 +02:00 |
|
Frikky
|
9dbe9b8077
|
Fixed minor issues with app deployment etc
|
2025-04-03 22:48:51 +02:00 |
|
Frikky
|
b204296e71
|
Fixed a problem with docker mounts always being read-write and not mounting properly into containers
|
2025-04-03 19:19:40 +02:00 |
|
Frikky
|
d1d06df2b0
|
Removed a problem with duplicate binds in worker
|
2025-04-03 18:23:34 +02:00 |
|
Frikky
|
bc8b1c2c6e
|
Improved the image download mechanism for self-built apps onprem
|
2025-04-03 01:53:55 +02:00 |
|
Frikky
|
d213cc3b98
|
Also made requests not stupid slow due to waiting for Tenzir for no reason
|
2025-04-02 23:07:51 +02:00 |
|
Frikky
|
80c568e546
|
Added multiple updates to Orborus to ensure image downloads happen properly, even with bad defaults
|
2025-04-02 23:07:09 +02:00 |
|
Frikky
|
2e40266171
|
Fixed a few minor problems like queue confirms working well for environments with spaces
|
2025-04-02 12:20:48 +02:00 |
|
Frikky
|
ff6b970aef
|
Minor fixes everywhere
|
2025-04-01 22:33:25 +02:00 |
|
Frikky
|
fdb321a147
|
Merge pull request #1624 from P4sca1/worker-app-service-accounts
allow to change service accounts for worker and apps
|
2025-03-31 16:31:03 +02:00 |
|
Frikky
|
7bfa99f63e
|
Merge branch 'nightly' of https://github.com/shuffle/shuffle into nightly
|
2025-03-31 00:08:13 +02:00 |
|
Frikky
|
16421c2745
|
Merge pull request #1657 from P4sca1/security-context
helm update security contexts with user 1001
|
2025-03-31 00:08:00 +02:00 |
|
Frikky
|
8c6f36bfd7
|
Merge branch 'nightly' of https://github.com/shuffle/shuffle into nightly
|
2025-03-31 00:07:38 +02:00 |
|
Frikky
|
f440e930e8
|
Merge branch 'nightly' into cleanup-helm-values
|
2025-03-31 00:07:27 +02:00 |
|
Frikky
|
2a53dc593e
|
Merge branch 'nightly' of https://github.com/shuffle/shuffle into nightly
|
2025-03-31 00:01:35 +02:00 |
|
Frikky
|
0ca3314511
|
Merge pull request #1625 from P4sca1/kubernetes-labels
Add well-known kubernetes labels to resources created by Shuffle
|
2025-03-31 00:01:32 +02:00 |
|
Frikky
|
d4edb4aad6
|
Merge branch 'nightly' of https://github.com/shuffle/shuffle into nightly
|
2025-03-30 23:57:53 +02:00 |
|
Frikky
|
a018b7ee5b
|
Merge pull request #1646 from P4sca1/helm-update-shuffle
Helm: Default to Chart app version for image tags
|
2025-03-30 23:57:42 +02:00 |
|
Frikky
|
d8cd75879e
|
Tons of frontend bugfixes from cloud sync
|
2025-03-30 18:44:09 +02:00 |
|
Pascal Sthamer
|
8be77be119
|
remove statefulset values
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-03-26 11:50:51 +01:00 |
|
Pascal Sthamer
|
fd74d0d072
|
remove unused helm values
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-03-26 11:33:14 +01:00 |
|
Pascal Sthamer
|
1c0f55c70c
|
Merge branch 'nightly' into worker-app-service-accounts
|
2025-03-24 18:23:20 +01:00 |
|
Pascal Sthamer
|
346c154cad
|
Merge branch 'nightly' into kubernetes-labels
|
2025-03-24 18:22:26 +01:00 |
|
Pascal Sthamer
|
e9b10a73cf
|
use app version image tag by default
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-03-24 18:16:30 +01:00 |
|
Frikky
|
9b9e2e1048
|
Sync up with speedups done for workflow runs on cloud and removed old unused code
|
2025-03-24 10:01:10 +01:00 |
|
Frikky
|
9476020b50
|
Minor fixes from code scanning that had no direct necessary impact
|
2025-03-21 12:37:09 +01:00 |
|
Frikky
|
8784fdea19
|
Changed go mod tidy and download from go get
|
2025-03-21 02:25:18 +01:00 |
|
Frikky
|
ed78159913
|
Go sum fix
|
2025-03-21 02:11:21 +01:00 |
|
Frikky
|
d67c05b343
|
Merge branch 'main' into nightly
|
2025-03-21 02:09:36 +01:00 |
|
Frikky
|
d6e9459dc5
|
Rebuild for nightly
|
2025-03-21 02:05:26 +01:00 |
|