Skip to content

Commit 269b765

Browse files
korifi-botdanail-branekov
authored andcommitted
Updating vendir dependencies
1 parent 85ee579 commit 269b765

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

tests/vendir.lock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ directories:
1414
url: https://api.github.com/repos/cert-manager/cert-manager/releases/254726664
1515
path: cert-manager
1616
- git:
17-
commitTitle: 'fix: update release notes based on review feedback'
18-
sha: b1f3c43f84370504e218eb5be8a34c81348f866a
17+
commitTitle: Add v3.31.1 release notes
18+
sha: 7517d28a5fdb00ccf57088353c82862aad43e710
1919
tags:
20-
- v3.31.0
20+
- v3.31.1
2121
path: calico
2222
- git:
2323
commitTitle: Update Contour Docker image to v1.33.0....

tests/vendor/calico/operator-crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31421,6 +31421,7 @@ spec:
3142131421
loadBalancer:
3142231422
properties:
3142331423
assignIPs:
31424+
default: AllServices
3142431425
type: string
3142531426
type: object
3142631427
namespace:
@@ -31507,6 +31508,7 @@ spec:
3150731508
loadBalancer:
3150831509
properties:
3150931510
assignIPs:
31511+
default: AllServices
3151031512
type: string
3151131513
type: object
3151231514
namespace:

tests/vendor/calico/tigera-operator.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,19 @@ rules:
349349
resources:
350350
- mutatingwebhookconfigurations
351351
verbs:
352+
- create
352353
- delete
353354
- get
354355
- list
355356
- watch
357+
- apiGroups:
358+
- admissionregistration.k8s.io
359+
resources:
360+
- mutatingwebhookconfigurations
361+
resourceNames:
362+
- envoy-gateway-topology-injector.tigera-gateway
363+
verbs:
364+
- update
356365
# Needed for operator lock
357366
- apiGroups:
358367
- coordination.k8s.io
@@ -458,6 +467,8 @@ rules:
458467
- tcproutes.gateway.networking.k8s.io
459468
- tlsroutes.gateway.networking.k8s.io
460469
- udproutes.gateway.networking.k8s.io
470+
- xbackendtrafficpolicies.gateway.networking.x-k8s.io
471+
- xlistenersets.gateway.networking.x-k8s.io
461472
- backends.gateway.envoyproxy.io
462473
- backendtrafficpolicies.gateway.envoyproxy.io
463474
- clienttrafficpolicies.gateway.envoyproxy.io
@@ -576,7 +587,7 @@ spec:
576587
dnsPolicy: ClusterFirstWithHostNet
577588
containers:
578589
- name: tigera-operator
579-
image: quay.io/tigera/operator:v1.40.0
590+
image: quay.io/tigera/operator:v1.40.1
580591
imagePullPolicy: IfNotPresent
581592
command:
582593
- operator
@@ -597,7 +608,7 @@ spec:
597608
- name: OPERATOR_NAME
598609
value: "tigera-operator"
599610
- name: TIGERA_OPERATOR_INIT_IMAGE_VERSION
600-
value: v1.40.0
611+
value: v1.40.1
601612
envFrom:
602613
- configMapRef:
603614
name: kubernetes-services-endpoint

0 commit comments

Comments
 (0)