Merge branch 'renovate/mariadb-operator-crds-25.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

Update Helm release mariadb-operator-crds to v25.10.4

See merge request deepcypher/dc-kc!920
This commit is contained in:
George Onoufriou
2026-01-22 00:15:59 +00:00
5 changed files with 22 additions and 11 deletions

View File

@@ -4,6 +4,6 @@ dependencies:
version: 25.8.4
- name: mariadb-operator-crds
repository: https://helm.mariadb.com/mariadb-operator
version: 25.8.4
digest: sha256:b2a915db36ff305f8528844b0298a41b8a3a30d53005078f098c4cef62c4ccca
generated: "2025-10-21T21:32:57.488194269+01:00"
version: 25.10.4
digest: sha256:6ab4710608c8c7a058b776610b8c945f7322bda0f2a37eadf77f7b29ad327bad
generated: "2026-01-16T00:37:32.255689587Z"

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.2.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
@@ -29,7 +29,7 @@ dependencies:
repository: "https://helm.mariadb.com/mariadb-operator"
condition: mariadb-operator.enabled
- name: mariadb-operator-crds
version: 25.8.4
version: 25.10.4
repository: "https://helm.mariadb.com/mariadb-operator"
condition: mariadb-operator-crds.enabled

View File

@@ -1,6 +1,6 @@
# mariadb-operator
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
A Helm chart for Kubernetes
@@ -8,14 +8,25 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://bitnami-labs.github.io/mariadb-operator | mariadb-operator | 2.17.7 |
| https://helm.mariadb.com/mariadb-operator | mariadb-operator | 25.8.4 |
| https://helm.mariadb.com/mariadb-operator | mariadb-operator-crds | 25.10.4 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| mariadb-operator.createController | bool | `true` | |
| mariadb-operator.ingress.enabled | bool | `false` | |
| mariadb-operator.ingress.hostname | string | `"secrets.deepcypher.me"` | |
| mariadb-operator.networkPolicy.enabled | bool | `true` | |
| environment.baseDomain | string | `"deepcypher.me"` | |
| environment.contact.email | string | `"noreply@deepcypher.me"` | |
| environment.contact.name | string | `"George Onoufriou"` | |
| environment.hardware | string | `"metal"` | |
| environment.location.name | string | `"unknown"` | |
| environment.mode | string | `"production"` | |
| environment.name | string | `"unknown"` | |
| environment.revision | string | `"main"` | |
| mariadb-operator-crds.enabled | bool | `true` | |
| mariadb-operator.enabled | bool | `true` | |
| mariadb-operator.ha.enabled | bool | `true` | |
| mariadb-operator.ha.replicas | int | `2` | |
| mariadb-operator.metrics.enabled | bool | `true` | |
| mariadb-operator.metrics.serviceMonitor.enabled | bool | `true` | |