Skip to content

Commit

Permalink
Bump calico 3.29.2
Browse files Browse the repository at this point in the history
3.29.1 had a wrong manifest assuming the "etcd" datastore instead of
"kubernetes" datastore. This fixes this and bumps calico to 3.29.2

Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
(cherry picked from commit 327c1a3)
  • Loading branch information
juanluisvaladas authored and github-actions[bot] committed Feb 21, 2025
1 parent 84a8acc commit 62f4248
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const (
EnvoyProxyImage = "quay.io/k0sproject/envoy-distroless"
EnvoyProxyImageVersion = "v1.31.5"
CalicoImage = "quay.io/k0sproject/calico-cni"
CalicoComponentImagesVersion = "v3.29.1-0"
CalicoComponentImagesVersion = "v3.29.2-0"
CalicoNodeImage = "quay.io/k0sproject/calico-node"
KubeControllerImage = "quay.io/k0sproject/calico-kube-controllers"
KubeRouterCNIImage = "quay.io/k0sproject/kube-router"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
# Source: calico/templates/calico-kube-controllers-rbac.yaml
# assuming datastore == "kubernetes"
#
# Include a clusterrole for the kube-controllers component,
# and bind it to the calico-kube-controllers serviceaccount.
kind: ClusterRole
Expand Down Expand Up @@ -34,6 +36,7 @@ rules:
- blockaffinities
- ipamblocks
- ipamhandles
- tiers
verbs:
- get
- list
Expand Down Expand Up @@ -75,6 +78,7 @@ rules:
verbs:
# read its own config
- get
- list
# create a default if none exists
- create
# update status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,14 @@ spec:
a valid secret key.
type: string
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
default: ""
description: 'Name of the referent. This field is effectively
required, but due to backwards compatibility is allowed
to be empty. Instances of this type with an empty value
here are almost certainly wrong. TODO: Add other useful
fields. apiVersion, kind, uid? More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn''t
need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.'
type: string
optional:
description: Specify whether the Secret or its key must be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,14 @@ spec:
a valid secret key.
type: string
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
default: ""
description: 'Name of the referent. This field is effectively
required, but due to backwards compatibility is allowed
to be empty. Instances of this type with an empty value
here are almost certainly wrong. TODO: Add other useful
fields. apiVersion, kind, uid? More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn''t
need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.'
type: string
optional:
description: Specify whether the Secret or its key must be
Expand Down

0 comments on commit 62f4248

Please sign in to comment.