Skip to content

Commit

Permalink
CNI: Update calico from v3.28.1 to v3.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Sep 18, 2024
1 parent c38897d commit 39f19ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/bootstrapper/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func KindNet(repo string) string {
}

// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
const calicoVersion = "v3.28.1"
const calicoVersion = "v3.28.2"
const calicoRepo = "docker.io/calico"

// CalicoDaemonSet returns the image used for calicoDaemonSet
Expand Down

0 comments on commit 39f19ba

Please sign in to comment.