targetPort for external service brokers
This fixes a bug that broke the external access feature for kafka
brokers. Now the external NodePort routes to the correct targetPort
for kafka brokers.
Fixes#11867
Signed-off-by: Mayank Kapoor <mayankkapoormail@gmail.com>
* [stable/airflow] Support affinity, nodeSelector and toleration for airflow & worker
Signed-off-by: Maha <you@example.com>
* update chart version
Signed-off-by: MahaGamal <mohaamer5@google.com>
* Bumped major chart version
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Added documentation to explain how authentication paramters work.
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Added new keyauth variables and conditionals to match them for secrets manager and systems manager. Session token must now be explictly enabled if used.
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Fixed typo with awsSsm paramter name
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Fixed minor version
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Uncommented session token flag and set default to false.
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Added missing backticks that broke formatting
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Fixed typo in notes
Signed-off-by: David Jannotta <djannotta@gmail.com>
* Bumped version to 0.14.1
Signed-off-by: David Jannotta <djannotta@gmail.com>
Enables the ability to set sysctlImage.enabled values can make some changes in the kernel of the host machine to make redis work as expected, in particular increasing the somaxconn value and disabling transparent huge pages.
Signed-off-by: Brian Nutt <brian@slice.com>
* [stable/rabbitmq] add annotations without dependency if metrics are enable or not
Signed-off-by: Juan Manuel <juanmanuel.vizcaino@iomed.es>
* added comment and fix annotation in svc
Signed-off-by: Juan Manuel <juanmanuel.vizcaino@iomed.es>
* Disable ebpf by default
This reverts the change made on 0.6.0
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* Specify in CHANGELOG that we are reverting the previous change.
The vast majority of our users are using the kernel module approach and
we can cause some troubles with this change.
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* Explain WHY we activated the ebpf module by default
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* [stable/graylog] add namespace in NOTES.txt when get secret
Signed-off-by: Peng Tian <tcpln2009@gmail.com>
* [stable/graylog] increase chart version to 0.1.2
Signed-off-by: Peng Tian <tcpln2009@gmail.com>
Statefulsets from kubernetes 1.9 set label statefulset.kubernetes.io/pod-name to pod name.
Thus setting label pod in initcontainer is not needed anymore.
Also rbac settings, previously needed by initContainer are not needed.
Signed-off-by: Tomasz Szuba <tomasz.szuba@hltech.com>
* [stable/odoo] Add support to existing PVCs
Signed-off-by: juan131 <juan@bitnami.com>
* Add an 'empty' line (##) between the comment and the value
Signed-off-by: juan131 <juan@bitnami.com>
* [mongodb] Update README with ingress setup
Signed-off-by: Chirica Gheorghe <chiricagheorghe@gmail.com>
* [kubeless] Add option to set functions-namespace
Signed-off-by: Chirica Gheorghe <chiricagheorghe@gmail.com>
* Upgrade to Falco 0.14.0
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* Enable eBPF by default on Falco builds
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* Allow to specify images from different registries than `docker.io`
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* Upgrade Chart version to a minor one because eBPF default value
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* Use RollingUpgrade strategy by default
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* Provide a sane defaults for resources
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* Update CHANGELOG entries
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
* Add minor / major categorization to changelog
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Rendering the volumes using the tpl function allows templating within values.yaml
If one for example renders a secret or config-map within a chart which has this chart
declared as dependency in its `requirements.yaml` then one could inject the rendered
secret like this:
```
Persistence:
volumes:
- name: jenkins-secrets
secret:
secretName: '{{ template "jenkins.fullname" . }}-casc-secrets'
mounts:
- mountPath: /run/secrets/casc
name: jenkins-secrets
readOnly: true
```
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* [elasticsearch-curator] Enabling the use of secrets in environment
Signed-off-by: Endre Czirbesz <endre.czirbesz@rungway.com>
* [elasticsearch-curator] Adding imagePullSecrets to CronJob spec
Signed-off-by: Endre Czirbesz <endre.czirbesz@rungway.com>