Skip to content

Commit

Permalink
Automated commit message [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 30, 2024
1 parent f06c689 commit 53a0c4f
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions charts/redis-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@

nameOverride: ""
fullnameOverride: ""

# Operator watch namespace
watchNamespace: ""

imagePullSecrets: []

images:
redisOperator:
repository: alaudaos/redis-operator
tag: latest
digest: "c6fffd56a8ac0411c9461891062070d1321a65f1cfa5172b1a50a9bc34a9d6a5"
digest: "3edc4b267b5225055e9b0c81abdcb26199ad218417c29bfe9836674716a94d2f"
redis6:
repository: redis
tag: 6.0
Expand All @@ -27,7 +24,6 @@ images:
repository: oliver006/redis_exporter
tag: v1.62.0
digest: "c5a968ba5f30bab5e12181cceb89c4ed37cb4fe4d85490b5b66c7cfe4750b5e8"

redisOperator:
replicaCount: 1
imagePullPolicy: IfNotPresent
Expand All @@ -42,27 +38,22 @@ redisOperator:
requests:
cpu: 500m
memory: 512Mi

securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
nodeSelector: {}

tolerations: []

affinity: {}

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand All @@ -71,8 +62,6 @@ serviceAccount:
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: "redis-operator"

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
# fsGroup: 2000

0 comments on commit 53a0c4f

Please sign in to comment.