mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-08-16 14:57:09 +00:00
Updated OLM bundle (0.0.31)
This commit is contained in:
@ -6,4 +6,4 @@ kind: Kustomization
|
||||
images:
|
||||
- name: controller
|
||||
newName: docker-registry2.mariadb.com/mariadb/mariadb-operator-enterprise
|
||||
newTag: v0.0.31-dev
|
||||
newTag: v0.0.31
|
||||
|
@ -52,7 +52,7 @@ spec:
|
||||
- name: RELATED_IMAGE_EXPORTER_MAXSCALE
|
||||
value: docker-registry2.mariadb.com/mariadb/maxscale-prometheus-exporter-ubi:v0.0.1
|
||||
- name: MARIADB_OPERATOR_IMAGE
|
||||
value: docker-registry2.mariadb.com/mariadb/mariadb-operator-enterprise:v0.0.31-dev
|
||||
value: docker-registry2.mariadb.com/mariadb/mariadb-operator-enterprise:v0.0.31
|
||||
- name: MARIADB_GALERA_LIB_PATH
|
||||
value: /usr/lib64/galera/libgalera_smm.so
|
||||
- name: MARIADB_ENTRYPOINT_VERSION
|
||||
|
File diff suppressed because one or more lines are too long
@ -7156,6 +7156,11 @@ spec:
|
||||
description: Labels to be added to children resources.
|
||||
type: object
|
||||
type: object
|
||||
podAffinity:
|
||||
description: PodAffinity indicates whether the recovery
|
||||
Jobs should run in the same Node as the MariaDB Pods.
|
||||
It defaults to true.
|
||||
type: boolean
|
||||
resources:
|
||||
description: Resouces describes the compute resource requirements.
|
||||
properties:
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user