-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(container): update image elasticsearch to v21.4.1 #273
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/elasticsearch-21.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- HelmRelease: database/elasticsearch-staging StatefulSet: database/elasticsearch-staging-master
+++ HelmRelease: database/elasticsearch-staging StatefulSet: database/elasticsearch-staging-master
@@ -41,13 +41,13 @@
fsGroup: 1001
fsGroupChangePolicy: Always
supplementalGroups: []
sysctls: []
initContainers:
- name: sysctl
- image: docker.io/bitnami/os-shell:12-debian-12-r24
+ image: docker.io/bitnami/os-shell:12-debian-12-r34
imagePullPolicy: IfNotPresent
command:
- /bin/bash
- -ec
- |
CURRENT=`sysctl -n vm.max_map_count`;
@@ -63,20 +63,20 @@
securityContext:
privileged: true
runAsUser: 0
resources:
limits:
cpu: 150m
- ephemeral-storage: 1024Mi
+ ephemeral-storage: 2Gi
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi
- name: copy-default-plugins
- image: docker.io/bitnami/elasticsearch:8.14.2-debian-12-r0
+ image: docker.io/bitnami/elasticsearch:8.17.0-debian-12-r0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -88,13 +88,13 @@
seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
resources:
limits:
cpu: 750m
- ephemeral-storage: 1024Mi
+ ephemeral-storage: 2Gi
memory: 768Mi
requests:
cpu: 500m
ephemeral-storage: 50Mi
memory: 512Mi
command:
@@ -116,13 +116,13 @@
subPath: tmp-dir
- name: empty-dir
mountPath: /plugins
subPath: app-plugins-dir
containers:
- name: elasticsearch
- image: docker.io/bitnami/elasticsearch:8.14.2-debian-12-r0
+ image: docker.io/bitnami/elasticsearch:8.17.0-debian-12-r0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -175,13 +175,13 @@
exec:
command:
- /opt/bitnami/scripts/elasticsearch/healthcheck.sh
resources:
limits:
cpu: 750m
- ephemeral-storage: 1024Mi
+ ephemeral-storage: 2Gi
memory: 768Mi
requests:
cpu: 500m
ephemeral-storage: 50Mi
memory: 512Mi
volumeMounts:
@@ -203,13 +203,15 @@
- name: data
mountPath: /bitnami/elasticsearch/data
volumes:
- name: empty-dir
emptyDir: {}
volumeClaimTemplates:
- - metadata:
+ - apiVersion: v1
+ kind: PersistentVolumeClaim
+ metadata:
name: data
spec:
accessModes:
- ReadWriteOnce
resources:
requests: |
--- kubernetes/apps/database/elasticsearch/staging/app Kustomization: flux-system/cluster-apps-elasticsearch-staging HelmRelease: database/elasticsearch-staging
+++ kubernetes/apps/database/elasticsearch/staging/app Kustomization: flux-system/cluster-apps-elasticsearch-staging HelmRelease: database/elasticsearch-staging
@@ -12,13 +12,13 @@
spec:
chart: elasticsearch
sourceRef:
kind: HelmRepository
name: bitnami
namespace: flux-system
- version: 21.2.8
+ version: 21.4.1
install:
remediation:
retries: 3
interval: 30m
maxHistory: 2
timeout: 15m |
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
July 18, 2024 11:50
8c38305
to
88bd7b9
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.1
feat(container): update image elasticsearch to v21.3.2
Jul 18, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
July 23, 2024 11:07
88bd7b9
to
5da5e76
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.2
feat(container): update image elasticsearch to v21.3.3
Jul 23, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
July 24, 2024 04:23
5da5e76
to
86a5d55
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.3
feat(container): update image elasticsearch to v21.3.4
Jul 24, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
July 24, 2024 09:22
86a5d55
to
3acc287
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.4
feat(container): update image elasticsearch to v21.3.5
Jul 24, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
July 25, 2024 06:39
3acc287
to
c06a043
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.5
feat(container): update image elasticsearch to v21.3.6
Jul 25, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
August 13, 2024 23:36
c06a043
to
3990c3d
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.6
feat(container): update image elasticsearch to v21.3.7
Aug 13, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
August 14, 2024 03:19
3990c3d
to
151bc5f
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.7
feat(container): update image elasticsearch to v21.3.8
Aug 14, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
August 28, 2024 21:19
151bc5f
to
059ad32
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.8
feat(container): update image elasticsearch to v21.3.9
Aug 28, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
August 29, 2024 15:30
059ad32
to
6c77928
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.9
feat(container): update image elasticsearch to v21.3.10
Aug 29, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
September 4, 2024 11:15
6c77928
to
c382d76
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.10
feat(container): update image elasticsearch to v21.3.11
Sep 4, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
September 6, 2024 01:20
c382d76
to
e397ec8
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.11
feat(container): update image elasticsearch to v21.3.12
Sep 6, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
September 7, 2024 16:55
e397ec8
to
c89b5c7
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.12
feat(container): update image elasticsearch to v21.3.13
Sep 7, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
September 9, 2024 11:46
c89b5c7
to
d299a29
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.13
feat(container): update image elasticsearch to v21.3.14
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
September 9, 2024 16:28
d299a29
to
54bc776
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.14
feat(container): update image elasticsearch to v21.3.15
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
September 12, 2024 12:05
54bc776
to
b4a505b
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.15
feat(container): update image elasticsearch to v21.3.16
Sep 12, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
September 17, 2024 14:44
b4a505b
to
88162c2
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.16
feat(container): update image elasticsearch to v21.3.17
Sep 17, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
September 26, 2024 22:43
88162c2
to
2a7e8a8
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.17
feat(container): update image elasticsearch to v21.3.18
Sep 26, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
October 3, 2024 22:38
2a7e8a8
to
f4e46b5
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.18
feat(container): update image elasticsearch to v21.3.20
Oct 3, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
October 9, 2024 03:56
f4e46b5
to
ceaa29b
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.20
feat(container): update image elasticsearch to v21.3.21
Oct 9, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
October 17, 2024 21:08
ceaa29b
to
979aba0
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.21
feat(container): update image elasticsearch to v21.3.22
Oct 17, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
October 31, 2024 04:17
979aba0
to
823eec1
Compare
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
November 10, 2024 04:13
823eec1
to
4d6764a
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.22
feat(container): update image elasticsearch to v21.3.23
Nov 10, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
November 12, 2024 20:00
4d6764a
to
3901195
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.23
feat(container): update image elasticsearch to v21.3.24
Nov 12, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
November 15, 2024 18:55
3901195
to
4dd3fe8
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.24
feat(container): update image elasticsearch to v21.3.25
Nov 15, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
November 22, 2024 20:22
4dd3fe8
to
bdd73fb
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.25
feat(container): update image elasticsearch to v21.3.26
Nov 22, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
December 10, 2024 22:09
bdd73fb
to
7156af2
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.3.26
feat(container): update image elasticsearch to v21.4.0
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/elasticsearch-21.x
branch
from
December 13, 2024 01:18
7156af2
to
d69482c
Compare
renovate
bot
changed the title
feat(container): update image elasticsearch to v21.4.0
feat(container): update image elasticsearch to v21.4.1
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
21.2.8
->21.4.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
bitnami/charts (elasticsearch)
v21.4.1
v21.4.0
v21.3.26
v21.3.25
v21.3.24
v21.3.23
v21.3.22
v21.3.21
v21.3.20
v21.3.18
v21.3.17
v21.3.16
v21.3.15
v21.3.14
v21.3.13
v21.3.12
v21.3.11
v21.3.10
v21.3.9
v21.3.8
v21.3.7
v21.3.6
v21.3.5
v21.3.4
v21.3.3
v21.3.2
v21.3.1
v21.3.0
Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.