Open azeltov opened 3 weeks ago
had to modify to the chart arg to work .
This is error i was getting with the command in the documentation:
azureuser@azeltov-linux:~$ helm upgrade \ --install \ --username '$oauthtoken' \ --password "${NGC_API_KEY}" \ -n ${NAMESPACE} \ nv-ingest \ --set imagePullSecret.create=true \ --set imagePullSecret.password="${NGC_API_KEY}" \ --set ngcSecret.create=true \ --set ngcSecret.password="${NGC_API_KEY}" \ --set image.repository="nvcr.io/ohlfw0olaadg/ea-participants/nv-ingest" \ --set image.tag="24.10" \ https://helm.ngc.nvidia.com/ohlfw0olaadg/ea-participants/charts/nv-ingest-0.3.8.tgz Error: "helm upgrade" requires 2 arguments
Usage: helm upgrade [RELEASE] [CHART] [flags]
had to modify to the chart arg to work .
This is error i was getting with the command in the documentation:
azureuser@azeltov-linux:~$ helm upgrade \ --install \ --username '$oauthtoken' \ --password "${NGC_API_KEY}" \ -n ${NAMESPACE} \ nv-ingest \ --set imagePullSecret.create=true \ --set imagePullSecret.password="${NGC_API_KEY}" \ --set ngcSecret.create=true \ --set ngcSecret.password="${NGC_API_KEY}" \ --set image.repository="nvcr.io/ohlfw0olaadg/ea-participants/nv-ingest" \ --set image.tag="24.10" \ https://helm.ngc.nvidia.com/ohlfw0olaadg/ea-participants/charts/nv-ingest-0.3.8.tgz Error: "helm upgrade" requires 2 arguments
Usage: helm upgrade [RELEASE] [CHART] [flags]
Description
Checklist