Skip to content

Commit d4f088e

Browse files
Update chart version + docs
1 parent b3d8395 commit d4f088e

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

charts/nr-k8s-otel-collector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 0.8.21
20+
version: 0.8.22
2121

2222
dependencies:
2323
- name: common-library

charts/nr-k8s-otel-collector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ to export data to this connector which can then be connected to the New Relic ma
165165
| podLabels | object | `{}` | Additional labels for chart pods |
166166
| podSecurityContext | object | `{}` | Sets all security contexts (at pod level). Can be configured also with `global.securityContext.pod` |
167167
| priorityClassName | string | `""` | Sets pod's priorityClassName. Can be configured also with `global.priorityClassName` |
168-
| provider | string | `""` | Sets the provider that you are deploying your cluster into. Sets known config constraints for your specific provider. Currently supporting OpenShift and GKE autopilot. If set, provider must be one of "GKE_AUTOPILOT" or "OPEN_SHIFT" |
168+
| provider | string | `""` | The provider that you are deploying your cluster into. Sets known config constraints for your specific provider. Currently supporting OpenShift and GKE autopilot. If set, provider must be one of "GKE_AUTOPILOT" or "OPEN_SHIFT" |
169169
| proxy | string | `""` | Configures the Otel collector(s) to send all data through the specified proxy. |
170170
| rbac.create | bool | `true` | Specifies whether RBAC resources should be created |
171171
| receivers.filelog.enabled | bool | `true` | Specifies whether the `filelog` receiver is enabled |

charts/nr-k8s-otel-collector/README.md.gotmpl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,15 @@ Options that can be defined globally include `affinity`, `nodeSelector`, `tolera
6868
If using GKE Autopilot, please set the following configuration in your values.yaml file in order for the agent to work with GKE Autopilot.
6969

7070
```
71-
gkeAutopilot: true
71+
provider: "GKE_AUTOPILOT"
72+
```
73+
74+
## OpenShift
75+
76+
If using OpenShift, please set the following configuration in your values.yaml file in order for the agent to work with OpenShift.
77+
78+
```
79+
provider: "OPEN_SHIFT"
7280
```
7381

7482
## Helmless installation

charts/nr-k8s-otel-collector/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ kube-state-metrics:
1111
# -- Disable prometheus from auto-discovering KSM and potentially scraping duplicated data
1212
prometheusScrape: false
1313

14-
# This chart has support for OpenShift and gke Autopilot.
15-
# By setting this config, this chart will automatically apply known constraints for your provider.
16-
# Options: "OPEN_SHIFT", "GKE_AUTOPILOT"
17-
provider:
14+
# This chart has support for OpenShift and GKE Autopilot.
15+
# -- The provider that you are deploying your cluster into. Sets known config constraints for your specific provider. Currently supporting OpenShift and GKE autopilot. If set, provider must be one of "GKE_AUTOPILOT" or "OPEN_SHIFT"
16+
provider: ""
1817

1918
image:
2019
# -- OTel collector image to be deployed. You can use your own collector as long it accomplish the following requirements mentioned below.

0 commit comments

Comments
 (0)