Skip to content

Commit 8c4e4b0

Browse files
fix: remove redundant/unused image tags (#1451)
* fix: remove redundant/unused image tags * fix: adjust comment length * fix: Update content/nim/deploy/kubernetes/deploy-using-helm.md Co-authored-by: Jon Torre <78599298+JTorreG@users.noreply.github.com> --------- Co-authored-by: Jon Torre <78599298+JTorreG@users.noreply.github.com>
1 parent 1953dfa commit 8c4e4b0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ https://docs.nginx.com/nginx-instance-manager/deploy/kubernetes/helm-config-sett
136136
{{< /call-out >}}
137137

138138
```yaml
139+
# When openshift.enabled is set, the chart deploys to OpenShift.
140+
# If it’s unset or left as-is, it defaults to a Kubernetes deployment.
141+
# openshift:
142+
# enabled: false
143+
139144
nmsClickhouse:
140145
mode: internal # options: internal, external, disabled
141146
@@ -149,34 +154,27 @@ imagePullSecrets:
149154
apigw:
150155
image:
151156
repository: private-registry.nginx.com/nms/apigw
152-
tag: <version>
153157
core:
154158
image:
155159
repository: private-registry.nginx.com/nms/core
156-
tag: <version>
157160
dpm:
158161
image:
159162
repository: private-registry.nginx.com/nms/dpm
160-
tag: <version>
161163
ingestion:
162164
image:
163165
repository: private-registry.nginx.com/nms/ingestion
164-
tag: <version>
165166
integrations:
166167
image:
167168
repository: private-registry.nginx.com/nms/integrations
168-
tag: <version>
169169
secmon:
170170
image:
171171
repository: private-registry.nginx.com/nms/secmon
172-
tag: <version>
173172
utility:
174173
image:
175174
repository: private-registry.nginx.com/nms/utility
176-
tag: <version>
177175
```
178176

179-
These values are required when pulling images from the NGINX private registry. The chart doesn't auto-resolve image tags. Set each `tag:` value to match the NGINX Instance Manager version you want to install. Refer to the Helm chart table for version details.
177+
The values required to pull images from the NGINX private registry are now automatically resolved, including image tags. Each image’s `tag:` is set by default to the latest NGINX Instance Manager version. See the [Helm chart table in the chart installation section]({{< ref "/nim/deploy/kubernetes/deploy-using-helm.md#install-the-chart" >}}) for version details.
180178

181179
Use the file with the `-f values.yaml` flag when installing the chart.
182180

0 commit comments

Comments
 (0)