Skip to content

Commit

Permalink
chore: Bump helm provider version in jupyterhub blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
askulkarni2 authored Nov 30, 2023
2 parents 72d898e + cd5344b commit 9cde4cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![Data on EKS](website/static/img/doeks-logo-green.png)
# [Data on Amazon EKS (DoEKS)](https://awslabs.github.io/data-on-eks/)
# [Data on Amazon EKS (DoEKS)](https://awslabs.github.io/data-on-eks/)
(pronounce Do.eks)


Expand Down
2 changes: 1 addition & 1 deletion ai-ml/jupyterhub/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = ">= 2.4.1"
version = ">= 2.12.1"
}
random = {
source = "hashicorp/random"
Expand Down
1 change: 0 additions & 1 deletion ai-ml/trainium-inferentia/addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,3 @@ resource "kubectl_manifest" "mpi_operator" {
yaml_body = each.value
depends_on = [module.eks.eks_cluster_id]
}

0 comments on commit 9cde4cf

Please sign in to comment.