Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/reaper/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
image:
# Use a kubectl image that includes a shell (sh/bash). Distroless images will fail to exec the script.
registry: docker.io
repository: bitnamilegacy/kubectl
tag: 1.32.4
registry: dhi.io
repository: kubectl
tag: 1.35.0
podSecurityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
4 changes: 3 additions & 1 deletion charts/redis-ephemeral/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
redis-ephemeral:
image:
tag: "7.4.6"
registry: dhi.io
repository: redis
tag: "7.4.7"

haMode:
enabled: false
Expand Down
6 changes: 3 additions & 3 deletions charts/restund/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ image:

kubectlImage:
# Use a kubectl image that includes a shell (sh/bash). Distroless images will fail to exec the script.
registry: docker.io
repository: bitnamilegacy/kubectl
tag: 1.32.4
registry: dhi.io
repository: kubectl
tag: 1.35.0

# If you have multiple deployments of Restund running in one cluster, it is
# important that they run on disjoint sets of nodes, you can use nodeSelector to enforce this
Expand Down
4 changes: 2 additions & 2 deletions hack/helm_vars/redis-ephemeral/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
redis-ephemeral:
image:
registry: public.ecr.aws
repository: docker/library/redis
registry: dhi.io
repository: redis

redisConfig: |
requirepass very-secure-redis-master-password
Expand Down