Skip to content

Commit

Permalink
Merge pull request #898 from ginglis13/karpenter-agent-update
Browse files Browse the repository at this point in the history
update karpenter agent version to 0.36.1
  • Loading branch information
ginglis13 authored May 28, 2024
2 parents 1a8e5aa + ae513d6 commit 32edef7
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 32edef7

Please sign in to comment.