helm-charts

newrelic-controller

Version: 1.2 AppVersion: 0.8

A controller for managing New Relic settings

Homepage: https://github.com/max-rocket-internet/newrelic-controller

How to install this chart

A simple install with default values, latest chart version and generated name:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/newrelic-controller

To install a specific version of this chart:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/newrelic-controller --version 1.2

To install the chart with the release name my-release:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/newrelic-controller

To install with some set values:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/newrelic-controller --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/newrelic-controller -f values.yaml

Source Code

Values

Key Type Default Description
affinity object {}  
fullnameOverride string ""  
image.pullPolicy string "IfNotPresent"  
image.repository string "maxrocketinternet/newrelic-controller"  
image.tag float 0.8  
log_level string "info"  
nameOverride string ""  
new_relic_api_key string "your_key_here" Your New Relic API key
nodeSelector object {}  
rbac.create bool true  
replicaCount int 1  
resources object {}  
serviceAccount.create bool true  
serviceAccount.name string nil  
tolerations list []  

Maintainers

Name Email Url
max-rocket-internet   https://github.com/max-rocket-internet

Chart source and versions

Chart source: github.com/deliveryhero/helm-charts/newrelic-controller

Older chart versions: github.com/deliveryhero/helm-charts/pkgs/container/helm-charts/newrelic-controller