Skip to content

Commit 7c37b57

Browse files
authored
Update discovery-kubernetes.md
1 parent 8b3e073 commit 7c37b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CloudAppSecurityDocs/discovery-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This article describes how to configure automatic log upload for continuous repo
3838
1. Run the helm command using the following syntax:
3939
4040
```AzureCLI
41-
helm install <release-name> oci://agentspublic.azurecr.io/logcollector-chart --version 1.0.0 --set inputString="<generated id> ",env.PUBLICIP="<public ip>",env.SYSLOG="true",env.COLLECTOR="<collector-name>",env.CONSOLE="<Console-id>",env.INCLUDE_TLS="on" --set-file ca=<absolute path of ca.pem file> --set-file serverkey=<absolute path of server-key.pem file> --set-file servercert=<absolute path of server-cert.pem file> --set replicas=<no of replicas> --set image.tag=0.272.0
41+
helm install <release-name> oci://mcr.microsoft.com/mcas/helmchart/logcollector-chart --version 1.0.5 --set inputString="<generated id> ",env.PUBLICIP="<public ip>",env.SYSLOG="true",env.COLLECTOR="<collector-name>",env.CONSOLE="<Console-id>",env.INCLUDE_TLS="on" --set-file ca=<absolute path of ca.pem file> --set-file serverkey=<absolute path of server-key.pem file> --set-file servercert=<absolute path of server-cert.pem file> --set replicas=<no of replicas> -n <namespace>
4242
```
4343
4444
Find the values for the helm command using the docker command used when the collector is configured. For example:

0 commit comments

Comments
 (0)