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 to 20.0.0 #5394

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Conversation

rust84-bot[bot]
Copy link
Contributor

@rust84-bot rust84-bot bot commented Nov 12, 2024

This PR contains the following updates:

Package Update Change
mariadb (source) major 19.1.2 -> 20.0.0

Release Notes

bitnami/charts (mariadb)

v20.0.0

  • [bitnami/mariadb] fix!: 🐛 ✨ 💥 Set correct serviceName and add Password Update Job (#​30300)

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
Copy link
Contributor Author

rust84-bot bot commented Nov 12, 2024

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

(file level)
    ---
    # Source: mariadb/templates/headless-svc.yaml
    apiVersion: v1
    kind: Service
    metadata:
      name: monica-db-mariadb-headless
      namespace: default
    spec:
      type: ClusterIP
      publishNotReadyAddresses: true
      clusterIP: None
      selector:
        app.kubernetes.io/instance: monica-db
        app.kubernetes.io/name: mariadb
        app.kubernetes.io/part-of: mariadb
      ports:
      - name: mysql
        port: 3306
        protocol: TCP
        targetPort: mysql

spec.podSelector.matchLabels.app.kubernetes.io/version  (networking.k8s.io/v1/NetworkPolicy/default/monica-db-mariadb)
  ± value change
    - 11.4.3
    + 11.4.4

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

data.my.cnf  (v1/ConfigMap/default/monica-db-mariadb)
  ± value change in multiline text (one insert, no deletions)
    + binlog_expire_logs_seconds=2592000


spec.selector.matchLabels  (apps/v1/StatefulSet/default/monica-db-mariadb)
  + one map entry added:
    app.kubernetes.io/part-of: mariadb

spec.serviceName  (apps/v1/StatefulSet/default/monica-db-mariadb)
  ± value change
    - monica-db-mariadb
    + monica-db-mariadb-headless

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

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

@rust84-bot
Copy link
Contributor Author

rust84-bot bot commented Nov 13, 2024

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

(file level)
    ---
    # Source: mariadb/templates/headless-svc.yaml
    apiVersion: v1
    kind: Service
    metadata:
      name: monica-db-mariadb-headless
      namespace: default
    spec:
      type: ClusterIP
      publishNotReadyAddresses: true
      clusterIP: None
      selector:
        app.kubernetes.io/instance: monica-db
        app.kubernetes.io/name: mariadb
        app.kubernetes.io/part-of: mariadb
      ports:
      - name: mysql
        port: 3306
        protocol: TCP
        targetPort: mysql

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

spec.selector.matchLabels  (apps/v1/StatefulSet/default/monica-db-mariadb)
  + one map entry added:
    app.kubernetes.io/part-of: mariadb

spec.serviceName  (apps/v1/StatefulSet/default/monica-db-mariadb)
  ± value change
    - monica-db-mariadb
    + monica-db-mariadb-headless

@rust84 rust84 merged commit 05f0eb0 into main Nov 17, 2024
3 checks passed
@rust84-bot rust84-bot bot deleted the renovate/mariadb-20.x branch November 17, 2024 11:01
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.

1 participant