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

fix(helm): update chart mariadb to 18.0.5 #761

Merged
merged 1 commit into from
May 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
mariadb (source) patch 18.0.3 -> 18.0.5

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 has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label May 17, 2024
Copy link

--- kubernetes/apps/databases/mariadb/app Kustomization: flux-system/cluster-apps-mariadb HelmRelease: databases/mariadb

+++ kubernetes/apps/databases/mariadb/app Kustomization: flux-system/cluster-apps-mariadb HelmRelease: databases/mariadb

@@ -13,13 +13,13 @@

       chart: mariadb
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: bitnami
         namespace: flux-system
-      version: 18.0.3
+      version: 18.0.5
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

Copy link

--- HelmRelease: databases/mariadb NetworkPolicy: databases/mariadb

+++ HelmRelease: databases/mariadb NetworkPolicy: databases/mariadb

@@ -12,13 +12,13 @@

   podSelector:
     matchLabels:
       app.kubernetes.io/instance: mariadb
       app.kubernetes.io/managed-by: Helm
       app.kubernetes.io/name: mariadb
       app.kubernetes.io/version: 11.3.2
-      helm.sh/chart: mariadb-18.0.3
+      helm.sh/chart: mariadb-18.0.5
   policyTypes:
   - Ingress
   - Egress
   egress:
   - {}
   ingress:
--- HelmRelease: databases/mariadb StatefulSet: databases/mariadb

+++ HelmRelease: databases/mariadb StatefulSet: databases/mariadb

@@ -20,13 +20,13 @@

   serviceName: mariadb
   updateStrategy:
     type: RollingUpdate
   template:
     metadata:
       annotations:
-        checksum/configuration: 8ab8592628efb8bdd6d625b8ed95d803ac39c9d4358ecfebbdfc442ddf613121
+        checksum/configuration: dac526a479c59273f61623f3f5b940113331ef380ab688292f94f60ff9cdc9a4
       labels:
         app.kubernetes.io/instance: mariadb
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: mariadb
         app.kubernetes.io/component: primary
     spec:
@@ -49,13 +49,13 @@

         fsGroup: 1001
         fsGroupChangePolicy: Always
         supplementalGroups: []
         sysctls: []
       initContainers:
       - name: preserve-logs-symlinks
-        image: docker.io/bitnami/mariadb:11.3.2-debian-12-r3
+        image: docker.io/bitnami/mariadb:11.3.2-debian-12-r5
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -90,13 +90,13 @@

           fi
         volumeMounts:
         - name: empty-dir
           mountPath: /emptydir
       containers:
       - name: mariadb
-        image: docker.io/bitnami/mariadb:11.3.2-debian-12-r3
+        image: docker.io/bitnami/mariadb:11.3.2-debian-12-r5
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -149,13 +149,13 @@

             - -ec
             - |
               password_aux="${MARIADB_ROOT_PASSWORD:-}"
               if [[ -f "${MARIADB_ROOT_PASSWORD_FILE:-}" ]]; then
                   password_aux=$(cat "$MARIADB_ROOT_PASSWORD_FILE")
               fi
-              mysqladmin status -uroot -p"${password_aux}"
+              mysqladmin ping -uroot -p"${password_aux}"
         resources:
           limits:
             cpu: 375m
             ephemeral-storage: 1024Mi
             memory: 384Mi
           requests:
@@ -178,13 +178,13 @@

           mountPath: /opt/bitnami/mariadb/tmp
           subPath: app-tmp-dir
         - name: empty-dir
           mountPath: /opt/bitnami/mariadb/logs
           subPath: app-logs-dir
       - name: metrics
-        image: docker.io/bitnami/mysqld-exporter:0.15.1-debian-12-r15
+        image: docker.io/bitnami/mysqld-exporter:0.15.1-debian-12-r16
         imagePullPolicy: IfNotPresent
         env:
         - name: MARIADB_ROOT_PASSWORD
           valueFrom:
             secretKeyRef:
               name: mariadb-secret

@thiagoalmeidasa thiagoalmeidasa merged commit 6d97bfd into main May 17, 2024
4 checks passed
@thiagoalmeidasa thiagoalmeidasa deleted the renovate/mariadb-18.x branch May 17, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant