dragonfly-operator icon indicating copy to clipboard operation
dragonfly-operator copied to clipboard

Helm chart repo question

Open joberget opened this issue 4 months ago • 0 comments

Hi, where is the Helm Chart repo located? I see you use oci:// but is there any https:// related place to fetch the Chart from? I am trying to deploy through terraform:

  chart         = "dragonfly-operator"
  repository    = "https://path/to/helmchart"
  chart_version = "v1.1.7"
  namespace     = "dragonfly-operator"
  release_name  = "dragonfly-operator"

joberget avatar Oct 02 '24 10:10 joberget