Compare commits

...

1 Commits

Author SHA1 Message Date
Andrei Kvapil
74e0bee569 Update mariadb-operator v0.28.1 2024-05-09 10:36:11 +02:00
5 changed files with 26587 additions and 28561 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: v0.0.27 appVersion: v0.0.28
description: Run and operate MariaDB in a cloud native way description: Run and operate MariaDB in a cloud native way
home: https://github.com/mariadb-operator/mariadb-operator home: https://github.com/mariadb-operator/mariadb-operator
icon: https://mariadb-operator.github.io/mariadb-operator/assets/mariadb_profile.svg icon: https://mariadb-operator.github.io/mariadb-operator/assets/mariadb_profile.svg
@@ -16,4 +16,4 @@ maintainers:
name: mmontes11 name: mmontes11
name: mariadb-operator name: mariadb-operator
type: application type: application
version: 0.27.0 version: 0.28.1

View File

@@ -6,7 +6,7 @@
<img src="https://mariadb-operator.github.io/mariadb-operator/assets/mariadb-operator_centered_whitebg.svg" alt="mariadb" width="100%"/> <img src="https://mariadb-operator.github.io/mariadb-operator/assets/mariadb-operator_centered_whitebg.svg" alt="mariadb" width="100%"/>
</p> </p>
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.27.0](https://img.shields.io/badge/Version-0.27.0-informational?style=flat-square) ![AppVersion: v0.0.27](https://img.shields.io/badge/AppVersion-v0.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.28.1](https://img.shields.io/badge/Version-0.28.1-informational?style=flat-square) ![AppVersion: v0.0.28](https://img.shields.io/badge/AppVersion-v0.0.28-informational?style=flat-square)
Run and operate MariaDB in a cloud native way Run and operate MariaDB in a cloud native way

View File

@@ -1,11 +1,12 @@
apiVersion: v1 apiVersion: v1
data: data:
MARIADB_GALERA_AGENT_IMAGE: ghcr.io/mariadb-operator/mariadb-operator:v0.0.27 MARIADB_GALERA_AGENT_IMAGE: ghcr.io/mariadb-operator/mariadb-operator:v0.0.28
MARIADB_GALERA_INIT_IMAGE: ghcr.io/mariadb-operator/mariadb-operator:v0.0.27 MARIADB_GALERA_INIT_IMAGE: ghcr.io/mariadb-operator/mariadb-operator:v0.0.28
MARIADB_GALERA_LIB_PATH: /usr/lib/galera/libgalera_smm.so MARIADB_GALERA_LIB_PATH: /usr/lib/galera/libgalera_smm.so
MARIADB_OPERATOR_IMAGE: ghcr.io/mariadb-operator/mariadb-operator:v0.0.27 MARIADB_OPERATOR_IMAGE: ghcr.io/mariadb-operator/mariadb-operator:v0.0.28
RELATED_IMAGE_EXPORTER: prom/mysqld-exporter:v0.15.1 RELATED_IMAGE_EXPORTER: prom/mysqld-exporter:v0.15.1
RELATED_IMAGE_MARIADB: mariadb:11.2.2 RELATED_IMAGE_EXPORTER_MAXSCALE: mariadb/maxscale-prometheus-exporter-ubi:latest
RELATED_IMAGE_MARIADB: mariadb:10.11.7
RELATED_IMAGE_MAXSCALE: mariadb/maxscale:23.08 RELATED_IMAGE_MAXSCALE: mariadb/maxscale:23.08
kind: ConfigMap kind: ConfigMap
metadata: metadata:

View File

@@ -48,6 +48,7 @@ rules:
- configmaps - configmaps
verbs: verbs:
- create - create
- delete
- get - get
- list - list
- patch - patch
@@ -87,6 +88,7 @@ rules:
- persistentvolumeclaims - persistentvolumeclaims
verbs: verbs:
- create - create
- deletecollection
- list - list
- patch - patch
- watch - watch
@@ -99,12 +101,6 @@ rules:
- get - get
- list - list
- watch - watch
- apiGroups:
- ""
resources:
- pvcs
verbs:
- list
- apiGroups: - apiGroups:
- "" - ""
resources: resources: