Skip to content

Commit ebd3ee0

Browse files
authored
fix: Update deploy-using-helm.md
1 parent ff6f7bf commit ebd3ee0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/nim/deploy/kubernetes/deploy-using-helm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,14 +391,14 @@ The `values.yaml` file customizes the Helm chart installation without modifying
391391
image:
392392
repository: private-registry.nginx.com/nms/integrations
393393
tag: <version>
394-
utility:
395-
image:
396-
repository: private-registry.nginx.com/nms/utility
397-
tag: <version>
398394
secmon:
399395
image:
400396
repository: private-registry.nginx.com/nms/secmon
401397
tag: <version>
398+
utility:
399+
image:
400+
repository: private-registry.nginx.com/nms/utility
401+
tag: <version>
402402
```
403403

404404
2. Save and close the `values.yaml` file.

0 commit comments

Comments
 (0)