Skip to content

Commit

Permalink
promoting version 7.2.4-7 (#269)
Browse files Browse the repository at this point in the history
* promoting version 7.2.4-7

* revert.

---------

Co-authored-by: Ubuntu <ubuntu@ip-172-31-60-166.eu-central-1.compute.internal>
  • Loading branch information
alon-zada and Ubuntu authored Oct 3, 2023
1 parent d4878a8 commit 1cdfab5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16462,7 +16462,7 @@ spec:
serviceAccountName: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: redislabs/operator:7.2.4-2
image: redislabs/operator:7.2.4-7
command:
- operator-root
- operator
Expand Down Expand Up @@ -16512,7 +16512,7 @@ spec:
drop:
- ALL
- name: admission
image: redislabs/operator:7.2.4-2
image: redislabs/operator:7.2.4-7
command:
- operator-root
- admission
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 @@ -36,7 +36,7 @@
logger.setLevel(logging.INFO)
LOGGER_FORMAT = '%(asctime)s - %(levelname)s - %(message)s'
logging.basicConfig(format=LOGGER_FORMAT)
VERSION_LOG_COLLECTOR = "7.2.4-2"
VERSION_LOG_COLLECTOR = "7.2.4-7"

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 @@ -24,7 +24,7 @@ spec:
serviceAccountName: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: redislabs/operator:7.2.4-2
image: redislabs/operator:7.2.4-7
command:
- operator-root
- operator
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
drop:
- ALL
- name: admission
image: redislabs/operator:7.2.4-2
image: redislabs/operator:7.2.4-7
command:
- operator-root
- admission
Expand Down
4 changes: 2 additions & 2 deletions openshift.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16502,7 +16502,7 @@ spec:
serviceAccountName: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-2
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-7
securityContext:
privileged: false
readOnlyRootFilesystem: true
Expand Down Expand Up @@ -16554,7 +16554,7 @@ spec:
port: 8080
scheme: HTTP
- name: admission
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-2
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-7
securityContext:
privileged: false
readOnlyRootFilesystem: true
Expand Down
4 changes: 2 additions & 2 deletions openshift/operator_rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-2
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-7
securityContext:
privileged: false
readOnlyRootFilesystem: true
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
port: 8080
scheme: HTTP
- name: admission
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-2
image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-7
securityContext:
privileged: false
readOnlyRootFilesystem: true
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: 7.2.4-52.rhel8-openshift
versionTag: 7.2.4-64.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 @@ -24,7 +24,7 @@ spec:
serviceAccountName: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: redislabs/operator:7.2.4-2
image: redislabs/operator:7.2.4-7
command:
- operator-root
- operator
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
drop:
- ALL
- name: admission
image: redislabs/operator:7.2.4-2
image: redislabs/operator:7.2.4-7
command:
- operator-root
- admission
Expand Down

0 comments on commit 1cdfab5

Please sign in to comment.