File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
templates/scheduling/user-scheduler Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 68
68
registry : registry.k8s.io
69
69
repository : kube-scheduler
70
70
values_path : scheduling.userScheduler.image.tag
71
- version_startswith : " v1.25 "
71
+ version_startswith : " v1.26 "
72
72
version_patch_regexp_group_suffix : " "
73
73
74
74
- name : pause
Original file line number Diff line number Diff line change 19
19
# - unchanged between 1.18 and 1.20
20
20
# - changed in 1.21: get/list/watch permission for namespace,
21
21
# csidrivers, csistoragecapacities was added.
22
- # - unchanged between 1.22 and 1.26
22
+ # - unchanged between 1.22 and 1.27
23
23
#
24
- # ref: https://github.com/kubernetes/kubernetes/blob/v1.26 .0/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/cluster-roles.yaml#L730-L886
24
+ # ref: https://github.com/kubernetes/kubernetes/blob/v1.27 .0/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/cluster-roles.yaml#L736-L892
25
25
- apiGroups :
26
26
- " "
27
27
- events.k8s.io
@@ -183,9 +183,9 @@ rules:
183
183
# Copied from the system:volume-scheduler ClusterRole of the k8s version
184
184
# matching the kube-scheduler binary we use.
185
185
#
186
- # NOTE: These rules have not changed between 1.12 and 1.26 .
186
+ # NOTE: These rules have not changed between 1.12 and 1.27 .
187
187
#
188
- # ref: https://github.com/kubernetes/kubernetes/blob/v1.26 .0/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/cluster-roles.yaml#L1306-L1333
188
+ # ref: https://github.com/kubernetes/kubernetes/blob/v1.27 .0/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/cluster-roles.yaml#L1311-L1338
189
189
- apiGroups :
190
190
- " "
191
191
resources :
Original file line number Diff line number Diff line change @@ -503,9 +503,10 @@ scheduling:
503
503
# tag is automatically bumped to new patch versions by the
504
504
# watch-dependencies.yaml workflow. The minor version is pinned in the
505
505
# workflow, and should be updated there if a minor version bump is done
506
- # here.
506
+ # here. We aim to stay around 1 minor version behind the latest k8s
507
+ # version.
507
508
#
508
- tag : " v1.25.9 " # ref: https://github.com/kubernetes/website/blob/main/content/en/releases/patch-releases.md
509
+ tag : " v1.26.4 " # ref: https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG
509
510
pullPolicy :
510
511
pullSecrets : []
511
512
nodeSelector : {}
You can’t perform that action at this time.
0 commit comments