Skip to content

Allow stacks/demos to deploy helmChart from OCI registryΒ #417

@NickLarsenNZ

Description

@NickLarsenNZ

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 values

Error 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions