Skip to content

Conversation

@kierramarie
Copy link
Member

Description

Bump terraform helm version to v3 and update code to support changes.

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

Errors:

TestRunAgentClassicKubernetes 2025-07-23T16:26:00Z retry.go:99: Returning due to fatal error: FatalError{Underlying: error while running command: exit status 1; ╷
Error: [0m Error: [ERROR] Error creating resource group: Resource group name must be unique in an account. with response code 
TestFullyConfigurableSolution 2025-07-23T16:29:39Z logger.go:67: │ Error: Request failed with status code: 500, ServerErrorResponse: {"incidentID":"c01a1e60-832f-aebd-80b4-55091e5da8a7","code":"Ed196","description":"Could not connect to a backend service. Try again later.","type":""}

also getting 500 server error

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie
Copy link
Member Author

/run pipeline

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

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

The usage in the main readme needs to be updated for new helm provider syntax

base_endpoint = var.use_scc_wp_endpoint ? local.scc_wp_api_endpoint : local.monitoring_api_endpoint
ingestion_endpoint = var.use_private_endpoint ? "ingest.private.${local.base_endpoint}" : "ingest.${local.base_endpoint}"
api_host = replace(local.ingestion_endpoint, "ingest.", "")
dynamic_set_access_key_secret = var.existing_access_key_secret_name != null && var.existing_access_key_secret_name != "" ? [{
Copy link
Contributor

Choose a reason for hiding this comment

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

Does new helm provider no longer support dynamic ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not really. Since all of the set variables are now combined into one array, the dynamic ones have to be added on at the end with a concat. That was the only solution I was able to find.

@kierramarie
Copy link
Member Author

/run pipeline

@kierramarie kierramarie requested a review from ocofaigh August 7, 2025 18:21
@kierramarie
Copy link
Member Author

/run pipeline

@ocofaigh ocofaigh merged commit 186e45b into main Aug 26, 2025
2 checks passed
@ocofaigh ocofaigh deleted the ks-helmv3 branch August 26, 2025 21:17
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants