mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Add missing tags for kms and dynamic-resource-allocation for publishing
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
5fd9a519a9
commit
130bd8cba5
@ -349,10 +349,15 @@ rules:
|
||||
- destination: kms
|
||||
library: true
|
||||
branches:
|
||||
- source:
|
||||
- name: master
|
||||
source:
|
||||
branch: master
|
||||
dir: staging/src/k8s.io/kms
|
||||
name: master
|
||||
- name: release-1.26
|
||||
go: 1.19
|
||||
source:
|
||||
branch: release-1.26
|
||||
dir: staging/src/k8s.io/kms
|
||||
- destination: apiserver
|
||||
branches:
|
||||
- name: master
|
||||
@ -2391,6 +2396,22 @@ rules:
|
||||
source:
|
||||
branch: master
|
||||
dir: staging/src/k8s.io/dynamic-resource-allocation
|
||||
- name: release-1.26
|
||||
go: 1.19
|
||||
dependencies:
|
||||
- repository: apimachinery
|
||||
branch: release-1.26
|
||||
- repository: api
|
||||
branch: release-1.26
|
||||
- repository: client-go
|
||||
branch: release-1.26
|
||||
- repository: component-base
|
||||
branch: release-1.26
|
||||
- repository: kubelet
|
||||
branch: release-1.26
|
||||
source:
|
||||
branch: release-1.26
|
||||
dir: staging/src/k8s.io/dynamic-resource-allocation
|
||||
recursive-delete-patterns:
|
||||
- '*/.gitattributes'
|
||||
default-go-version: 1.19.3
|
||||
|
Loading…
Reference in New Issue
Block a user