Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions pkg/v1/providers/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: fix cpi daemonset overlay for v1.22.3 (#2500)
sha: ef137b14f5c3825592aa9d08c3228d0a93169460
commitTitle: 'patch priorityClassName: system-node-critical in CPI daemonset
(#2524)'
sha: 9e70164c014c23bc47848a576cde10621bab4677
tags:
- v0.10.0-dev.1-206-gef137b14
- v0.10.0-dev.1-213-g9e70164c
path: .
path: ytt/vendir/vsphere_cpi/_ytt_lib
- contents:
Expand Down
2 changes: 1 addition & 1 deletion pkg/v1/providers/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ directories:
- path: .
git:
url: git@github.com:vmware-tanzu/tce.git
ref: ef137b14f5c3825592aa9d08c3228d0a93169460
ref: 9e70164c014c23bc47848a576cde10621bab4677
includePaths:
- addons/packages/vsphere-cpi/1.22.3/bundle/config/**/*
- path: ytt/vendir/cni/_ytt_lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
labels:
k8s-app: vsphere-cloud-controller-manager
spec:
priorityClassName: system-node-critical
containers:
- args:
- --v=2
Expand Down