-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add helm upgrade
workflow
#26
Comments
Yeah, problem here is the same as with chart testing: there is an external vault dependency in each of the EDC charts too which makes "kind" deployment unuseful (both planes would not start without vault). I will try to figure out how we could reach that with 29.12 |
Ok. Is there at least one chart, that does only use open source dependencies? HashiCorp Vault for example should be integrateable as dependency of the chart and just deploy it together. |
In Principle yes, but the vault needs to be populated with a few reasonable secrets (valid certs and public keys, aes keys, ...) |
…s. fixes helm tests for multiple dataplanes.
The current Lint and Test Charts workflow should be enhanced by a
helm upgrade
step, that verifies, that an upgrade from the latest released Chart version to the current chart present in the repo is possible.This is not blocking the current release for Tractus-X 3.2, since there was not knowledge-agents-edc release before anyways, but should be added for future checks.
The text was updated successfully, but these errors were encountered: