From 2fad9a77b44c45df54f19cf1effcc440a9363add Mon Sep 17 00:00:00 2001 From: almoggue <87272937+almoggue@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:37:14 +0300 Subject: [PATCH] promoting version 6.4.2-5 (#262) --- bundle.yaml | 4 ++-- examples/v1alpha1/reaadb.yaml | 2 ++ log_collector/log_collector.py | 2 +- multi-namespace-redb/operator.yaml | 4 ++-- openshift.bundle.yaml | 4 ++-- openshift/operator_rhel.yaml | 4 ++-- openshift/rec_rhel.yaml | 2 +- operator.yaml | 4 ++-- 8 files changed, 14 insertions(+), 12 deletions(-) diff --git a/bundle.yaml b/bundle.yaml index a4b3aad..ab9474f 100644 --- a/bundle.yaml +++ b/bundle.yaml @@ -15443,7 +15443,7 @@ spec: serviceAccountName: redis-enterprise-operator containers: - name: redis-enterprise-operator - image: redislabs/operator:6.4.2-4 + image: redislabs/operator:6.4.2-5 command: - redis-enterprise-operator imagePullPolicy: Always @@ -15485,7 +15485,7 @@ spec: port: 8080 scheme: HTTP - name: admission - image: redislabs/operator:6.4.2-4 + image: redislabs/operator:6.4.2-5 command: - /usr/local/bin/admission imagePullPolicy: Always diff --git a/examples/v1alpha1/reaadb.yaml b/examples/v1alpha1/reaadb.yaml index d0e5289..fdc59bb 100644 --- a/examples/v1alpha1/reaadb.yaml +++ b/examples/v1alpha1/reaadb.yaml @@ -2,6 +2,8 @@ apiVersion: app.redislabs.com/v1alpha1 kind: RedisEnterpriseActiveActiveDatabase metadata: name: reaadb-1 + labels: + app: redis-enterprise spec: # The Redis Enterprise Cluster Object this Resource is associated with redisEnterpriseCluster: diff --git a/log_collector/log_collector.py b/log_collector/log_collector.py index d0d91aa..6e025a3 100644 --- a/log_collector/log_collector.py +++ b/log_collector/log_collector.py @@ -29,7 +29,7 @@ logger = logging.getLogger(__name__) logger.setLevel(logging.INFO) logging.basicConfig(format='%(asctime)s - %(levelname)s - %(message)s') -VERSION_LOG_COLLECTOR = "6.4.2-4b" +VERSION_LOG_COLLECTOR = "6.4.2-5" TIME_FORMAT = time.strftime("%Y%m%d-%H%M%S") diff --git a/multi-namespace-redb/operator.yaml b/multi-namespace-redb/operator.yaml index 6e8c6c2..9738dc0 100644 --- a/multi-namespace-redb/operator.yaml +++ b/multi-namespace-redb/operator.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: redis-enterprise-operator containers: - name: redis-enterprise-operator - image: redislabs/operator:6.4.2-4 + image: redislabs/operator:6.4.2-5 command: - redis-enterprise-operator imagePullPolicy: Always @@ -60,7 +60,7 @@ spec: port: 8080 scheme: HTTP - name: admission - image: redislabs/operator:6.4.2-4 + image: redislabs/operator:6.4.2-5 command: - /usr/local/bin/admission imagePullPolicy: Always diff --git a/openshift.bundle.yaml b/openshift.bundle.yaml index 92eb9d1..9e42ecf 100644 --- a/openshift.bundle.yaml +++ b/openshift.bundle.yaml @@ -15485,7 +15485,7 @@ spec: serviceAccountName: redis-enterprise-operator containers: - name: redis-enterprise-operator - image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:6.4.2-4 + image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:6.4.2-5 securityContext: runAsUser: 1001 command: @@ -15531,7 +15531,7 @@ spec: port: 8080 scheme: HTTP - name: admission - image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:6.4.2-4 + image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:6.4.2-5 command: - /usr/local/bin/admission imagePullPolicy: Always diff --git a/openshift/operator_rhel.yaml b/openshift/operator_rhel.yaml index b5f5975..2cb0f66 100644 --- a/openshift/operator_rhel.yaml +++ b/openshift/operator_rhel.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: redis-enterprise-operator containers: - name: redis-enterprise-operator - image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:6.4.2-4 + image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:6.4.2-5 securityContext: runAsUser: 1001 command: @@ -64,7 +64,7 @@ spec: port: 8080 scheme: HTTP - name: admission - image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:6.4.2-4 + image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:6.4.2-5 command: - /usr/local/bin/admission imagePullPolicy: Always diff --git a/openshift/rec_rhel.yaml b/openshift/rec_rhel.yaml index f103bc7..35391ef 100644 --- a/openshift/rec_rhel.yaml +++ b/openshift/rec_rhel.yaml @@ -9,7 +9,7 @@ spec: nodes: 3 redisEnterpriseImageSpec: repository: registry.connect.redhat.com/redislabs/redis-enterprise - versionTag: 6.4.2-43.rhel8-openshift + versionTag: 6.4.2-61.rhel8-openshift redisEnterpriseServicesRiggerImageSpec: repository: registry.connect.redhat.com/redislabs/services-manager bootstrapperImageSpec: diff --git a/operator.yaml b/operator.yaml index 6e8c6c2..9738dc0 100644 --- a/operator.yaml +++ b/operator.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: redis-enterprise-operator containers: - name: redis-enterprise-operator - image: redislabs/operator:6.4.2-4 + image: redislabs/operator:6.4.2-5 command: - redis-enterprise-operator imagePullPolicy: Always @@ -60,7 +60,7 @@ spec: port: 8080 scheme: HTTP - name: admission - image: redislabs/operator:6.4.2-4 + image: redislabs/operator:6.4.2-5 command: - /usr/local/bin/admission imagePullPolicy: Always