K8SPG-1040: add builtin pg_cron and set_user extensions#907
Open
pooknull wants to merge 3 commits into
Open
Conversation
pooknull
requested review from
DhruthiKV,
egegunes,
eleo007,
gkech,
hors,
jvpasinatto,
mayankshah1607,
nmarukovich,
oksana-grishchenko and
valmiranogueira
as code owners
July 21, 2026 10:41
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the pg-db Helm chart default values documentation to reflect newly supported builtin PostgreSQL extensions (pg_cron and set_user) as part of K8SPG-1040.
Changes:
- Add commented example toggles for builtin
pg_cron. - Add commented example toggles for builtin
set_user.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* Update PS chart for release 1.2.0 * update ps-db (#863) Signed-off-by: Mayank Shah <mayank.shah@percona.com> * K8SPS-742 Add support for haproxy sidecar resources config (#874) * Add support for haproxy sidecar resources config * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Remove claims from doc --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * K8SPS-496: add allocateLoadBalancerNodePorts (#877) * K8SPS-496: add allocateLoadBalancerNodePorts * Fix README * add pmm.enabled to helm chart readme (#870) Co-authored-by: Valmira Nogueira Corrêa <valmira.nogueira@percona.com> * K8SPS-508: cross-cluster replication (#867) * update crds Signed-off-by: Mayank Shah <mayank.shah@percona.com> * update rbac Signed-off-by: Mayank Shah <mayank.shah@percona.com> * update deployment Signed-off-by: Mayank Shah <mayank.shah@percona.com> * update crd Signed-off-by: Mayank Shah <mayank.shah@percona.com> * syntax error Signed-off-by: Mayank Shah <mayank.shah@percona.com> --------- Signed-off-by: Mayank Shah <mayank.shah@percona.com> Co-authored-by: Julio Pasinatto <julio.pasinatto@percona.com> * update crd and image versions * update toolkit version * K8SPS-434 configure MAX_CONCURRENT_RECONCILES (#890) * K8SPS-46 Support custom config for orchestrator pod (#880) * K8SPS-127: automatic storage expansion (#882) * update crds Signed-off-by: Mayank Shah <mayank.shah@percona.com> * update ps-db Signed-off-by: Mayank Shah <mayank.shah@percona.com> * remove comments from values.yaml Signed-off-by: Mayank Shah <mayank.shah@percona.com> * apply fields selectively Signed-off-by: Mayank Shah <mayank.shah@percona.com> * removed enableVolumeExpansion from readme Signed-off-by: Mayank Shah <mayank.shah@percona.com> --------- Signed-off-by: Mayank Shah <mayank.shah@percona.com> Co-authored-by: Julio Pasinatto <julio.pasinatto@percona.com> * K8SPS-627 add custom cluster name (#879) * K8SPS-627 add custom cluster name * fix identation --------- Co-authored-by: Julio Pasinatto <julio.pasinatto@percona.com> * Add missing permission for ClusterRole * Fix imagePullPolicy config from values (#894) * fix example and readme * Make crVersion parameter configurable (#895) * fix default value --------- Signed-off-by: Mayank Shah <mayank.shah@percona.com> Co-authored-by: valmiranogueira <valmira.nogueira@percona.com> Co-authored-by: Mayank Shah <mayankshah1614@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Eleonora Zinchenko <eleonora.zinchenko@percona.com> Co-authored-by: Oksana Grishchenko <91597950+oksana-grishchenko@users.noreply.github.com> Co-authored-by: George Kechagias <geo.kechagias@gmail.com> Co-authored-by: Natalia Marukovich <nmarukovich@gmail.com>
Contributor
|
Keep in mind that with percona/percona-postgresql-operator#1508 the extension API will change. I'll create a Helm PR with new structure. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://perconadev.atlassian.net/browse/K8SPG-1040