Skip to content

refactor: remove helmchart installation and update logic#167

Open
matteogastaldello wants to merge 1 commit intomainfrom
166-helm-library-integration
Open

refactor: remove helmchart installation and update logic#167
matteogastaldello wants to merge 1 commit intomainfrom
166-helm-library-integration

Conversation

@matteogastaldello
Copy link
Collaborator

  • Deleted the install.go and update.go files along with their associated test files.
  • Removed the postrenderer.go file which handled post-rendering of Helm charts.
  • Introduced a new processor package to handle release decoding and hashing.
  • Added processor tests and benchmarks for performance evaluation.
  • Implemented a tracer for HTTP requests to log resource interactions.
  • Updated main.go to integrate the new dynamic tools and REST mapper.

- Deleted the install.go and update.go files along with their associated test files.
- Removed the postrenderer.go file which handled post-rendering of Helm charts.
- Introduced a new processor package to handle release decoding and hashing.
- Added processor tests and benchmarks for performance evaluation.
- Implemented a tracer for HTTP requests to log resource interactions.
- Updated main.go to integrate the new dynamic tools and REST mapper.
@matteogastaldello matteogastaldello linked an issue Feb 6, 2026 that may be closed by this pull request
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.

Helm Library Integration

1 participant