-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
It seems to not be possible to deploy a helm chart sourced from an OCI registry.
Here's what I tried (using the Stackable nifi-operator as an example):
A demo (I assume the same is true for a stack)
demos-v2.yaml
some-demo:
stackableStack: some-stack
manifests:
- helmChart: ./path/to/nifi-operator.yaml
# other required fields...nifi-operator.yaml
releaseName: nifi-operator
name: nifi-operator
repo:
name: nifi-operator
url: oci://oci.stackable.tech/sdp-charts/nifi-operator
version: 0.0.0-dev
options: {} # override valuesError when applying:
An unrecoverable error occured: demo command error
Caused by these errors (recent errors listed first):
1: failed to install demo "some-demo"
2: failed to install stack manifests
3: failed to install Helm release nifi-operator
4: failed to upgrade/install Helm release
5: helm FFI library call failed (no cached repo found. (try 'helm repo update'): open /tmp/.helmcache/nifi-operator-index.yaml: no such file or directory)
sbernauer
Metadata
Metadata
Assignees
Labels
No labels