From 197f9c3edab34da5d01b590a4b18ad03497c56d9 Mon Sep 17 00:00:00 2001 From: Chirag Jain Date: Tue, 6 Aug 2024 20:06:38 +0530 Subject: [PATCH] Update image tag for notebook controller (#496) * Update image tag for notebook controller * Update README.md with readme-generator-for-helm Signed-off-by: chiragjn * Update Chart.yaml --------- Signed-off-by: chiragjn Co-authored-by: chiragjn --- charts/tfy-notebook-controller/Chart.yaml | 2 +- charts/tfy-notebook-controller/README.md | 2 +- charts/tfy-notebook-controller/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tfy-notebook-controller/Chart.yaml b/charts/tfy-notebook-controller/Chart.yaml index 93e3d496a..9b2a3cd4b 100644 --- a/charts/tfy-notebook-controller/Chart.yaml +++ b/charts/tfy-notebook-controller/Chart.yaml @@ -4,4 +4,4 @@ type: application description: "Notebook controller" maintainers: - name: truefoundry -version: 0.3.8 +version: 0.3.9 diff --git a/charts/tfy-notebook-controller/README.md b/charts/tfy-notebook-controller/README.md index 6a8b6ecdf..350bc5f8d 100644 --- a/charts/tfy-notebook-controller/README.md +++ b/charts/tfy-notebook-controller/README.md @@ -15,7 +15,7 @@ This Helm chart package, provided by TrueFoundry, contains configurations and re | `istioGateway` | Istio Gateway for the notebook controller. | `istio-system/tfy-wildcard` | | `image.pullPolicy` | Pull Policy for notebook controller. | `IfNotPresent` | | `image.repository` | Image repository for the notebook controller. | `public.ecr.aws/truefoundrycloud/tfy-notebook-controller` | -| `image.tag` | Image tag for the notebook controller. | `f7bec5785a18a7d22fed3a1e5fe4d25c9e9a0063` | +| `image.tag` | Image tag for the notebook controller. | `26355af4127e692053bbeb96a7d9773de75e6c65` | | `resources.limits.cpu` | CPU limit for the notebook controller. | `100m` | | `resources.limits.memory` | Memory limit for the notebook controller. | `256Mi` | | `resources.limits.ephemeral-storage` | Ephemeral storage limit for the notebook controller. | `256Mi` | diff --git a/charts/tfy-notebook-controller/values.yaml b/charts/tfy-notebook-controller/values.yaml index acd79fb60..57d2f90f6 100644 --- a/charts/tfy-notebook-controller/values.yaml +++ b/charts/tfy-notebook-controller/values.yaml @@ -33,7 +33,7 @@ istioGateway: istio-system/tfy-wildcard image: pullPolicy: IfNotPresent repository: "public.ecr.aws/truefoundrycloud/tfy-notebook-controller" - tag: "f7bec5785a18a7d22fed3a1e5fe4d25c9e9a0063" + tag: "26355af4127e692053bbeb96a7d9773de75e6c65" ## Resource limits and requests for the notebook controller. ## @param resources.limits.cpu CPU limit for the notebook controller. ## @param resources.limits.memory Memory limit for the notebook controller.