Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #209

wants to merge 1 commit into from

Conversation

azeltov
Copy link

@azeltov azeltov commented Nov 5, 2024

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

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant