docs: Update Karpenter example version; add additional clarification on access entry migration to upgrade guide (#2924)

This commit is contained in:
Bryant Biggs
2024-02-12 16:34:23 -05:00
committed by GitHub
parent 659401d9bf
commit d6d97519d4
2 changed files with 14 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ data "aws_ecrpublic_authorization_token" "token" {
locals {
name = "ex-${replace(basename(path.cwd), "_", "-")}"
cluster_version = "1.28"
cluster_version = "1.29"
region = "eu-west-1"
vpc_cidr = "10.0.0.0/16"
@@ -169,7 +169,7 @@ resource "helm_release" "karpenter" {
repository_username = data.aws_ecrpublic_authorization_token.token.user_name
repository_password = data.aws_ecrpublic_authorization_token.token.password
chart = "karpenter"
version = "v0.33.1"
version = "v0.34.0"
wait = false
values = [