Skip to content

Commit

Permalink
Update image tag for notebook controller (#496)
Browse files Browse the repository at this point in the history
* Update image tag for notebook controller

* Update README.md with readme-generator-for-helm

Signed-off-by: chiragjn <[email protected]>

* Update Chart.yaml

---------

Signed-off-by: chiragjn <[email protected]>
Co-authored-by: chiragjn <[email protected]>
  • Loading branch information
chiragjn and chiragjn authored Aug 6, 2024
1 parent 41192c1 commit 197f9c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-notebook-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ type: application
description: "Notebook controller"
maintainers:
- name: truefoundry
version: 0.3.8
version: 0.3.9
2 changes: 1 addition & 1 deletion charts/tfy-notebook-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-notebook-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 197f9c3

Please sign in to comment.