Fixes#18997, which causes graylog chart to fail due to deprecated
API version used by the old mongodb-replicaset chart.
Signed-off-by: juliohm1978 <jhm@juliohm.com.br>
starting with v3.0.0 of this Helm Chart, the
extraArgs configuration value stopped working,
as it was not passed through the Minio binary.
This fix adds the parameters directly to the
Entrypoint command.
Fixes#19903
Signed-off-by: Willi Eggeling <thewilli@gmail.com>
* Bump prometheus-operator chart version
Signed-off-by: yujin-hong <dbwlsdl2500@gist.ac.kr>
* [stable/prometheus-operater] fix typo for prometheus Operator Service type comment
Service type `NodePort` was denoted as `NodepPort`. It can cause confusion to beginners.
Signed-off-by: yujin-hong <dbwlsdl2500@gist.ac.kr>
* update prometheus to 2.15.2 and also all other used images to newest version
Signed-off-by: André Bauer <monotek23@gmail.com>
* changed alertmanager baseurl to satisfy the new check of the url on container startup
Signed-off-by: André Bauer <monotek23@gmail.com>
* removed executable flag from files
Signed-off-by: André Bauer <monotek23@gmail.com>
* fix merge conflict
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
Fix the usage of the `.Values.datadog.site` and `.Values.datadog.dd_url`
parameters when `.Values.daemonset.useDedicatedContainers` is activated.
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
The most important bit here however, is adding 'pods insecure' to
kubernetes configuration, which currently makes this chart not pass
Kubernetes conformance tests, if installed without modifying the values
as cluster DNS provider.
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
* 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>
add source ip preservation detail and change default externalTrafficPolicy to Local (default controller.service.type is LoadBalancer)
Signed-off-by: jfcoz <you@example.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>
* [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>
* [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: https://github.com/helm/charts/issues/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>
* [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>
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>
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>
* [stable/kong] typos in readme and change Kong Enterprise section
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* remove ci test, it is a duplicate of defautl-values.yaml
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* remove ci test, it is another duplicate of defautl-values.yaml
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* [stable/kong] consolidate various CI tests
We get a lot of flaky tests. Some of those are likely cause by the CI
process itself but reducing the number of tests gives us a speedy test
and reduces the probability of flakiness.
There are no tests that are being skipped here, multipe unrelated tests
have been consolidated together.
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* [stable/kong] draft changelog and version bump
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* [stable/kong] elaborate on kong enterprise and fix typos
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* [stable/kong] call out pre-reqs in install for enterprise
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* [stable/kong] renam test files to run the tests
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* remove blank lines as lint barfs
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* remove blank lines as lint barfs
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* remove trailing white space
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* [stable/kong] update changelog and version
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* specify pg details in ci test
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
* [stabl/kong] de-duplicate test2 and test4
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
Add an additional level of indentation to Job securityContexts.
Previously, the context would render incorrectly, e.g.
securityContext:
runAsUser: 1000
It should now render as:
securityContext:
runAsUser: 1000
Signed-off-by: Travis Raines <traines@konghq.com>