Skip to content

fix(helm): need to be fixed to 2x branch or to use a breaking change#82

Merged
fredleger merged 1 commit intomainfrom
fix/helm-breaking-change
Oct 13, 2025
Merged

fix(helm): need to be fixed to 2x branch or to use a breaking change#82
fredleger merged 1 commit intomainfrom
fix/helm-breaking-change

Conversation

@fredleger
Copy link
Contributor

@fredleger fredleger commented Oct 13, 2025

This PR downgrades the Helm provider version constraint from 3.x to 2.x across the codebase. The change modifies provider version requirements from >= 3.0.0, < 4.0.0 to >= 2.17.0, < 3.0.0 in Terraform configuration files and related documentation.

see hashicorp/terraform-provider-helm#1698 for more infos

@fredleger
Copy link
Contributor Author

see hashicorp/terraform-provider-helm#1698 for more infos

@fredleger fredleger requested a review from Copilot October 13, 2025 16:18
@fredleger fredleger added the bug Something isn't working label Oct 13, 2025
@fredleger fredleger self-assigned this Oct 13, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR downgrades the Helm provider version constraint from 3.x to 2.x across the codebase. The change modifies provider version requirements from >= 3.0.0, < 4.0.0 to >= 2.17.0, < 3.0.0 in Terraform configuration files and related documentation.

  • Downgraded Helm provider version constraint from 3.x to 2.x range
  • Updated documentation to reflect the new version requirements
  • Modified pre-commit configuration to maintain consistency with the new version constraint

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
k8s/helm-release/providers.tf Updated Helm provider version constraint in Terraform configuration
k8s/helm-release/README.md Updated documentation to reflect new Helm provider version requirements
.pre-commit-config.yaml Updated tfupdate configuration to use new Helm provider version constraint

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@fredleger fredleger merged commit 9f18f2e into main Oct 13, 2025
3 checks passed
@fredleger fredleger deleted the fix/helm-breaking-change branch October 13, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments