You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image specification follow the [K8s Container schema](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#container-v1-core).
@@ -629,7 +632,7 @@ Note: in the examples above the Redis Enterprise Cluster name is: 'rec' and the
629
632
The Operator automates and simplifies the upgrade process.
630
633
The Redis Enterprise Cluster Software, and the Redis Enterprise Operator for Kubernetes versions are tightly coupled and should be upgraded together.
631
634
It is recommended to use the bundle.yaml to upgrade, as it loads all the relevant CRD documents for this version. If the updated CRDs are not loaded, the operator might fail.
632
-
There are two ways to upgrade - either set 'autoUpgradeRedisEnterprise' within the Redis Enterprise Cluster Spec to instruct the operator to automatically upgrade to the compatible version, or specify the correct Redis Enterprise image manually using the versionTag attribute. The Redis Enterprise Version compatible with this release is 6.2.8-41
635
+
There are two ways to upgrade - either set 'autoUpgradeRedisEnterprise' within the Redis Enterprise Cluster Spec to instruct the operator to automatically upgrade to the compatible version, or specify the correct Redis Enterprise image manually using the versionTag attribute. The Redis Enterprise Version compatible with this release is 6.2.8-53
633
636
634
637
```yaml
635
638
autoUpgradeRedisEnterprise: true
@@ -638,7 +641,7 @@ There are two ways to upgrade - either set 'autoUpgradeRedisEnterprise' within t
638
641
Alternatively:
639
642
```yaml
640
643
RedisEnterpriseImageSpec:
641
-
versionTag: redislabs/redis:6.2.8-41
644
+
versionTag: redislabs/redis:6.2.8-53
642
645
```
643
646
644
647
## Supported K8S Distributions
@@ -650,23 +653,25 @@ Supported versions (platforms/versions that are not listed are not supported):
0 commit comments