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 | 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: