From b572cb9fb1f6a5d41ca72e67ab36bd489f74914b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 02:39:25 +0000 Subject: [PATCH 1/2] chore(deps): update node.js to e961046 --- charts/nodejs/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nodejs/values.yaml b/charts/nodejs/values.yaml index f2fd2f7..fa7851c 100644 --- a/charts/nodejs/values.yaml +++ b/charts/nodejs/values.yaml @@ -13,7 +13,7 @@ image: # image.pullPolicy -- The pull policy to use when launching pods for the deployment. pullPolicy: IfNotPresent # image.tag -- The tag of the image to pull from the repository. - tag: latest@sha256:b46a10d964ad15136ebdf9012142131481caa0697d7a4d4eafe4bbabd818f876 + tag: latest@sha256:e961046fec20896e8904f2b4a8b4c7e5ca91826d84d8d33d83dbaa61f942069e # service -- Service configurations. service: From 90079b730aec7aff08016de069d7eec6e48960ab Mon Sep 17 00:00:00 2001 From: "pt-release-please[bot]" <245757523+pt-release-please[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 02:40:26 +0000 Subject: [PATCH 2/2] docs: regenerate docs --- charts/nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nodejs/README.md b/charts/nodejs/README.md index f757bab..4b5e7f1 100644 --- a/charts/nodejs/README.md +++ b/charts/nodejs/README.md @@ -21,7 +21,7 @@ A Helm chart for Deploying NoodeJS applications to Kubernetes | image.pullPolicy | string | `"IfNotPresent"` | The pull policy to use when launching pods for the deployment. | | image.registry | string | `"docker.io"` | The registry where the image is hosted. | | image.repository | string | `"node"` | The repository to pull images from. | -| image.tag | string | `"latest@sha256:b46a10d964ad15136ebdf9012142131481caa0697d7a4d4eafe4bbabd818f876"` | The tag of the image to pull from the repository. | +| image.tag | string | `"latest@sha256:e961046fec20896e8904f2b4a8b4c7e5ca91826d84d8d33d83dbaa61f942069e"` | The tag of the image to pull from the repository. | | ingress.annotations | object | `{}` | Annotations to apply to the ingress. | | ingress.enabled | bool | `false` | Whether to enable ingress to the application. | | ingress.hosts | list | `[{"host":"chart-example.local","paths":["/"]}]` | Host and path configurations to route to the service |