diff --git a/charts/mariadb-operator/Chart.lock b/charts/mariadb-operator/Chart.lock index 09c1c4db..878eb725 100644 --- a/charts/mariadb-operator/Chart.lock +++ b/charts/mariadb-operator/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb-operator repository: https://helm.mariadb.com/mariadb-operator - version: 25.8.4 + version: 25.10.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" +digest: sha256:13540035dc4399e3f2ad7366edbf410907b865c37a46f00e899cda84bbf55e59 +generated: "2026-01-16T00:37:06.364134086Z" diff --git a/charts/mariadb-operator/Chart.yaml b/charts/mariadb-operator/Chart.yaml index 94a09c21..08e694e2 100644 --- a/charts/mariadb-operator/Chart.yaml +++ b/charts/mariadb-operator/Chart.yaml @@ -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 @@ -25,7 +25,7 @@ appVersion: "1.16.0" dependencies: - name: mariadb-operator - version: 25.8.4 + version: 25.10.4 repository: "https://helm.mariadb.com/mariadb-operator" condition: mariadb-operator.enabled - name: mariadb-operator-crds diff --git a/charts/mariadb-operator/README.md b/charts/mariadb-operator/README.md index d7fdeb6d..0e1c53af 100644 --- a/charts/mariadb-operator/README.md +++ b/charts/mariadb-operator/README.md @@ -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.10.4 | +| https://helm.mariadb.com/mariadb-operator | mariadb-operator-crds | 25.8.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` | | diff --git a/charts/mariadb-operator/charts/mariadb-operator-25.10.4.tgz b/charts/mariadb-operator/charts/mariadb-operator-25.10.4.tgz new file mode 100644 index 00000000..513d57ec Binary files /dev/null and b/charts/mariadb-operator/charts/mariadb-operator-25.10.4.tgz differ diff --git a/charts/mariadb-operator/charts/mariadb-operator-25.8.4.tgz b/charts/mariadb-operator/charts/mariadb-operator-25.8.4.tgz deleted file mode 100644 index 35abb64c..00000000 Binary files a/charts/mariadb-operator/charts/mariadb-operator-25.8.4.tgz and /dev/null differ