Merge pull request #1685 from Shuffle/main

Sync back up with main
This commit is contained in:
Frikky
2025-04-05 17:04:44 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -28,11 +28,11 @@ jobs:
experimental: true
- app: orborus
path: functions/onprem/orborus
version: 2.0.2
version: 2.0.2
experimental: true
- app: worker
path: functions/onprem/worker
version: 2.0.2
version: 2.0.2
experimental: true
steps:
- name: Checkout
@@ -74,6 +74,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
tags: |
ghcr.io/shuffle/shuffle-${{ matrix.app }}:${{ matrix.version }}
ghcr.io/shuffle/shuffle-${{ matrix.app }}:latest
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:${{ matrix.version }}
frikky/shuffle-${{ matrix.app }}:${{ matrix.version }}
frikky/shuffle:${{ matrix.app }}
@@ -18,7 +18,7 @@ SPDX-License-Identifier: APACHE-2.0
```sh
# Install shuffle via helm (the shuffle namespace is hardcoded into the shuffle source code)
helm install shuffle oci://ghcr.io/shuffle/shuffle/charts/shuffle --namespace shuffle --create-namespace
helm install shuffle oci://ghcr.io/shuffle/charts/shuffle --namespace shuffle --create-namespace
```
Make sure that no other application is deployed to the shuffle namespace, as shuffle deletes kubernetes resources in this namespace.