Birk Bohne
Birk Bohne
Hi @SuperQ, this PR skips the `SPACE_TYPE` column for MariaDB server instances with version `10.5` or newer. - to be able to scrape the `information_schema.innodb_sys_tablespaces` tables - MariaDB has [cleaned...
[helm template](https://helm.sh/docs/helm/helm_template/) supports using an OCI registry as a source for the release. ```shell=bash helm template release-name oci://registry.fqdn/chart-name --version 0.1.2 ``` That would be useful for `helm diff release` too.
- [MariaDB](https://mariadb.com/kb/en/documentation/) extended with the [Galera library](https://mariadb.com/kb/en/what-is-mariadb-galera-cluster/) to provide a synchronous database cluster running in Kubernetes - automated initial bootstrap and full restarts - startup, liveness and readiness checks to...
- chart version bumped too
- to avoid naming violations in oci registries - https://helm.sh/docs/chart_best_practices/conventions/#chart-names - https://helm.sh/docs/chart_best_practices/conventions/#version-numbers - helm dep update run for all related parent charts - alias added to keep the old chart...
- defined functions are shared across all subcharts - hardcoded values will lead to wrong results - chart version bumped
- defined functions are shared across all subcharts - hardcoded values will lead to wrong results - chart version bumped
- defined functions are shared across all subcharts - hard-coded values will lead to wrong results - chart version bumped
- [MariaDB](https://mariadb.com/kb/en/documentation/) extended with the [Galera library](https://mariadb.com/kb/en/what-is-mariadb-galera-cluster/) to provide a synchronous database cluster running in Kubernetes - automated initial bootstrap and full restarts - startup, liveness and readiness checks to...
Output of `restic version` -------------------------- `0.14` How did you run restic exactly? ------------------------------- restic ls --json a0a42f2ca ```shell Ignoring "a0a42f2ca": no matching ID found for prefix "a0a42f2ca" ``` restic stats...