You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nodejs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ A Helm chart for Deploying NoodeJS applications to Kubernetes
21
21
| image.pullPolicy | string |`"IfNotPresent"`| The pull policy to use when launching pods for the deployment. |
22
22
| image.registry | string |`"docker.io"`| The registry where the image is hosted. |
23
23
| image.repository | string |`"node"`| The repository to pull images from. |
24
-
| image.tag | string |`"latest@sha256:b46a10d964ad15136ebdf9012142131481caa0697d7a4d4eafe4bbabd818f876"`| The tag of the image to pull from the repository. |
24
+
| image.tag | string |`"latest@sha256:926d6cafec97f338577041890465522f70fe74aa6fe4b021a4fd7f87a5996b25"`| The tag of the image to pull from the repository. |
25
25
| ingress.annotations | object |`{}`| Annotations to apply to the ingress. |
26
26
| ingress.enabled | bool |`false`| Whether to enable ingress to the application. |
27
27
| ingress.hosts | list |`[{"host":"chart-example.local","paths":["/"]}]`| Host and path configurations to route to the service |
0 commit comments