Hi Siva,
I am not able to reproduce any error, here is my output -
changed: [localhost] => {
"changed": true,
"command": "/usr/local/bin/helm upgrade -i --reset-values -f=/tmp/tmp9iz7ys8s.yml newrelic newrelic/nri-bundle",
"invocation": {
"module_args": {
"api_key": null,
"atomic": false,
"binary_path": "/usr/local/bin/helm",
"ca_cert": null,
"chart_ref": "newrelic/nri-bundle",
"chart_repo_url": null,
"chart_version": null,
"context": null,
"create_namespace": false,
"disable_hook": false,
"force": false,
"host": null,
"kubeconfig": null,
"name": "newrelic",
"purge": true,
"release_name": "newrelic",
"release_namespace": "default",
"release_state": "present",
"release_values": {
"global.cluster": "a",
"global.licenseKey": "a",
"infrastructure.enabled": true,
"prometheus.enabled": true
},
"replace": false,
"skip_crds": false,
"update_repo_cache": false,
"validate_certs": true,
"values": {
"global.cluster": "a",
"global.licenseKey": "a",
"infrastructure.enabled": true,
"prometheus.enabled": true
},
"values_files": [],
"wait": false,
"wait_timeout": null
}
},
"status": {
"app_version": "1.0",
"chart": "nri-bundle-2.6.0",
"name": "newrelic",
"namespace": "default",
"revision": "1",
"status": "deployed",
"updated": "2021-03-31 17:20:56.228572 +0530 IST",
"values": {
"global.cluster": "a",
"global.licenseKey": "a",
"infrastructure.enabled": true,
"prometheus.enabled": true
}
},
"stderr": "",
"stderr_lines": [],
"stdout": "Release \"newrelic\" does not exist. Installing it now.\nNAME: newrelic\nLAST DEPLOYED: Wed Mar 31 17:20:56 2021\nNAMESPACE: default\nSTATUS: deployed\nREVISION: 1\nTEST SUITE: None\n",
"stdout_lines": [
"Release \"newrelic\" does not exist. Installing it now.",
"NAME: newrelic",
"LAST DEPLOYED: Wed Mar 31 17:20:56 2021",
"NAMESPACE: default",
"STATUS: deployed",
"REVISION: 1",
"TEST SUITE: None"
]
}
Can you please paste your error message or console log?