@@ -15,7 +15,7 @@ metadata:
1515 namespace : elastic-system
1616 labels :
1717 control-plane : elastic-operator
18- app.kubernetes.io/version : " 2.13 .0"
18+ app.kubernetes.io/version : " 2.14 .0"
1919---
2020# Source: eck-operator/templates/webhook.yaml
2121apiVersion : v1
@@ -25,7 +25,7 @@ metadata:
2525 namespace : elastic-system
2626 labels :
2727 control-plane : elastic-operator
28- app.kubernetes.io/version : " 2.13 .0"
28+ app.kubernetes.io/version : " 2.14 .0"
2929---
3030# Source: eck-operator/templates/configmap.yaml
3131apiVersion : v1
@@ -35,7 +35,7 @@ metadata:
3535 namespace : elastic-system
3636 labels :
3737 control-plane : elastic-operator
38- app.kubernetes.io/version : " 2.13 .0"
38+ app.kubernetes.io/version : " 2.14 .0"
3939data :
4040 eck.yaml : |-
4141 log-verbosity: 0
@@ -69,7 +69,7 @@ metadata:
6969 name : elastic-operator
7070 labels :
7171 control-plane : elastic-operator
72- app.kubernetes.io/version : " 2.13 .0"
72+ app.kubernetes.io/version : " 2.14 .0"
7373rules :
7474- apiGroups :
7575 - " authorization.k8s.io"
@@ -313,7 +313,7 @@ metadata:
313313 rbac.authorization.k8s.io/aggregate-to-edit : " true"
314314 rbac.authorization.k8s.io/aggregate-to-admin : " true"
315315 control-plane : elastic-operator
316- app.kubernetes.io/version : " 2.13 .0"
316+ app.kubernetes.io/version : " 2.14 .0"
317317rules :
318318- apiGroups : ["elasticsearch.k8s.elastic.co"]
319319 resources : ["elasticsearches"]
@@ -355,7 +355,7 @@ metadata:
355355 rbac.authorization.k8s.io/aggregate-to-edit : " true"
356356 rbac.authorization.k8s.io/aggregate-to-admin : " true"
357357 control-plane : elastic-operator
358- app.kubernetes.io/version : " 2.13 .0"
358+ app.kubernetes.io/version : " 2.14 .0"
359359rules :
360360- apiGroups : ["elasticsearch.k8s.elastic.co"]
361361 resources : ["elasticsearches"]
@@ -395,7 +395,7 @@ metadata:
395395 name : elastic-operator
396396 labels :
397397 control-plane : elastic-operator
398- app.kubernetes.io/version : " 2.13 .0"
398+ app.kubernetes.io/version : " 2.14 .0"
399399roleRef :
400400 apiGroup : rbac.authorization.k8s.io
401401 kind : ClusterRole
@@ -413,7 +413,7 @@ metadata:
413413 namespace : elastic-system
414414 labels :
415415 control-plane : elastic-operator
416- app.kubernetes.io/version : " 2.13 .0"
416+ app.kubernetes.io/version : " 2.14 .0"
417417spec :
418418 ports :
419419 - name : https
@@ -430,7 +430,7 @@ metadata:
430430 namespace : elastic-system
431431 labels :
432432 control-plane : elastic-operator
433- app.kubernetes.io/version : " 2.13 .0"
433+ app.kubernetes.io/version : " 2.14 .0"
434434spec :
435435 selector :
436436 matchLabels :
@@ -443,7 +443,7 @@ spec:
443443 # Rename the fields "error" to "error.message" and "source" to "event.source"
444444 # This is to avoid a conflict with the ECS "error" and "source" documents.
445445 " co.elastic.logs/raw " : " [{\" type\" :\" container\" ,\" json.keys_under_root\" :true,\" paths\" :[\" /var/log/containers/*${data.kubernetes.container.id}.log\" ],\" processors\" :[{\" convert\" :{\" mode\" :\" rename\" ,\" ignore_missing\" :true,\" fields\" :[{\" from\" :\" error\" ,\" to\" :\" _error\" }]}},{\" convert\" :{\" mode\" :\" rename\" ,\" ignore_missing\" :true,\" fields\" :[{\" from\" :\" _error\" ,\" to\" :\" error.message\" }]}},{\" convert\" :{\" mode\" :\" rename\" ,\" ignore_missing\" :true,\" fields\" :[{\" from\" :\" source\" ,\" to\" :\" _source\" }]}},{\" convert\" :{\" mode\" :\" rename\" ,\" ignore_missing\" :true,\" fields\" :[{\" from\" :\" _source\" ,\" to\" :\" event.source\" }]}}]}]"
446- " checksum/config " : 8b10381ca4067cf2c56aecc94c799473b09486202e146d2d7e5d6714f4c2e533
446+ " checksum/config " : 882102069a9b11c3a4edfd77edcbbf9c3873f3dfc0d3f41676bd953ed4a3ce28
447447 labels :
448448 control-plane : elastic-operator
449449 spec :
@@ -453,7 +453,7 @@ spec:
453453 securityContext :
454454 runAsNonRoot : true
455455 containers :
456- - image : " docker.elastic.co/eck/eck-operator:2.13 .0"
456+ - image : " docker.elastic.co/eck/eck-operator:2.14 .0"
457457 imagePullPolicy : IfNotPresent
458458 name : manager
459459 args :
@@ -511,7 +511,7 @@ metadata:
511511 name : elastic-webhook.k8s.elastic.co
512512 labels :
513513 control-plane : elastic-operator
514- app.kubernetes.io/version : " 2.13 .0"
514+ app.kubernetes.io/version : " 2.14 .0"
515515webhooks :
516516- clientConfig :
517517 service :
0 commit comments