Skip to content

Commit

Permalink
promoting version 7.8.4-8 (#286)
Browse files Browse the repository at this point in the history
* promoting version 7.8.4-8

* Update .gitignore

* Delete crds/app.redislabs.com_redisenterpriseacls_crd.yaml

* Delete helm/redis-enterprise-operator directory

---------

Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
almoggue and Ubuntu authored Feb 13, 2025
1 parent 339b388 commit cd83e60
Show file tree
Hide file tree
Showing 9 changed files with 241 additions and 85 deletions.
30 changes: 28 additions & 2 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3927,6 +3927,22 @@ spec:
setting its value shall have no effect. Please view the corresponding
field in RS doc for more info.
type: boolean
securityContext:
description: the security configuration that will be applied to RS pods.
properties:
readOnlyRootFilesystemPolicy:
description: Whether RS containers has a read-only root filesystem
and what is the policy. some mandatory paths are still writable
so RS can work properly.
properties:
enabled:
description: Whether RS containers has a read-only root filesystem.
Default is false.
type: boolean
required:
- enabled
type: object
type: object
backup:
description: Cluster-wide backup configurations
properties:
Expand Down Expand Up @@ -11218,6 +11234,16 @@ spec:
type: string
resp3Default:
type: boolean
securityContext:
properties:
readOnlyRootFilesystemPolicy:
properties:
enabled:
type: boolean
required:
- enabled
type: object
type: object
backup:
properties:
s3:
Expand Down Expand Up @@ -16775,7 +16801,7 @@ spec:
- configMapRef:
name: "operator-environment-config"
optional: true
image: redislabs/operator:7.8.2-6
image: redislabs/operator:7.8.4-8
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -16823,7 +16849,7 @@ spec:
- configMapRef:
name: "operator-environment-config"
optional: true
image: redislabs/operator:7.8.2-6
image: redislabs/operator:7.8.4-8
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
26 changes: 26 additions & 0 deletions crds/rec_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3718,6 +3718,22 @@ spec:
setting its value shall have no effect. Please view the corresponding
field in RS doc for more info.
type: boolean
securityContext:
description: the security configuration that will be applied to RS pods.
properties:
readOnlyRootFilesystemPolicy:
description: Whether RS containers has a read-only root filesystem
and what is the policy. some mandatory paths are still writable
so RS can work properly.
properties:
enabled:
description: Whether RS containers has a read-only root filesystem.
Default is false.
type: boolean
required:
- enabled
type: object
type: object
backup:
description: Cluster-wide backup configurations
properties:
Expand Down Expand Up @@ -11009,6 +11025,16 @@ spec:
type: string
resp3Default:
type: boolean
securityContext:
properties:
readOnlyRootFilesystemPolicy:
properties:
enabled:
type: boolean
required:
- enabled
type: object
type: object
backup:
properties:
s3:
Expand Down
Loading

0 comments on commit cd83e60

Please sign in to comment.