Skip to content

Commit 1e7ce86

Browse files
committed
feat(docker): use hardened images for kubectl dependency
related to WPB-23412
1 parent b83f952 commit 1e7ce86

2 files changed

Lines changed: 6 additions & 6 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/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

0 commit comments

Comments
 (0)