diff --git a/test/integration/concierge_kubecertagent_test.go b/test/integration/concierge_kubecertagent_test.go index e44ad68e..d41b12bc 100644 --- a/test/integration/concierge_kubecertagent_test.go +++ b/test/integration/concierge_kubecertagent_test.go @@ -32,7 +32,7 @@ func TestKubeCertAgent(t *testing.T) { ctx, cancel := context.WithTimeout(ctx, 10*time.Second) defer cancel() agentPods, err := kubeClient.CoreV1().Pods(env.ConciergeNamespace).List(ctx, metav1.ListOptions{ - LabelSelector: "kube-cert-agent.pinniped.dev=v2", + LabelSelector: "kube-cert-agent.pinniped.dev=v3", }) if err != nil { return false, fmt.Errorf("failed to list pods: %w", err)