Skip to content

Commit 051dbdd

Browse files
committed
Merge remote-tracking branch 'origin/8.17' into mergify/bp/8.17/pr-8359
2 parents 5c50f8a + 0cff839 commit 051dbdd

File tree

214 files changed

+61861
-742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+61861
-742
lines changed

.ci/updatecli/updatecli-bump-vm-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ actions:
2626
labels:
2727
- dependencies
2828
- backport-skip
29+
- skip-changelog
2930
title: '[{{ requiredEnv "BRANCH_NAME" }}][Automation] Bump VM Image version to {{ source "latestVersion" }}'
3031

3132
sources:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ check-ci:
4141
@mage -v helm:lint
4242
@mage -v helm:updateAgentVersion
4343
@mage -v helm:renderExamples
44+
@mage -v integration:buildKubernetesTestData
4445
@$(MAKE) check-no-changes
4546

4647
## check: run all the checks including linting using golangci-lint.

NOTICE.txt

Lines changed: 535 additions & 543 deletions
Large diffs are not rendered by default.

deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
# - SYS_ADMIN
8484
resources:
8585
limits:
86-
memory: 1Gi
86+
memory: 1200Mi
8787
requests:
8888
cpu: 100m
8989
memory: 500Mi

deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
# - SYS_ADMIN
8989
resources:
9090
limits:
91-
memory: 1Gi
91+
memory: 1200Mi
9292
requests:
9393
cpu: 100m
9494
memory: 500Mi

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
# - SYS_ADMIN
8484
resources:
8585
limits:
86-
memory: 1Gi
86+
memory: 1200Mi
8787
requests:
8888
cpu: 100m
8989
memory: 500Mi

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/extra/elastic-agent-managed-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
# - SYS_ADMIN
8484
resources:
8585
limits:
86-
memory: 1Gi
86+
memory: 1200Mi
8787
requests:
8888
cpu: 100m
8989
memory: 500Mi

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
# - SYS_ADMIN
8989
resources:
9090
limits:
91-
memory: 1Gi
91+
memory: 1200Mi
9292
requests:
9393
cpu: 100m
9494
memory: 500Mi

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/extra/elastic-agent-standalone-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
# - SYS_ADMIN
8989
resources:
9090
limits:
91-
memory: 1Gi
91+
memory: 1200Mi
9292
requests:
9393
cpu: 100m
9494
memory: 500Mi

deploy/kubernetes/elastic-agent-managed-kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
# - SYS_ADMIN
8484
resources:
8585
limits:
86-
memory: 1Gi
86+
memory: 1200Mi
8787
requests:
8888
cpu: 100m
8989
memory: 500Mi

0 commit comments

Comments
 (0)