chore(deps): update helm plugin to refactored plugin manager#1315
Conversation
Signed-off-by: Fabian Burth <fabian.burth@sap.com>
Signed-off-by: Fabian Burth <fabian.burth@sap.com>
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Skarlso
left a comment
There was a problem hiding this comment.
LGTM apart from import ordering. :)
Refactor the import statement for the plugin runtime to align with the new module structure. Signed-off-by: Fabian Burth <fabian.burth@sap.com>
…p' into chore/update-helm-plugin-dep
5ef310b
linter does not care about test files |
# Conflicts: # bindings/go/helm/go.mod # bindings/go/helm/go.sum
Signed-off-by: Fabian Burth <fabian.burth@sap.com>
What this PR does / why we need it
During the plugin manager refactoring, constants were moved to different packages. This updates the helm plugin to import the updated packages.
Notes for the Reviewer
I couldn't update the
runtimemodule to 0.0.4 yet, as the plugin module will have to be updated to the JSON schema generator introduced here.Which issue(s) this PR fixes
Contributes to open-component-model/ocm-project#760