Skip to content

Commit 96c2541

Browse files
committed
feat(docker): use hardened images for kubectl and redis dependencies
related to WPB-23412
1 parent b83f952 commit 96c2541

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

charts/reaper/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
image:
22
# Use a kubectl image that includes a shell (sh/bash). Distroless images will fail to exec the script.
3-
registry: docker.io
4-
repository: bitnamilegacy/kubectl
5-
tag: 1.32.4
3+
registry: dhi.io
4+
repository: kubectl
5+
tag: 1.35.0
66
podSecurityContext:
77
allowPrivilegeEscalation: false
88
capabilities:

charts/redis-ephemeral/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
redis-ephemeral:
22
image:
3-
tag: "7.4.6"
3+
registry: dhi.io
4+
repository: redis
5+
tag: "7.4.7"
46

57
haMode:
68
enabled: false

charts/restund/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ image:
1212

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

1919
# If you have multiple deployments of Restund running in one cluster, it is
2020
# important that they run on disjoint sets of nodes, you can use nodeSelector to enforce this

hack/helm_vars/redis-ephemeral/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
redis-ephemeral:
22
image:
3-
registry: public.ecr.aws
4-
repository: docker/library/redis
3+
registry: dhi.io
4+
repository: redis
55

66
redisConfig: |
77
requirepass very-secure-redis-master-password

0 commit comments

Comments
 (0)