diff --git a/content/nim/deploy/kubernetes/deploy-using-helm.md b/content/nim/deploy/kubernetes/deploy-using-helm.md index 0bc12fdcd..2e17d59b1 100644 --- a/content/nim/deploy/kubernetes/deploy-using-helm.md +++ b/content/nim/deploy/kubernetes/deploy-using-helm.md @@ -132,27 +132,31 @@ The `values.yaml` file customizes the Helm chart installation without modifying - name: regcred apigw: image: - repository: private-registry.nginx.com/nms-apigw + repository: private-registry.nginx.com/nms/apigw tag: core: image: - repository: private-registry.nginx.com/nms-core + repository: private-registry.nginx.com/nms/core tag: dpm: image: - repository: private-registry.nginx.com/nms-dpm + repository: private-registry.nginx.com/nms/dpm tag: ingestion: image: - repository: private-registry.nginx.com/nms-ingestion + repository: private-registry.nginx.com/nms/ingestion tag: integrations: image: - repository: private-registry.nginx.com/nms-integrations + repository: private-registry.nginx.com/nms/integrations + tag: + secmon: + image: + repository: private-registry.nginx.com/nms/secmon tag: utility: image: - repository: private-registry.nginx.com/nms-utility + repository: private-registry.nginx.com/nms/utility tag: ``` @@ -212,6 +216,7 @@ By default, the following network policies will be created in the release namesp dpm app.kubernetes.io/name=dpm 4m47s ingestion app.kubernetes.io/name=ingestion 4m47s integrations app.kubernetes.io/name=integrations 4m47s + secmon app.kubernetes.io/name=secmon 4m47s utility app.kubernetes.io/name=integrations 4m47s ```