Skip to content

Can you please upgrade helm version to support 3.0 #218

@ganga-relyanceai

Description

@ganga-relyanceai

TL;DR

helm 2.14.0 is kind of end of life and the current terraform doesnt support helm 3.0 provider when 3.0 provider is used I see following error

╷
│ Error: Unsupported block type
│
│   on .terraform/modules/gh_runners/modules/gh-runner-gke/main.tf line 130, in resource "helm_release" "arc_runners_set":
│  130:   set {
│
│ Blocks of type "set" are not expected here. Did you mean to define argument "set"? If so, use the equals sign to assign it a value.
╵
╷
│ Error: Unsupported block type
│
│   on .terraform/modules/gh_runners/modules/gh-runner-gke/main.tf line 135, in resource "helm_release" "arc_runners_set":
│  135:   set {
│
│ Blocks of type "set" are not expected here. Did you mean to define argument "set"? If so, use the equals sign to assign it a value.
╵
╷
│ Error: Unsupported block type
│
│   on .terraform/modules/gh_runners/modules/gh-runner-gke/main.tf line 140, in resource "helm_release" "arc_runners_set":
│  140:   dynamic "set" {
│
│ Blocks of type "set" are not expected here.

Terraform Resources

Detailed design

update terraform to support helm provider version greater than 3.0

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions