-
Notifications
You must be signed in to change notification settings - Fork 810
[pgadmin4/pgadmin4-helm] Typo indentation fix for extraEnvVars field, serverDefinitions preserved tpl. README.md typo fix, increased resources #9255
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
Conversation
0b3a8ab to
6b31a33
Compare
|
Hi @KorenP1, Can the version in the Chart.yaml file be automatically derived from the version.py file instead of being manually hardcoded? |
|
Hi @khushboovashi If you have some kind of script to upload the release it can be changed within the script. Another option if you dont want to maintain helm versions through git, you can insert there some no meaning version for example 1.0.0 and only while releasing process, change it and push without commiting to git. |
b2d8601 to
b3c4c5b
Compare
|
@KorenP1, is the patch ready to review, or is it a work in progress? |
|
@khushboovashi ready. Thanks. |
|
@khushboovashi Thanks alot for merging the PR. |
We will push with every release; it is an automated process. |
Is there an estimated time for the new release? |
It's scheduled on 13th Nov. |
Hi |
@KorenP1 You could create a shell file to replace version in Chart file and build package. Then simply call the shell file. |
I think that is what we are trying to solve. Not committing versions every release. |
There has been a typo in the indentation of extraEnvVars field
14 -> 12
Now preserving tpl integers and booleans in the serverDefinitions
Typo fix in the README.md, persistence.enabled supposed to be true
Increased default resources
Please repush after merging.
Thanks. Koren.