Skip to content

v5.4.6-1186

Compare
Choose a tag to compare
@amiramm amiramm released this 06 Nov 23:00
· 260 commits to master since this release

Overview

This is a maintenance release providing a single enhancement - added support for private repositories and air-gapped environments for Cluster Recovery functionality.

Notable Changes

The Redis Enterprise Cluster spec now supports the declaration of bootstrapperImageSpec. This optional declaration is required for deployments using private repositories.

For example:

spec:
  bootstrapperImageSpec:
    imagePullPolicy:  IfNotPresent
    repository:       harbor.corp.local/redisenterprise/operator
    versionTag:       5.4.6-1186

The readme has been enhanced with more information about how to deploy in private repositories and with pull secrets.