Skip to content

Commit fe77a09

Browse files
committed
Update kube-scheduler in user-scheduler from 1.25.9 to 1.26.4
1 parent 9d32cfd commit fe77a09

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/watch-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
registry: registry.k8s.io
6969
repository: kube-scheduler
7070
values_path: scheduling.userScheduler.image.tag
71-
version_startswith: "v1.25"
71+
version_startswith: "v1.26"
7272
version_patch_regexp_group_suffix: ""
7373

7474
- name: pause

jupyterhub/templates/scheduling/user-scheduler/rbac.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ rules:
1919
# - unchanged between 1.18 and 1.20
2020
# - changed in 1.21: get/list/watch permission for namespace,
2121
# csidrivers, csistoragecapacities was added.
22-
# - unchanged between 1.22 and 1.26
22+
# - unchanged between 1.22 and 1.27
2323
#
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
2525
- apiGroups:
2626
- ""
2727
- events.k8s.io
@@ -183,9 +183,9 @@ rules:
183183
# Copied from the system:volume-scheduler ClusterRole of the k8s version
184184
# matching the kube-scheduler binary we use.
185185
#
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.
187187
#
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
189189
- apiGroups:
190190
- ""
191191
resources:

jupyterhub/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,10 @@ scheduling:
503503
# tag is automatically bumped to new patch versions by the
504504
# watch-dependencies.yaml workflow. The minor version is pinned in the
505505
# 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.
507508
#
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
509510
pullPolicy:
510511
pullSecrets: []
511512
nodeSelector: {}

0 commit comments

Comments
 (0)