-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/prometheus-operator] Namespace override #19974
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: YoninL The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @YoninL. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…19900) Signed-off-by: Travis Groth <tgroth@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
…r) (#19875) Comment in values.yaml related to kubeScheduler scraping configuration incorrectly referred to kube-controller-manager scraping. Only the comment is fixed as the logic is correct. Signed-off-by: Martin Polednik <m.polednik@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
…19907) Signed-off-by: juan131 <juan@bitnami.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
The following document describes all the standard labels that charts should include: https://v2.helm.sh/docs/chart_best_practices/#standard-labels Kong's chart already had these but the keys were outdated. This commit also de-duplicates these data to further DRY out these labels. Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
* [stable/kong] add rainest as a maintainer Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] update CRDs to Ingress Controller 0.7 Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] standardize and optimize readiness and liveness probes - Initial delay has been lowered to 5 seconds for increased responsiveness - Frequency is now 10 seconds, again for reponsiveness - timeout has been standardized to 1s Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] 0.35.1 changelog Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] remove the extra space in NOTES.txt Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] fix values.yalm ingress tls section Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: naresh@getsidecar.com <naresh@getsidecar.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
…#19886) * [stable/nginx-ingress] Fix ClusterRole creation when using namespaces We want to be able to choose to deploy to a namespace and still opt-in to ClusterRole creation. Fixes: #18420 Signed-off-by: Graham McGregor <graham@gmcgregor.ca> Co-authored-by: Madeline Van Der Paelt <madd_y@hotmail.com> * [stable/nginx-ingress] Bump nginx-ingress chart version Signed-off-by: Graham McGregor <graham@gmcgregor.ca> Co-authored-by: Madeline Van Der Paelt <madd_y@hotmail.com> Co-authored-by: maddster82 <madd_y@hotmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
…t upgrades (#19916) Signed-off-by: Peter Rifel <pgrifel@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: Bitnami Containers <containers@bitnami.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
* feat: make specifiying email secret key possible Signed-off-by: wilmardo <info@wilmardenouden.nl> * feat: make specifiying postgresql secret key possible Signed-off-by: wilmardo <info@wilmardenouden.nl> * feat: make specifiying redis secret key possible Signed-off-by: wilmardo <info@wilmardenouden.nl> * chore: bump chartVersion Signed-off-by: wilmardo <info@wilmardenouden.nl> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Give port-by-port permission in psp to improve security. Signed-off-by: Yu Chih <secret104278@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: Peter Rifel <pgrifel@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
…ration (#19707) * Fix PodDisruptionBudget configuration Signed-off-by: Maxim Valiarovski <maxim.valiarovski@target.com> * simplify -podDisruptionBudget configuration management Signed-off-by: Maxim Valiarovski <maxim.valiarovski@target.com> * Update readme Signed-off-by: Maxim Valiarovski <maxim.valiarovski@target.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
… be quoted (#19765) * If clusterIPs are set, they will automatically be quoted Signed-off-by: Naseem <naseemkullah@gmail.com> * bump version Signed-off-by: Naseem <naseemkullah@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
* [stable/minio] Decouple directory root from the mountPath Introduce a new variable named `.Values.bucketRoot` which defaults to `.Values.mountPath` if unset. This allows the Helm chart to serve only a subset of the mounted drive, which can be useful if the mounted data contains symlinks to locations that should not be accessible directly through minio. Addresses #19939 Signed-off-by: gzur <gzur@gzur.org> * Remove extra spaces Signed-off-by: gzur <gzur@gzur.org> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: Tim Moore <moreginger@warpmail.net> Signed-off-by: Jeremy <yong.jiang1@hp.com>
* [stable/kong] add sideEffects and admissionReviewVersions These are required fields for v1 and we operate on v1beta but support the v1 resources as well. Also removed the sym link to default values and introduced a blank file. Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] use service type NodePort for CI testing kind doesn't support services of type LoadBalancer and the CI test fail on kind. This is part of the effort to move the chart under Kong's Github organization and deprecate it from `helm/charts` repo on Github. Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] 0.36.2 admission webhook fixes Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> * [stable/kong] bump up timeouts to 5 seconds On constrained hardware and especially Minikube, 1 second timeouts are common. Possibly, due to triple scheduling going on. Signed-off-by: Harry Bagdi <harrybagdi@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
… pod scraping (#19379) * Updated README.md with instructions for configuring pod scraping Signed-off-by: Adam Pickering <adamkpickering@gmail.com> * Updated chart version to latest. Signed-off-by: Adam Pickering <adamkpickering@gmail.com> * Bumped version to be in sync... again Signed-off-by: Adam Pickering <adamkpickering@gmail.com> * Bumped chart version Signed-off-by: Adam Pickering <adamkpickering@gmail.com> * Bumped version again Signed-off-by: Adam Pickering <adamkpickering@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: Bitnami Containers <containers@bitnami.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: Bitnami Containers <containers@bitnami.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
…rvice type is NodePort (#19936) Signed-off-by: Maxime Guillet <mguillet@mailjet.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
add source ip preservation detail and change default externalTrafficPolicy to Local (default controller.service.type is LoadBalancer) Signed-off-by: jfcoz <you@example.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
* [stable/mediawiki] Add Mediawiki host parameter Signed-off-by: David Gomez <dgomezleon@vmware.com> * Apply feedback to fix NOTES.txt Signed-off-by: David Gomez <dgomezleon@vmware.com> * Add httpHeaders to readiness and liveness probes Signed-off-by: David Gomez <dgomezleon@vmware.com> * Access api.php for readiness Signed-off-by: David Gomez <dgomezleon@vmware.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
* File system 'fs-12345678' does not exist Fix issue related to default file system id: ``` W0109 08:06:08.407526 1 efs-provisioner.go:91] couldn't confirm that the EFS file system exists: FileSystemNotFound: File system 'fs-12345678' does not exist. ``` Signed-off-by: Dawid Malinowski <dawidmalina@gmail.com> * Update Chart.yaml Signed-off-by: Dawid Malinowski <dawidmalina@gmail.com> Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: Jeremy <yong.jiang1@hp.com>
Signed-off-by: Jeremy <yong.jiang1@hp.com>
My |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
This issue is being automatically closed due to inactivity. |
hi @bismarck and @gianrubio, can we please re-open this? what is the next step for this? |
What this PR does / why we need it:
It adds a namespaceOverride parameter, which allows this chart to be used in cases where templating is used across namespaces. By providing this parameter, the resulting templating will output to the specified namespace.
Special notes for your reviewer:
This change is needed for implementing #18837 and inspired by #18986