Skip to content
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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2024

This PR contains the following updates:

Package Update Change
elasticsearch (source) minor 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

  • [bitnami/elasticsearch] Release 21.4.1 (#​31023)

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

  • [bitnami/elasticsearch:21.3.10] Unable to copy tls certificates when sysctlImage is disabled (#​2918 (f3e72bb), closes #​29189

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

  • [bitnami/elasticsearch] add persistentVolumeClaimRetentionPolicy to statefulset for master and data (2c4b4f2), closes #​27866

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jul 13, 2024

--- 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:

Copy link

github-actions bot commented Jul 13, 2024

--- 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 8c38305 to 88bd7b9 Compare July 18, 2024 11:50
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 88bd7b9 to 5da5e76 Compare July 23, 2024 11:07
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 5da5e76 to 86a5d55 Compare July 24, 2024 04:23
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 86a5d55 to 3acc287 Compare July 24, 2024 09:22
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 3acc287 to c06a043 Compare July 25, 2024 06:39
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from c06a043 to 3990c3d Compare August 13, 2024 23:36
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 3990c3d to 151bc5f Compare August 14, 2024 03:19
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 151bc5f to 059ad32 Compare August 28, 2024 21:19
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 059ad32 to 6c77928 Compare August 29, 2024 15:30
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 6c77928 to c382d76 Compare September 4, 2024 11:15
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from c382d76 to e397ec8 Compare September 6, 2024 01:20
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from e397ec8 to c89b5c7 Compare September 7, 2024 16:55
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from c89b5c7 to d299a29 Compare September 9, 2024 11:46
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from d299a29 to 54bc776 Compare September 9, 2024 16:28
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 54bc776 to b4a505b Compare September 12, 2024 12:05
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from b4a505b to 88162c2 Compare September 17, 2024 14:44
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 88162c2 to 2a7e8a8 Compare September 26, 2024 22:43
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 2a7e8a8 to f4e46b5 Compare October 3, 2024 22:38
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from f4e46b5 to ceaa29b Compare October 9, 2024 03:56
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from ceaa29b to 979aba0 Compare October 17, 2024 21:08
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 979aba0 to 823eec1 Compare October 31, 2024 04:17
@renovate renovate bot force-pushed the renovate/elasticsearch-21.x branch from 823eec1 to 4d6764a Compare November 10, 2024 04:13
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 4d6764a to 3901195 Compare November 12, 2024 20:00
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 3901195 to 4dd3fe8 Compare November 15, 2024 18:55
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 4dd3fe8 to bdd73fb Compare November 22, 2024 20:22
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from bdd73fb to 7156af2 Compare December 10, 2024 22:09
@renovate 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 renovate bot force-pushed the renovate/elasticsearch-21.x branch from 7156af2 to d69482c Compare December 13, 2024 01:18
@renovate 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants