Skip to content

Commit 8e72d88

Browse files
Update quay.io/projectsyn/lieutenant-operator Docker tag to v1.11.9 (#128)
Signed-off-by: Renovate Bot <[email protected]>
1 parent d644ac9 commit 8e72d88

File tree

7 files changed

+11
-96
lines changed

7 files changed

+11
-96
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
operator:
88
registry: quay.io
99
repository: projectsyn/lieutenant-operator
10-
version: '1.11.8'
10+
version: '1.11.9'
1111
api:
1212
registry: docker.io
1313
repository: projectsyn/lieutenant-api

tests/golden/defaults/lieutenant/lieutenant/00_crds/syn.tools_clusters.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: clusters.syn.tools
88
spec:
99
group: syn.tools
@@ -119,7 +119,6 @@ spec:
119119
description: |-
120120
CIVariables is a list of key-value pairs that will be set as CI variables in the Git repository.
121121
122-
123122
The variables are not expanded like PodSpec environment variables.
124123
items:
125124
description: EnvVar represents an environment added to the CI
@@ -171,9 +170,7 @@ spec:
171170
This field is effectively required, but due to backwards compatibility is
172171
allowed to be empty. Instances of this type with an empty value here are
173172
almost certainly wrong.
174-
TODO: Add other useful fields. apiVersion, kind, uid?
175173
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
176-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
177174
type: string
178175
optional:
179176
description: Specify whether the Secret or its key
@@ -277,9 +274,7 @@ spec:
277274
This field is effectively required, but due to backwards compatibility is
278275
allowed to be empty. Instances of this type with an empty value here are
279276
almost certainly wrong.
280-
TODO: Add other useful fields. apiVersion, kind, uid?
281277
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
282-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
283278
type: string
284279
type: object
285280
x-kubernetes-map-type: atomic

tests/golden/defaults/lieutenant/lieutenant/00_crds/syn.tools_gitrepos.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: gitrepos.syn.tools
88
spec:
99
group: syn.tools
@@ -83,7 +83,6 @@ spec:
8383
description: |-
8484
CIVariables is a list of key-value pairs that will be set as CI variables in the Git repository.
8585
86-
8786
The variables are not expanded like PodSpec environment variables.
8887
items:
8988
description: EnvVar represents an environment added to the CI system
@@ -131,9 +130,7 @@ spec:
131130
This field is effectively required, but due to backwards compatibility is
132131
allowed to be empty. Instances of this type with an empty value here are
133132
almost certainly wrong.
134-
TODO: Add other useful fields. apiVersion, kind, uid?
135133
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
136-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
137134
type: string
138135
optional:
139136
description: Specify whether the Secret or its key must
@@ -220,9 +217,7 @@ spec:
220217
This field is effectively required, but due to backwards compatibility is
221218
allowed to be empty. Instances of this type with an empty value here are
222219
almost certainly wrong.
223-
TODO: Add other useful fields. apiVersion, kind, uid?
224220
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
225-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
226221
type: string
227222
type: object
228223
x-kubernetes-map-type: atomic

tests/golden/defaults/lieutenant/lieutenant/00_crds/syn.tools_tenants.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: tenants.syn.tools
88
spec:
99
group: syn.tools
@@ -124,7 +124,6 @@ spec:
124124
description: |-
125125
CIVariables is a list of key-value pairs that will be set as CI variables in the Git repository.
126126
127-
128127
The variables are not expanded like PodSpec environment variables.
129128
items:
130129
description: EnvVar represents an environment added to the
@@ -176,9 +175,7 @@ spec:
176175
This field is effectively required, but due to backwards compatibility is
177176
allowed to be empty. Instances of this type with an empty value here are
178177
almost certainly wrong.
179-
TODO: Add other useful fields. apiVersion, kind, uid?
180178
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
181-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
182179
type: string
183180
optional:
184181
description: Specify whether the Secret or its
@@ -285,9 +282,7 @@ spec:
285282
This field is effectively required, but due to backwards compatibility is
286283
allowed to be empty. Instances of this type with an empty value here are
287284
almost certainly wrong.
288-
TODO: Add other useful fields. apiVersion, kind, uid?
289285
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
290-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
291286
type: string
292287
type: object
293288
x-kubernetes-map-type: atomic
@@ -373,7 +368,6 @@ spec:
373368
description: |-
374369
CIVariables is a list of key-value pairs that will be set as CI variables in the Git repository.
375370
376-
377371
The variables are not expanded like PodSpec environment variables.
378372
items:
379373
description: EnvVar represents an environment added to the CI
@@ -425,9 +419,7 @@ spec:
425419
This field is effectively required, but due to backwards compatibility is
426420
allowed to be empty. Instances of this type with an empty value here are
427421
almost certainly wrong.
428-
TODO: Add other useful fields. apiVersion, kind, uid?
429422
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
430-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
431423
type: string
432424
optional:
433425
description: Specify whether the Secret or its key

tests/golden/defaults/lieutenant/lieutenant/00_crds/syn.tools_tenanttemplates.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: tenanttemplates.syn.tools
88
spec:
99
group: syn.tools
@@ -124,7 +124,6 @@ spec:
124124
description: |-
125125
CIVariables is a list of key-value pairs that will be set as CI variables in the Git repository.
126126
127-
128127
The variables are not expanded like PodSpec environment variables.
129128
items:
130129
description: EnvVar represents an environment added to the
@@ -176,9 +175,7 @@ spec:
176175
This field is effectively required, but due to backwards compatibility is
177176
allowed to be empty. Instances of this type with an empty value here are
178177
almost certainly wrong.
179-
TODO: Add other useful fields. apiVersion, kind, uid?
180178
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
181-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
182179
type: string
183180
optional:
184181
description: Specify whether the Secret or its
@@ -285,9 +282,7 @@ spec:
285282
This field is effectively required, but due to backwards compatibility is
286283
allowed to be empty. Instances of this type with an empty value here are
287284
almost certainly wrong.
288-
TODO: Add other useful fields. apiVersion, kind, uid?
289285
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
290-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
291286
type: string
292287
type: object
293288
x-kubernetes-map-type: atomic
@@ -373,7 +368,6 @@ spec:
373368
description: |-
374369
CIVariables is a list of key-value pairs that will be set as CI variables in the Git repository.
375370
376-
377371
The variables are not expanded like PodSpec environment variables.
378372
items:
379373
description: EnvVar represents an environment added to the CI
@@ -425,9 +419,7 @@ spec:
425419
This field is effectively required, but due to backwards compatibility is
426420
allowed to be empty. Instances of this type with an empty value here are
427421
almost certainly wrong.
428-
TODO: Add other useful fields. apiVersion, kind, uid?
429422
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
430-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
431423
type: string
432424
optional:
433425
description: Specify whether the Secret or its key

tests/golden/defaults/lieutenant/lieutenant/10_operator/clusterrole.yaml

Lines changed: 5 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rules:
1010
- apiGroups:
1111
- ''
1212
resources:
13+
- configmaps
1314
- secrets
1415
- serviceaccounts
1516
verbs:
@@ -29,20 +30,6 @@ rules:
2930
- get
3031
- list
3132
- update
32-
- apiGroups:
33-
- ''
34-
resources:
35-
- configmaps
36-
- secrets
37-
- serviceaccounts
38-
verbs:
39-
- create
40-
- delete
41-
- get
42-
- list
43-
- patch
44-
- update
45-
- watch
4633
- apiGroups:
4734
- rbac.authorization.k8s.io
4835
resources:
@@ -60,57 +47,7 @@ rules:
6047
- syn.tools
6148
resources:
6249
- clusters
63-
verbs:
64-
- create
65-
- delete
66-
- get
67-
- list
68-
- patch
69-
- update
70-
- watch
71-
- apiGroups:
72-
- syn.tools
73-
resources:
74-
- clusters/finalizers
75-
verbs:
76-
- update
77-
- apiGroups:
78-
- syn.tools
79-
resources:
80-
- clusters/status
81-
verbs:
82-
- get
83-
- patch
84-
- update
85-
- apiGroups:
86-
- syn.tools
87-
resources:
8850
- gitrepos
89-
verbs:
90-
- create
91-
- delete
92-
- get
93-
- list
94-
- patch
95-
- update
96-
- watch
97-
- apiGroups:
98-
- syn.tools
99-
resources:
100-
- gitrepos/finalizers
101-
verbs:
102-
- update
103-
- apiGroups:
104-
- syn.tools
105-
resources:
106-
- gitrepos/status
107-
verbs:
108-
- get
109-
- patch
110-
- update
111-
- apiGroups:
112-
- syn.tools
113-
resources:
11451
- tenants
11552
verbs:
11653
- create
@@ -123,12 +60,16 @@ rules:
12360
- apiGroups:
12461
- syn.tools
12562
resources:
63+
- clusters/finalizers
64+
- gitrepos/finalizers
12665
- tenants/finalizers
12766
verbs:
12867
- update
12968
- apiGroups:
13069
- syn.tools
13170
resources:
71+
- clusters/status
72+
- gitrepos/status
13273
- tenants/status
13374
verbs:
13475
- get

tests/golden/defaults/lieutenant/lieutenant/10_operator/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
valueFrom:
5353
fieldRef:
5454
fieldPath: metadata.namespace
55-
image: quay.io/projectsyn/lieutenant-operator:1.11.8
55+
image: quay.io/projectsyn/lieutenant-operator:1.11.9
5656
livenessProbe:
5757
httpGet:
5858
path: /healthz

0 commit comments

Comments
 (0)