Skip to content

Commit a24d02d

Browse files
authored
Merge pull request #135 from RedisLabs/6.0.6-24
promoting version 6.0.6-24
2 parents 0ec741f + e0259a1 commit a24d02d

10 files changed

+23
-20
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The following are the images and tags for this release:
2828
| Component | k8s | Openshift |
2929
| --- | --- | --- |
3030
| Redis Enterprise | `redislabs/redis:6.0.6-39` | `redislabs/redis:6.0.6-39.rhel7-openshift` |
31-
| Operator | `redislabs/operator:6.0.6-23` | `redislabs/operator:6.0.6-23` |
32-
| Services Rigger | `redislabs/k8s-controller:6.0.6-23` | `redislabs/k8s-controller:6.0.6-23` |
31+
| Operator | `redislabs/operator:6.0.6-24` | `redislabs/operator:6.0.6-24` |
32+
| Services Rigger | `redislabs/k8s-controller:6.0.6-24` | `redislabs/k8s-controller:6.0.6-24` |
3333
> * RedHat certified images are available on [Redhat Catalog](https://access.redhat.com/containers/#/product/71f6d1bb3408bd0d) </br>
3434
3535

@@ -316,14 +316,14 @@ For example:
316316
redisEnterpriseServicesRiggerImageSpec:
317317
imagePullPolicy: IfNotPresent
318318
repository: harbor.corp.local/redisenterprise/k8s-controller
319-
versionTag: 6.0.6-23
319+
versionTag: 6.0.6-24
320320
```
321321
322322
```yaml
323323
bootstrapperImageSpec:
324324
imagePullPolicy: IfNotPresent
325325
repository: harbor.corp.local/redisenterprise/operator
326-
versionTag: 6.0.6-23
326+
versionTag: 6.0.6-24
327327
```
328328
329329
In Operator Deployment spec (operator.yaml):
@@ -335,7 +335,7 @@ spec:
335335
spec:
336336
containers:
337337
- name: redis-enterprise-operator
338-
image: harbor.corp.local/redisenterprise/operator:6.0.6-23
338+
image: harbor.corp.local/redisenterprise/operator:6.0.6-24
339339
```
340340
341341
Image specification follow the [K8s Container schema](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#container-v1-core).
@@ -402,10 +402,11 @@ Alternatively:
402402
Each release of the Redis Enterprise Operator deployment is thoroughly tested against a set of Kubernetes distributions. The table below lists these, along with the current release's support status. "Supported", as well as "deprecated" support status indicates the current release has been tested in this environment and supported by RedisLabs. "Deprecated" also indicates that support will be dropped in a coming future release. "No longer supported" indicates that support has been dropped for this distribution. Any distribution that isn't explicitly listed is not supported for production workloads by RedisLabs.
403403
| Distribution | Support Status |
404404
|-------------------|---------------------|
405-
| Openshift 3.11 | supported |
405+
| Openshift 3.11 | supported |
406406
| Openshift 4.1 | supported |
407407
| Openshift 4.2 | supported |
408408
| Openshift 4.3 | supported |
409+
| Openshift 4.4 | supported |
409410
| KOPS vanilla 1.9 | no longer supported |
410411
| KOPS vanilla 1.10 | no longer supported |
411412
| KOPS vanilla 1.11 | deprecated |
@@ -418,3 +419,5 @@ Each release of the Redis Enterprise Operator deployment is thoroughly tested ag
418419
| GKE 1.14 | supported |
419420
| GKE 1.15 | supported |
420421
| GKE 1.16 | supported |
422+
| Rancher 2.4.5 | supported |
423+

admission.bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
serviceAccountName: redis-enterprise-admission
8080
containers:
8181
- name: admin
82-
image: redislabs/operator:6.0.6-23
82+
image: redislabs/operator:6.0.6-24
8383
command:
8484
- /usr/local/bin/admission
8585
args:
@@ -110,7 +110,7 @@ spec:
110110
scheme: HTTPS
111111
initContainers:
112112
- name: admin-init
113-
image: redislabs/operator-internal:6.0.6-23
113+
image: redislabs/operator:6.0.6-24
114114
command:
115115
- /usr/local/bin/admission
116116
args:

admission.openshift.bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
serviceAccountName: redis-enterprise-admission
8080
containers:
8181
- name: admin
82-
image: redislabs/operator:6.0.6-23
82+
image: redislabs/operator:6.0.6-24
8383
command:
8484
- /usr/local/bin/admission
8585
args:
@@ -110,7 +110,7 @@ spec:
110110
scheme: HTTPS
111111
initContainers:
112112
- name: admin-init
113-
image: redislabs/operator:6.0.6-23
113+
image: redislabs/operator:6.0.6-24
114114
command:
115115
- /usr/local/bin/admission
116116
args:

admission/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
serviceAccountName: redis-enterprise-admission
1515
containers:
1616
- name: admin
17-
image: redislabs/operator:6.0.6-23
17+
image: redislabs/operator:6.0.6-24
1818
command:
1919
- /usr/local/bin/admission
2020
args:
@@ -45,7 +45,7 @@ spec:
4545
scheme: HTTPS
4646
initContainers:
4747
- name: admin-init
48-
image: redislabs/operator:6.0.6-23
48+
image: redislabs/operator:6.0.6-24
4949
command:
5050
- /usr/local/bin/admission
5151
args:

admission/deployment_openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
serviceAccountName: redis-enterprise-admission
1515
containers:
1616
- name: admin
17-
image: redislabs/operator:6.0.6-23
17+
image: redislabs/operator:6.0.6-24
1818
command:
1919
- /usr/local/bin/admission
2020
args:
@@ -45,7 +45,7 @@ spec:
4545
scheme: HTTPS
4646
initContainers:
4747
- name: admin-init
48-
image: redislabs/operator:6.0.6-23
48+
image: redislabs/operator:6.0.6-24
4949
command:
5050
- /usr/local/bin/admission
5151
args:

bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ spec:
115115
serviceAccountName: redis-enterprise-operator
116116
containers:
117117
- name: redis-enterprise-operator
118-
image: redislabs/operator:6.0.6-23
118+
image: redislabs/operator:6.0.6-24
119119
command:
120120
- redis-enterprise-operator
121121
imagePullPolicy: Always

openshift.bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec:
131131
serviceAccount: redis-enterprise-operator
132132
containers:
133133
- name: redis-enterprise-operator
134-
image: redislabs/operator:6.0.6-23
134+
image: redislabs/operator:6.0.6-24
135135
securityContext:
136136
runAsUser: 1001
137137
command:

openshift/operator_rhel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: apps/v1beta1
1+
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: redis-enterprise-operator
@@ -15,7 +15,7 @@ spec:
1515
serviceAccount: redis-enterprise-operator
1616
containers:
1717
- name: redis-enterprise-operator
18-
image: redislabs/operator:6.0.6-23
18+
image: redislabs/operator:6.0.6-24
1919
securityContext:
2020
runAsUser: 1001
2121
command:

operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: redis-enterprise-operator
1616
containers:
1717
- name: redis-enterprise-operator
18-
image: redislabs/operator:6.0.6-23
18+
image: redislabs/operator:6.0.6-24
1919
command:
2020
- redis-enterprise-operator
2121
imagePullPolicy: Always

release_info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
operatorVersion: 6.0.6-23
1+
operatorVersion: 6.0.6-24
22
rsVersion: 6.0.6-39
33
serviceBrokerVersion: 78_4b9b17f

0 commit comments

Comments
 (0)