Updated OLM bundle (0.0.31)

This commit is contained in:
mmontes11
2024-09-13 15:45:39 +00:00
parent 619d717e2f
commit e22110de19
5 changed files with 41 additions and 46 deletions

View File

@ -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

View File

@ -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

View File

@ -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