Skip to content

Commit

Permalink
Merge pull request k0sproject#5573 from juanluisvaladas/calico-3.29.2
Browse files Browse the repository at this point in the history
Bump calico 3.29.2
  • Loading branch information
juanluisvaladas authored Feb 21, 2025
2 parents b384128 + 327c1a3 commit c6907fb
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.32.3"
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 c6907fb

Please sign in to comment.