Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.idea
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

*bundle.yaml
2 changes: 1 addition & 1 deletion active_active_database_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ Note - Modules are currently in preview for Active-Active databases.
To use modules with Active-Active databases enable the alpha feature flag on all participating clusters:
To enable modules for Active-Active databases, set a boolean environment variable with the name "ENABLE_ALPHA_FEATURES" to True. This variable can be set via the redis-enterprise-operator pod spec, or through the operator-environment-config Config Map.

Important note:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

Importent note:
upgrading modules with Active-Active databases is currently not supported via the operator, to upgrade please use the RS APIs directly and after the module has successfully upgraded update the module version on the REAADB custom resource.

## Test your Active-Active database
Expand Down
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