k8s-gitops icon indicating copy to clipboard operation
k8s-gitops copied to clipboard

fix(helm): update chart mariadb to 18.0.3

Open rust84-bot[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

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

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 has been generated by Renovate Bot.

rust84-bot[bot] avatar May 13 '24 10:05 rust84-bot[bot]

Helm Release: k8s/clusters/cluster-0/manifests/home/monica/database/helm-release.yaml

spec.podSelector.matchLabels.helm.sh/chart  (networking.k8s.io/v1/NetworkPolicy/default/monica-db-mariadb)
  ± value change
    - mariadb-18.0.2
    + mariadb-18.0.3

spec.template.spec.initContainers.preserve-logs-symlinks.image  (apps/v1/StatefulSet/default/monica-db-mariadb)
  ± value change
    - docker.io/bitnami/mariadb:11.3.2-debian-12-r1
    + docker.io/bitnami/mariadb:11.3.2-debian-12-r3

spec.template.spec.containers.mariadb.image  (apps/v1/StatefulSet/default/monica-db-mariadb)
  ± value change
    - docker.io/bitnami/mariadb:11.3.2-debian-12-r1
    + docker.io/bitnami/mariadb:11.3.2-debian-12-r3

rust84-bot[bot] avatar May 13 '24 10:05 rust84-bot[bot]

Helm Release: k8s/clusters/cluster-0/manifests/home/monica/database/helm-release.yaml

spec.podSelector.matchLabels.helm.sh/chart  (networking.k8s.io/v1/NetworkPolicy/default/monica-db-mariadb)
  ± value change
    - mariadb-18.0.2
    + mariadb-18.0.4

spec.template.spec.initContainers.preserve-logs-symlinks.image  (apps/v1/StatefulSet/default/monica-db-mariadb)
  ± value change
    - docker.io/bitnami/mariadb:11.3.2-debian-12-r1
    + docker.io/bitnami/mariadb:11.3.2-debian-12-r5

spec.template.spec.containers.mariadb.image  (apps/v1/StatefulSet/default/monica-db-mariadb)
  ± value change
    - docker.io/bitnami/mariadb:11.3.2-debian-12-r1
    + docker.io/bitnami/mariadb:11.3.2-debian-12-r5

rust84-bot[bot] avatar May 14 '24 07:05 rust84-bot[bot]

Helm Release: k8s/clusters/cluster-0/manifests/home/monica/database/helm-release.yaml

spec.podSelector.matchLabels.helm.sh/chart  (networking.k8s.io/v1/NetworkPolicy/default/monica-db-mariadb)
  ± value change
    - mariadb-18.0.2
    + mariadb-18.0.5

spec.template.spec.initContainers.preserve-logs-symlinks.image  (apps/v1/StatefulSet/default/monica-db-mariadb)
  ± value change
    - docker.io/bitnami/mariadb:11.3.2-debian-12-r1
    + docker.io/bitnami/mariadb:11.3.2-debian-12-r5

spec.template.spec.containers.mariadb.image  (apps/v1/StatefulSet/default/monica-db-mariadb)
  ± value change
    - docker.io/bitnami/mariadb:11.3.2-debian-12-r1
    + docker.io/bitnami/mariadb:11.3.2-debian-12-r5

spec.template.spec.containers.mariadb.readinessProbe.exec.command  (apps/v1/StatefulSet/default/monica-db-mariadb)
  - one list entry removed:
    - |
      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}"
  
  
  + one list entry added:
    - |
      password_aux="${MARIADB_ROOT_PASSWORD:-}"
      if [[ -f "${MARIADB_ROOT_PASSWORD_FILE:-}" ]]; then
          password_aux=$(cat "$MARIADB_ROOT_PASSWORD_FILE")
      fi
      mysqladmin ping -uroot -p"${password_aux}"

rust84-bot[bot] avatar May 15 '24 10:05 rust84-bot[bot]