diff --git a/agent/agent-helm-kube-deploy.md b/agent/agent-helm-kube-deploy.md index d5df7c5..b147de3 100644 --- a/agent/agent-helm-kube-deploy.md +++ b/agent/agent-helm-kube-deploy.md @@ -164,7 +164,7 @@ Complete the following steps: If you are using the `iamMode`=`IAMAPIKey` then the complete command is: ```sh - helm install --dry-run oci://icr.io/ibm/observe/logs-agent-helm-kube-deploy --version --values /logs-values.yaml -n ibm-observe --create-namespace --set secret.iamAPIKey= --hide-secret + helm install --dry-run oci://icr.io/ibm/observe/logs-agent-helm --version --values /logs-values.yaml -n ibm-observe --create-namespace --set secret.iamAPIKey= --hide-secret ``` {: codeblock}