Skip to content

Commit

Permalink
Merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishiraj Chandra committed Nov 5, 2024
2 parents 25ecd54 + 992276a commit 8a72068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lab/bin/update-ide
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

set -e

cd /tmp

curl -fsSL https://raw.githubusercontent.com/${REPOSITORY_OWNER}/${REPOSITORY_NAME}/${REPOSITORY_REF}/lab/scripts/installer.sh | sudo bash

curl -fsSL https://raw.githubusercontent.com/${REPOSITORY_OWNER}/${REPOSITORY_NAME}/${REPOSITORY_REF}/lab/scripts/setup.sh | bash

echo "Your IDE has been updated, please close this terminal and open a new one to ensure the latest configuration is loaded."
echo ""
echo "Your IDE has been updated, please close this terminal and open a new one to ensure the latest configuration is loaded."
echo ""
2 changes: 1 addition & 1 deletion manifests/modules/aiml/chatbot/.workshop/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "aws_eks_addon" "pod_identity" {

module "karpenter" {
source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "~> 20.24"
version = "20.24"

cluster_name = var.addon_context.eks_cluster_id
enable_v1_permissions = true
Expand Down

0 comments on commit 8a72068

Please sign in to comment.