restore orborus image tag default

Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
This commit is contained in:
Pascal Sthamer
2025-12-01 17:19:24 +01:00
parent ff25e58abb
commit 42c5ba22dd
3 changed files with 4 additions and 3 deletions
@@ -435,7 +435,7 @@ The password should be provided with the `SHUFFLE_OPENSEARCH_PASSWORD` env varia
| ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | | ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| `orborus.image.registry` | orborus image registry | `ghcr.io` | | `orborus.image.registry` | orborus image registry | `ghcr.io` |
| `orborus.image.repository` | orborus image repository | `shuffle/shuffle-orborus` | | `orborus.image.repository` | orborus image repository | `shuffle/shuffle-orborus` |
| `orborus.image.tag` | orborus image tag (immutable tags are recommended, defaults to appVersion) | `nightly` | | `orborus.image.tag` | orborus image tag (immutable tags are recommended, defaults to appVersion) | `""` |
| `orborus.image.digest` | orborus image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` | | `orborus.image.digest` | orborus image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `orborus.image.pullPolicy` | orborus image pull policy | `IfNotPresent` | | `orborus.image.pullPolicy` | orborus image pull policy | `IfNotPresent` |
| `orborus.image.pullSecrets` | orborus image pull secrets | `[]` | | `orborus.image.pullSecrets` | orborus image pull secrets | `[]` |
@@ -781,3 +781,4 @@ The password should be provided with the `SHUFFLE_OPENSEARCH_PASSWORD` env varia
@@ -1471,7 +1471,7 @@
"tag": { "tag": {
"type": "string", "type": "string",
"description": "orborus image tag (immutable tags are recommended, defaults to appVersion)", "description": "orborus image tag (immutable tags are recommended, defaults to appVersion)",
"default": "nightly" "default": ""
}, },
"digest": { "digest": {
"type": "string", "type": "string",
@@ -960,7 +960,7 @@ orborus:
image: image:
registry: ghcr.io registry: ghcr.io
repository: shuffle/shuffle-orborus repository: shuffle/shuffle-orborus
tag: "nightly" tag: ""
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'