add github workflow to package helm chart

Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
This commit is contained in:
Pascal Sthamer
2025-01-02 09:32:08 +01:00
parent 2980fba8c7
commit 577462b420
3 changed files with 44 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v2
name: shuffle
description: A Helm chart for deploying Shuffle on Kubernetes
type: application
version: 0.0.0
version: 0.1.0
appVersion: nightly
dependencies:
- name: common
+2 -3
View File
@@ -17,8 +17,8 @@ SPDX-License-Identifier: APACHE-2.0
## Usage
```sh
# Install (the shuffle namespace is hardcoded into the shuffle source code)
helm install shuffle oci://TODO --namespace shuffle --create-namespace
# 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
```
## Secret Parameters
@@ -581,4 +581,3 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
| `vault.secrets` | A list of VaultSecrets to create | `[]` |
### Other Parameters