Skip to content

Commit

Permalink
Update JupyterHub helm chart to 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Oct 17, 2024
1 parent 3182944 commit 77801d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/icl/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ variable "jupyterhub_singleuser_volume_size" {
variable "jupyterhub_singleuser_default_image" {
description = "Default Docker image for JupyterHub default profile"
# original image: jupyterhub/k8s-singleuser-sample:2.0.1-0.dev.git.6035.h643c0f0c
default = "pbchekin/icl-jupyterhub:0.0.21"
default = "pbchekin/icl-jupyterhub:0.0.22"
type = string
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/jupyterhub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ resource "helm_release" "jupyterhub" {
namespace = kubernetes_namespace.jupyterhub.id
chart = "jupyterhub"
repository = "https://jupyterhub.github.io/helm-chart"
version = "3.0.3"
version = "3.3.8"
timeout = 1200
# See https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/HEAD/jupyterhub/values.yaml
# See https://zero-to-jupyterhub.readthedocs.io/en/latest/resources/reference.html
Expand Down

0 comments on commit 77801d5

Please sign in to comment.