diff --git a/charts/mariadb-operator/Chart.lock b/charts/mariadb-operator/Chart.lock index 09c1c4db..63bae0f6 100644 --- a/charts/mariadb-operator/Chart.lock +++ b/charts/mariadb-operator/Chart.lock @@ -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" diff --git a/charts/mariadb-operator/Chart.yaml b/charts/mariadb-operator/Chart.yaml index 94a09c21..5ced7a35 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 @@ -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 diff --git a/charts/mariadb-operator/README.md b/charts/mariadb-operator/README.md index d7fdeb6d..b92fdced 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.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` | | diff --git a/charts/mariadb-operator/charts/mariadb-operator-crds-25.10.4.tgz b/charts/mariadb-operator/charts/mariadb-operator-crds-25.10.4.tgz new file mode 100644 index 00000000..810a9435 Binary files /dev/null and b/charts/mariadb-operator/charts/mariadb-operator-crds-25.10.4.tgz differ diff --git a/charts/mariadb-operator/charts/mariadb-operator-crds-25.8.4.tgz b/charts/mariadb-operator/charts/mariadb-operator-crds-25.8.4.tgz deleted file mode 100644 index 86fc72cd..00000000 Binary files a/charts/mariadb-operator/charts/mariadb-operator-crds-25.8.4.tgz and /dev/null differ