@@ -29,7 +29,7 @@ metricsService:
29
29
- name : https
30
30
port : 8443
31
31
protocol : TCP
32
- targetPort : https
32
+ targetPort : 8443
33
33
type : ClusterIP
34
34
35
35
# Optional environment variable configuration
@@ -196,7 +196,7 @@ plugins:
196
196
- chart :
197
197
name : validator-plugin-azure
198
198
repository : validator-plugin-azure
199
- version : v0.0.25
199
+ version : v0.0.26
200
200
values : |-
201
201
controllerManager:
202
202
manager:
@@ -211,7 +211,7 @@ plugins:
211
211
- ALL
212
212
image:
213
213
repository: quay.io/validator-labs/validator-plugin-azure
214
- tag: v0.0.25
214
+ tag: v0.0.26
215
215
resources:
216
216
limits:
217
217
cpu: 500m
@@ -236,7 +236,7 @@ plugins:
236
236
- name: https
237
237
port: 8443
238
238
protocol: TCP
239
- targetPort: https
239
+ targetPort: 8443
240
240
type: ClusterIP
241
241
auth:
242
242
# Override the service account used by Azure validator (optional, could be used for WorkloadIdentityCredentials on AKS)
@@ -248,7 +248,7 @@ plugins:
248
248
- chart :
249
249
name : validator-plugin-oci
250
250
repository : validator-plugin-oci
251
- version : v0.3.4
251
+ version : v0.3.5
252
252
values : |-
253
253
controllerManager:
254
254
manager:
@@ -263,7 +263,7 @@ plugins:
263
263
- ALL
264
264
image:
265
265
repository: quay.io/validator-labs/validator-plugin-oci
266
- tag: v0.3.4
266
+ tag: v0.3.5
267
267
resources:
268
268
limits:
269
269
cpu: 500m
@@ -280,12 +280,12 @@ plugins:
280
280
- name: https
281
281
port: 8443
282
282
protocol: TCP
283
- targetPort: https
283
+ targetPort: 8443
284
284
type: ClusterIP
285
285
- chart :
286
286
name : validator-plugin-kubescape
287
287
repository : validator-plugin-kubescape
288
- version : v0.0.5
288
+ version : v0.0.6
289
289
values : |-
290
290
controllerManager:
291
291
manager:
@@ -300,7 +300,7 @@ plugins:
300
300
- ALL
301
301
image:
302
302
repository: quay.io/validator-labs/validator-plugin-kubescape
303
- tag: v0.0.5
303
+ tag: v0.0.6
304
304
resources:
305
305
limits:
306
306
cpu: 500m
@@ -325,12 +325,12 @@ plugins:
325
325
- name: https
326
326
port: 8443
327
327
protocol: TCP
328
- targetPort: https
328
+ targetPort: 8443
329
329
type: ClusterIP
330
330
- chart :
331
331
name : validator-plugin-aws
332
332
repository : validator-plugin-aws
333
- version : v0.1.11
333
+ version : v0.1.12
334
334
values : |-
335
335
controllerManager:
336
336
manager:
@@ -345,7 +345,7 @@ plugins:
345
345
- ALL
346
346
image:
347
347
repository: quay.io/validator-labs/validator-plugin-aws
348
- tag: v0.1.11
348
+ tag: v0.1.12
349
349
resources:
350
350
limits:
351
351
cpu: 500m
@@ -362,7 +362,7 @@ plugins:
362
362
- name: https
363
363
port: 8443
364
364
protocol: TCP
365
- targetPort: https
365
+ targetPort: 8443
366
366
type: ClusterIP
367
367
auth:
368
368
# Override the service account used by AWS validator (optional, could be used for IAM roles for Service Accounts)
@@ -371,7 +371,7 @@ plugins:
371
371
- chart :
372
372
name : validator-plugin-network
373
373
repository : validator-plugin-network
374
- version : v0.1.1
374
+ version : v0.1.2
375
375
values : |-
376
376
controllerManager:
377
377
manager:
@@ -388,7 +388,7 @@ plugins:
388
388
- ALL
389
389
image:
390
390
repository: quay.io/validator-labs/validator-plugin-network
391
- tag: v0.1.1
391
+ tag: v0.1.2
392
392
resources:
393
393
limits:
394
394
cpu: 500m
@@ -405,7 +405,7 @@ plugins:
405
405
- name: https
406
406
port: 8443
407
407
protocol: TCP
408
- targetPort: https
408
+ targetPort: 8443
409
409
type: ClusterIP
410
410
- chart :
411
411
name : validator-plugin-maas
@@ -447,7 +447,7 @@ plugins:
447
447
- chart :
448
448
name : validator-plugin-vsphere
449
449
repository : validator-plugin-vsphere
450
- version : v0.1.5
450
+ version : v0.1.6
451
451
values : |-
452
452
controllerManager:
453
453
manager:
@@ -462,7 +462,7 @@ plugins:
462
462
- ALL
463
463
image:
464
464
repository: quay.io/validator-labs/validator-plugin-vsphere
465
- tag: v0.1.5
465
+ tag: v0.1.6
466
466
resources:
467
467
limits:
468
468
cpu: 500m
@@ -479,5 +479,5 @@ plugins:
479
479
- name: https
480
480
port: 8443
481
481
protocol: TCP
482
- targetPort: https
482
+ targetPort: 8443
483
483
type: ClusterIP
0 commit comments