Skip to content

Commit

Permalink
update karpenter agent version to 0.36.1
Browse files Browse the repository at this point in the history
Update the Karpenter Agent version to 0.36.1. Karpenter switched the
naming convention for its agent image tages to drop 'v':
https://gallery.ecr.aws/karpenter/karpenter

Signed-off-by: Gavin Inglis <giinglis@amazon.com>
  • Loading branch information
ginglis13 committed May 28, 2024
1 parent a019eae commit ae513d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use std::time::Duration;
use testsys_model::{Configuration, SecretName};
use tokio::fs::read_to_string;

const KARPENTER_VERSION: &str = "v0.33.1";
const KARPENTER_VERSION: &str = "0.36.1";
const CLUSTER_KUBECONFIG: &str = "/local/cluster.kubeconfig";
const PROVISIONER_YAML: &str = "/local/provisioner.yaml";
const TAINTED_NODEGROUP_NAME: &str = "tainted-nodegroup";
Expand Down

0 comments on commit ae513d6

Please sign in to comment.