Skip to content

Commit de98a14

Browse files
Bump versions and update docs (#654)
Merged by k8s agent bot.
1 parent c4dcc87 commit de98a14

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/nri-metadata-injection/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ icon: https://newrelic.com/assets/newrelic/source/NewRelic-logo-square.svg
66
sources:
77
- https://github.com/newrelic/k8s-metadata-injection
88
- https://github.com/newrelic/k8s-metadata-injection/tree/master/charts/nri-metadata-injection
9-
version: 4.28.0
10-
appVersion: 1.36.0
9+
version: 4.29.0
10+
appVersion: 1.37.0
1111
keywords:
1212
- infrastructure
1313
- newrelic

charts/nri-metadata-injection/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Options that can be defined globally include `affinity`, `nodeSelector`, `tolera
4141
| dnsConfig | object | `{}` | Sets pod's dnsConfig. Can be configured also with `global.dnsConfig` |
4242
| fullnameOverride | string | `""` | Override the full name of the release |
4343
| hostNetwork | bool | false | Sets pod's hostNetwork. Can be configured also with `global.hostNetwork` |
44+
| ignoreNamespaces | list | `["kube-public","kube-node-lease","kube-system"]` | This is a list of namespaces that will be ignored by the webhook. |
4445
| image | object | See `values.yaml` | Image for the New Relic Metadata Injector |
4546
| image.pullSecrets | list | `[]` | The secrets that are needed to pull images from a custom registry. |
4647
| injectOnlyLabeledNamespaces | bool | `false` | Enable the metadata decoration only for pods living in namespaces labeled with 'newrelic-metadata-injection=enabled'. |

0 commit comments

Comments
 (0)