Skip to content

Conversation

@KorenP1
Copy link
Contributor

@KorenP1 KorenP1 commented Oct 15, 2025

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.

@KorenP1 KorenP1 changed the title [pgadmin4/pgadmin4-helm] Typo indentation fix for extraEnvVars field [pgadmin4/pgadmin4-helm] Typo indentation fix for extraEnvVars field, serverDefinitions preserved tpl. Oct 15, 2025
@KorenP1 KorenP1 force-pushed the master branch 2 times, most recently from 0b3a8ab to 6b31a33 Compare October 24, 2025 07:26
@KorenP1 KorenP1 changed the title [pgadmin4/pgadmin4-helm] Typo indentation fix for extraEnvVars field, serverDefinitions preserved tpl. [pgadmin4/pgadmin4-helm] Typo indentation fix for extraEnvVars field, serverDefinitions preserved tpl. README.md typo fix Oct 24, 2025
@KorenP1 KorenP1 changed the title [pgadmin4/pgadmin4-helm] Typo indentation fix for extraEnvVars field, serverDefinitions preserved tpl. README.md typo fix [pgadmin4/pgadmin4-helm] Typo indentation fix for extraEnvVars field, serverDefinitions preserved tpl. README.md typo fix, increased resources Oct 26, 2025
@khushboovashi
Copy link
Contributor

Hi @KorenP1,

Can the version in the Chart.yaml file be automatically derived from the version.py file instead of being manually hardcoded?

@KorenP1
Copy link
Contributor Author

KorenP1 commented Oct 27, 2025

Hi @khushboovashi
I dont know any way referencing the version from another file.

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.

@KorenP1 KorenP1 force-pushed the master branch 3 times, most recently from b2d8601 to b3c4c5b Compare October 30, 2025 10:00
@khushboovashi
Copy link
Contributor

@KorenP1, is the patch ready to review, or is it a work in progress?

@KorenP1
Copy link
Contributor Author

KorenP1 commented Oct 30, 2025

@khushboovashi ready. Thanks.

@khushboovashi khushboovashi merged commit d9b3f95 into pgadmin-org:master Oct 31, 2025
33 of 36 checks passed
@KorenP1
Copy link
Contributor Author

KorenP1 commented Oct 31, 2025

@khushboovashi Thanks alot for merging the PR.
Can you please repush that helm chart to dockerhub so we all can use it before next release

@khushboovashi
Copy link
Contributor

@khushboovashi Thanks alot for merging the PR. Can you please repush that helm chart to dockerhub so we all can use it before next release

We will push with every release; it is an automated process.

@KorenP1
Copy link
Contributor Author

KorenP1 commented Nov 1, 2025

@khushboovashi Thanks alot for merging the PR. Can you please repush that helm chart to dockerhub so we all can use it before next release

We will push with every release; it is an automated process.

Is there an estimated time for the new release?

@khushboovashi
Copy link
Contributor

@khushboovashi Thanks alot for merging the PR. Can you please repush that helm chart to dockerhub so we all can use it before next release

We will push with every release; it is an automated process.

It's scheduled on 13th Nov.

@KorenP1
Copy link
Contributor Author

KorenP1 commented Nov 30, 2025

Hi @KorenP1,

Can the version in the Chart.yaml file be automatically derived from the version.py file instead of being manually hardcoded?

Hi
It is possible to pass the version within the packaging process
helm package . --version=$VERSION --app-version=$APP_VERSION
And then there is no need for changing the appVersion and version every release

@adityatoshniwal
Copy link
Contributor

Hi @KorenP1,
Can the version in the Chart.yaml file be automatically derived from the version.py file instead of being manually hardcoded?

Hi It is possible to pass the version within the packaging process helm package . --version=$VERSION --app-version=$APP_VERSION And then there is no need for changing the appVersion and version every release

@KorenP1 You could create a shell file to replace version in Chart file and build package. Then simply call the shell file.

@KorenP1
Copy link
Contributor Author

KorenP1 commented Dec 1, 2025

Hi @KorenP1,

Can the version in the Chart.yaml file be automatically derived from the version.py file instead of being manually hardcoded?

Hi It is possible to pass the version within the packaging process helm package . --version=$VERSION --app-version=$APP_VERSION And then there is no need for changing the appVersion and version every release

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants