Skip to content

Commit

Permalink
promoting version 6.4.2-5 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
almoggue authored Apr 19, 2023
1 parent c87c297 commit 2fad9a7
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions examples/v1alpha1/reaadb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion log_collector/log_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
4 changes: 2 additions & 2 deletions multi-namespace-redb/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions openshift.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions openshift/operator_rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/rec_rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2fad9a7

Please sign in to comment.