You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the k6-operator helm chart with terraform hashicorp/helm_release provider. I have tried to reference the repository via OCI/https and the provider cannot find the chart. Please provide the url and chart to put in the helm_release resource.
The provider can download the helm chart and install it.
Actual behaviour
Getting error when installing helm chart.
module.k6-operator.helm_release.k6_operator: Creating...
╷
│ Error: could not download chart: chart "grafana/k6-operator" version "3.5.0" not found in https://grafana.github.io/helm-charts repository
│
│ with module.k6-operator.helm_release.k6_operator,
│ on ..\modules\k6-operator\k6-operator.tf line 1, in resource "helm_release" "k6_operator":
│ 1: resource "helm_release" "k6_operator" {
│
╵
The text was updated successfully, but these errors were encountered:
Brief summary
I am trying to install the k6-operator helm chart with terraform hashicorp/helm_release provider. I have tried to reference the repository via OCI/https and the provider cannot find the chart. Please provide the url and chart to put in the helm_release resource.
k6-operator version or image
0.0.13
Helm chart version (if applicable)
3.5.0
TestRun / PrivateLoadZone YAML
NA
Other environment details (if applicable)
No response
Steps to reproduce the problem
Create a terraform resource below.
Expected behaviour
The provider can download the helm chart and install it.
Actual behaviour
Getting error when installing helm chart.
The text was updated successfully, but these errors were encountered: