mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 00:15:51 +00:00
Compare commits
1 Commits
setup-env
...
mariadb-op
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74e0bee569 |
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
Run and operate MariaDB in a cloud native way
|
Run and operate MariaDB in a cloud native way
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user