You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to deploy a pravega cluster with pravega that has been modified locally, how do I do that?
Or I already have a good pravega cluster, but I want to update pravega to use my local modifier version, what should I do?
The text was updated successfully, but these errors were encountered:
Thanks for your question! To deploy a custom Pravega image using the chart, you just need to set the image-related tags in the chart (first three parameters in that table): https://github.com/pravega/charts/tree/master/charts/pravega#pravega-configuration
But, before deploying, you need to build your modified Pravega version and push your custom image to DockerHub, so you can point to it in the chart image-related parameters.
I want to deploy a pravega cluster with pravega that has been modified locally, how do I do that?
Or I already have a good pravega cluster, but I want to update pravega to use my local modifier version, what should I do?
The text was updated successfully, but these errors were encountered: