-
Notifications
You must be signed in to change notification settings - Fork 54
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
Chart does not provide fallback image that is used, if no further config done #283
Comments
@SebastianBezold this is already fixed in the current (main) branch and would go into the next release:
|
Is it already foreseeable when the next release will happen? This could be important for the installation guide.. :) |
The next version will be released on Friday. |
I will close this issue since it is already done. |
Description
I tried to deploy the
tractusx-connector
chart in version0.3.3
without doing any further configuration, than what is provided as default. This did not work, since the helm templating failed with the following error (condensed):Expected behavior
The connector should provide defaults, that will at least render successfully and start the application, even though it might miss configuration to properly function
Additional hints
The image selection logic already seems sophisticated enough. See deployment.
I guess, tweaking the default
values.yaml
to have a simple fallback (i.e. in-memory persistance, bring your own vault) should do the trickThe text was updated successfully, but these errors were encountered: