From 720fba206ef0a21fd7fc24c622e6b65cbe3ad015 Mon Sep 17 00:00:00 2001 From: Martin Montes Date: Thu, 2 May 2024 16:46:36 +0200 Subject: [PATCH] Update bundle --- ...ator-enterprise.clusterserviceversion.yaml | 33 ++++++++++--------- config/manager/kustomization.yaml | 2 +- config/manager/manager.yaml | 6 ++-- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/bundle/manifests/mariadb-operator-enterprise.clusterserviceversion.yaml b/bundle/manifests/mariadb-operator-enterprise.clusterserviceversion.yaml index b0d0b385..22f48eb2 100644 --- a/bundle/manifests/mariadb-operator-enterprise.clusterserviceversion.yaml +++ b/bundle/manifests/mariadb-operator-enterprise.clusterserviceversion.yaml @@ -376,8 +376,8 @@ metadata: capabilities: Auto Pilot categories: Database certified: "true" - containerImage: mariadb/mariadb-operator-enterprise@sha256:181c471bae75418cbefd54fb7d65fe5ac8e341136509e203fc148f216308b713 - createdAt: "2024-04-30T12:12:17Z" + containerImage: mariadb/mariadb-operator-enterprise@sha256:557e729463fb9555e2c616461fa5b8d23cc41592b986f5bcc64aaed76b3733a3 + createdAt: "2024-05-02T14:45:14Z" features.operators.openshift.io/disconnected: "false" features.operators.openshift.io/fips-compliant: "false" features.operators.openshift.io/proxy-aware: "false" @@ -393,7 +393,7 @@ metadata: operatorframework.io/arch.amd64: supported operatorframework.io/arch.arm64: supported operatorframework.io/os.linux: supported - name: mariadb-operator-enterprise.v0.0.27 + name: mariadb-operator-enterprise.v0.0.28 namespace: placeholder spec: apiservicedefinitions: {} @@ -3502,6 +3502,7 @@ spec: - configmaps verbs: - create + - delete - get - list - patch @@ -3958,11 +3959,11 @@ spec: - name: RELATED_IMAGE_EXPORTER_MAXSCALE value: mariadb/maxscale-prometheus-exporter-ubi@sha256:9c46ec50a349d4c91a78ad34cc56e3bdad84ac7e8d92af101d98bcc55268142f - name: MARIADB_OPERATOR_IMAGE - value: mariadb/mariadb-operator-enterprise:v0.0.27 + value: mariadb/mariadb-operator-enterprise:v0.0.28 - name: MARIADB_GALERA_INIT_IMAGE - value: mariadb/mariadb-operator-enterprise:v0.0.27 + value: mariadb/mariadb-operator-enterprise:v0.0.28 - name: MARIADB_GALERA_AGENT_IMAGE - value: mariadb/mariadb-operator-enterprise:v0.0.27 + value: mariadb/mariadb-operator-enterprise:v0.0.28 - name: MARIADB_GALERA_LIB_PATH value: /usr/lib/galera/libgalera_enterprise_smm.so - name: WATCH_NAMESPACE @@ -3979,7 +3980,7 @@ spec: fieldPath: metadata.namespace - name: MARIADB_OPERATOR_SA_PATH value: /var/run/secrets/kubernetes.io/serviceaccount/token - image: mariadb/mariadb-operator-enterprise@sha256:181c471bae75418cbefd54fb7d65fe5ac8e341136509e203fc148f216308b713 + image: mariadb/mariadb-operator-enterprise@sha256:557e729463fb9555e2c616461fa5b8d23cc41592b986f5bcc64aaed76b3733a3 livenessProbe: httpGet: path: /healthz @@ -4082,19 +4083,19 @@ spec: provider: name: MariaDB Corporation relatedImages: - - image: prom/mysqld-exporter@sha256:7211a617ec657701ca819aa0ba28e1d5750f5bf2c1391b755cc4a48cc360b0fa - name: exporter - - image: mariadb/maxscale-prometheus-exporter-ubi@sha256:9c46ec50a349d4c91a78ad34cc56e3bdad84ac7e8d92af101d98bcc55268142f - name: exporter-maxscale - - image: mariadb/mariadb-operator-enterprise@sha256:181c471bae75418cbefd54fb7d65fe5ac8e341136509e203fc148f216308b713 - name: mariadb-operator-enterprise - - image: mariadb/maxscale-prometheus-exporter-ubi@sha256:9c46ec50a349d4c91a78ad34cc56e3bdad84ac7e8d92af101d98bcc55268142f - name: exporter_maxscale - image: us-central1-docker.pkg.dev/mariadb-es-docker-registry/enterprise-docker/enterprise-server@sha256:edc26ab2cddec2a444e5b49bdfa97132efce167e9d0eef47d49d25394c5f8631 name: mariadb - image: mariadb/maxscale@sha256:f2ce262fe7764e16da2b01bdf2fb2fc777bb66f688ec4c8ef37d50de2995ce12 name: maxscale - version: 0.0.27 + - image: prom/mysqld-exporter@sha256:7211a617ec657701ca819aa0ba28e1d5750f5bf2c1391b755cc4a48cc360b0fa + name: exporter + - image: mariadb/maxscale-prometheus-exporter-ubi@sha256:9c46ec50a349d4c91a78ad34cc56e3bdad84ac7e8d92af101d98bcc55268142f + name: exporter-maxscale + - image: mariadb/mariadb-operator-enterprise@sha256:557e729463fb9555e2c616461fa5b8d23cc41592b986f5bcc64aaed76b3733a3 + name: mariadb-operator-enterprise + - image: mariadb/maxscale-prometheus-exporter-ubi@sha256:9c46ec50a349d4c91a78ad34cc56e3bdad84ac7e8d92af101d98bcc55268142f + name: exporter_maxscale + version: 0.0.28 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 53a49be1..424427c6 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ kind: Kustomization images: - name: controller newName: mariadb/mariadb-operator-enterprise - newTag: v0.0.27 + newTag: v0.0.28 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 85d0830e..21e83a3f 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -52,11 +52,11 @@ spec: - name: RELATED_IMAGE_EXPORTER_MAXSCALE value: mariadb/maxscale-prometheus-exporter-ubi:latest - name: MARIADB_OPERATOR_IMAGE - value: mariadb/mariadb-operator-enterprise:v0.0.27 + value: mariadb/mariadb-operator-enterprise:v0.0.28 - name: MARIADB_GALERA_INIT_IMAGE - value: mariadb/mariadb-operator-enterprise:v0.0.27 + value: mariadb/mariadb-operator-enterprise:v0.0.28 - name: MARIADB_GALERA_AGENT_IMAGE - value: mariadb/mariadb-operator-enterprise:v0.0.27 + value: mariadb/mariadb-operator-enterprise:v0.0.28 - name: MARIADB_GALERA_LIB_PATH value: /usr/lib/galera/libgalera_enterprise_smm.so - name: WATCH_NAMESPACE