Skip to content

upgrade neuron monitor version to 1.5.1 - #219

Merged
sky333999 merged 5 commits into
mainfrom
neuron-bump-1.5.1
Jun 25, 2025
Merged

upgrade neuron monitor version to 1.5.1#219
sky333999 merged 5 commits into
mainfrom
neuron-bump-1.5.1

Conversation

@movence

@movence movence commented Jun 24, 2025

Copy link
Copy Markdown
Contributor

Description of changes:
Upgrade Neuron monitor version to 1.5.1

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@mitali-salvi

Copy link
Copy Markdown
Contributor

Why are all the integration tests failing ?

│ Error: Unsupported block type
│ 
│   on providers.tf line 9, in provider "helm":
│    9:   kubernetes {
│ 
│ Blocks of type "kubernetes" are not expected here. Did you mean to define
│ argument "kubernetes"? If so, use the equals sign to assign it a value.

@movence

movence commented Jun 24, 2025

Copy link
Copy Markdown
Contributor Author

Looks like block style isn't supported by the helm version being installed

Installed hashicorp/helm v3.0.2 (signed by HashiCorp)

v3.0.2 only supports argument type so

provider "helm" {
  kubernetes {
    config_path = "${var.kube_dir}/config"
  }
}
should be changed to (with '=')
provider "helm" {
  kubernetes = {
    config_path = "${var.kube_dir}/config"
  }
}

@sky333999
sky333999 merged commit 31c6c98 into main Jun 25, 2025
3 checks passed
@sky333999
sky333999 deleted the neuron-bump-1.5.1 branch June 25, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants