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(helm)!: Update chart mariadb-galera to 14.0.5 #2835

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
mariadb-galera (source) major 10.0.0 -> 14.0.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bitnami/charts (mariadb-galera)

v14.0.5

  • [bitnami/mariadb-galera] Release 14.0.5 (#​28433)

v14.0.4

v14.0.3

v14.0.2

v14.0.1

v14.0.0

v13.2.7

v13.2.6

v13.2.5

v13.2.4

v13.2.3

v13.2.2

v13.2.1

v13.2.0

v13.1.0

v13.0.4

v13.0.3

v13.0.2

v13.0.1

v13.0.0

v12.0.2

v12.0.1

v12.0.0

v11.7.0

  • [bitnami/mariadb-galera] feat: ✨ 🔒 Add automatic adaptation for Openshift restricted-v (86a7cf8), closes #​24114

v11.6.2

v11.6.1

v11.6.0

v11.4.0

v11.3.2

v11.3.1

v11.3.0

v11.2.3

v11.2.2

v11.2.0

  • [bitnami/mariadb-galera] fix: 🔒 Move service-account token auto-mount to pod declaration (#​2242 (3139370), closes #​22428

v11.1.1

v11.1.0

  • [bitnami/mariadb-galera] fix: 🔒 Improve podSecurityContext and containerSecurityContext with es (464be36), closes #​22149

v11.0.2

v11.0.1

v11.0.0

v10.1.3

  • [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR (1103633), closes #​20967
  • [bitnami/*] Rename solutions to "Bitnami package for ..." (#​21038) (b82f979), closes #​21038
  • [bitnami/mariadb-galera] Release 10.1.3 updating components versions (#​21135) (83a5ce5), closes #​21135

v10.1.2

v10.1.1

v10.1.0

v10.0.3

v10.0.2

v10.0.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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
Contributor

github-actions bot commented Jul 11, 2024

Path: cluster/apps/galera/helmrelease.yaml
Version: 10.0.0 -> 14.0.5

@@ -1,4 +1,48 @@
 ---
+# Source: mariadb-galera/templates/networkpolicy.yaml
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: mariadb-galera
+  namespace: "default"
+  labels:
+    app.kubernetes.io/instance: mariadb-galera
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: mariadb-galera
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: mariadb-galera
+      app.kubernetes.io/name: mariadb-galera
+  policyTypes:
+    - Ingress
+    - Egress
+  egress:
+    - {}
+  ingress:
+    - ports:
+        - port: 3306
+        - port: 4567
+        - port: 4568
+        - port: 4444
+---
+# Source: mariadb-galera/templates/pdb.yaml
+apiVersion: policy/v1
+kind: PodDisruptionBudget
+metadata:
+  name: mariadb-galera
+  namespace: "default"
+  labels:
+    app.kubernetes.io/instance: mariadb-galera
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: mariadb-galera
+spec:
+  maxUnavailable: 1
+  selector:
+    matchLabels:
+      app.kubernetes.io/instance: mariadb-galera
+      app.kubernetes.io/name: mariadb-galera
+---
 # Source: mariadb-galera/templates/secrets.yaml
 apiVersion: v1
 kind: Secret
@@ -11,9 +55,9 @@
     app.kubernetes.io/name: mariadb-galera
 type: Opaque
 data:
-  mariadb-root-password: "dm9DdEVRS2h6Nw=="
-  mariadb-password: "MkZSaGRvVEcwMA=="
-  mariadb-galera-mariabackup-password: "Qnl6R0lQUURDMw=="
+  mariadb-root-password: "N2c4NmNsTDFnVA=="
+  mariadb-password: "QURndHFBb0JGOQ=="
+  mariadb-galera-mariabackup-password: "MUJ1ZW1JZzlCVQ=="
 ---
 # Source: mariadb-galera/templates/configmap.yaml
 apiVersion: v1
@@ -200,12 +244,13 @@
   template:
     metadata:
       annotations:
-        checksum/config: ad6aad9174d3bd87a8847fb467e52374cf6dd6ea38960e7844768126270f5ce8
+        checksum/config: b2ee8fc94aaf678078a07b0e9fb7efc24b4988ffbdf426943736c494528b119b
       labels:
         app.kubernetes.io/instance: mariadb-galera
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: mariadb-galera
     spec:
+      automountServiceAccountToken: false
       serviceAccountName: default
       affinity:
         podAffinity:
@@ -221,14 +266,67 @@
         kubernetes.io/arch: amd64
       securityContext:
         fsGroup: 1001
-        runAsUser: 1001
+        fsGroupChangePolicy: Always
+        supplementalGroups: []
+        sysctls: []
+      initContainers:
+        - name: preserve-logs-symlinks
+          image: public.ecr.aws/bitnami/mariadb-galera:11.0.4
+          imagePullPolicy: "IfNotPresent"
+          securityContext:
+            allowPrivilegeEscalation: false
+            capabilities:
+              drop:
+                - ALL
+            privileged: false
+            readOnlyRootFilesystem: true
+            runAsGroup: 1001
+            runAsNonRoot: true
+            runAsUser: 1001
+            seLinuxOptions: {}
+            seccompProfile:
+              type: RuntimeDefault
+          resources:
+            limits:
+              cpu: 375m
+              ephemeral-storage: 2Gi
+              memory: 384Mi
+            requests:
+              cpu: 250m
+              ephemeral-storage: 50Mi
+              memory: 256Mi
+          command:
+            - /bin/bash
+          args:
+            - -ec
+            - |
+              #!/bin/bash
+
+              . /opt/bitnami/scripts/libfs.sh
+              # We copy the logs folder because it has symlinks to stdout and stderr
+              if ! is_dir_empty /opt/bitnami/mariadb/logs; then
+                cp -r /opt/bitnami/mariadb/logs /emptydir/app-logs-dir
+              fi
+          volumeMounts:
+            - name: empty-dir
+              mountPath: /emptydir
       containers:
         - name: "mariadb-galera"
           image: public.ecr.aws/bitnami/mariadb-galera:11.0.4
           imagePullPolicy: "IfNotPresent"
           securityContext:
+            allowPrivilegeEscalation: false
+            capabilities:
+              drop:
+                - ALL
+            privileged: false
+            readOnlyRootFilesystem: true
+            runAsGroup: 1001
             runAsNonRoot: true
             runAsUser: 1001
+            seLinuxOptions: {}
+            seccompProfile:
+              type: RuntimeDefault
           command:
             - bash
             - -ec
@@ -311,8 +409,14 @@
             successThreshold: 1
             failureThreshold: 3
           resources:
-            limits: {}
-            requests: {}
+            limits:
+              cpu: 375m
+              ephemeral-storage: 2Gi
+              memory: 384Mi
+            requests:
+              cpu: 250m
+              ephemeral-storage: 50Mi
+              memory: 256Mi
           volumeMounts:
             - name: previous-boot
               mountPath: /opt/bitnami/mariadb/.bootstrap
@@ -321,12 +425,26 @@
             - name: mariadb-galera-config
               mountPath: /bitnami/conf/my.cnf
               subPath: my.cnf
+            - name: empty-dir
+              mountPath: /tmp
+              subPath: tmp-dir
+            - name: empty-dir
+              mountPath: /opt/bitnami/mariadb/conf
+              subPath: app-conf-dir
+            - name: empty-dir
+              mountPath: /opt/bitnami/mariadb/tmp
+              subPath: app-tmp-dir
+            - name: empty-dir
+              mountPath: /opt/bitnami/mariadb/logs
+              subPath: app-logs-dir
       volumes:
         - name: previous-boot
           emptyDir: {}
         - name: mariadb-galera-config
           configMap:
             name: mariadb-galera-configuration
+        - name: empty-dir
+          emptyDir: {}
   volumeClaimTemplates:
     - metadata:
         name: data

@renovate renovate bot force-pushed the renovate/mariadb-galera-14.x branch from 64edeb7 to 9608eb0 Compare July 18, 2024 12:40
@renovate renovate bot changed the title feat(helm)!: Update chart mariadb-galera to 14.0.0 feat(helm)!: Update chart mariadb-galera to 14.0.1 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/mariadb-galera-14.x branch from 9608eb0 to c5719cc Compare July 19, 2024 12:11
@renovate renovate bot changed the title feat(helm)!: Update chart mariadb-galera to 14.0.1 feat(helm)!: Update chart mariadb-galera to 14.0.2 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/mariadb-galera-14.x branch from c5719cc to 9aeeab0 Compare July 23, 2024 17:05
@renovate renovate bot changed the title feat(helm)!: Update chart mariadb-galera to 14.0.2 feat(helm)!: Update chart mariadb-galera to 14.0.3 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/mariadb-galera-14.x branch from 9aeeab0 to 4576cec Compare July 24, 2024 11:04
@renovate renovate bot changed the title feat(helm)!: Update chart mariadb-galera to 14.0.3 feat(helm)!: Update chart mariadb-galera to 14.0.4 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/mariadb-galera-14.x branch from 4576cec to 4a9918b Compare July 25, 2024 09:25
@renovate renovate bot changed the title feat(helm)!: Update chart mariadb-galera to 14.0.4 feat(helm)!: Update chart mariadb-galera to 14.0.5 Jul 25, 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.

None yet

1 participant