From b9b376706092affa373849f27676b28859d44761 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:28:30 +0000 Subject: [PATCH] chore(deps): update docker.io/bitnamilegacy/kubectl docker tag to v1.33.4 --- charts/reaper/values.yaml | 2 +- charts/restund/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/reaper/values.yaml b/charts/reaper/values.yaml index fdc3fb5b46f..f4e52b26722 100644 --- a/charts/reaper/values.yaml +++ b/charts/reaper/values.yaml @@ -2,7 +2,7 @@ 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 + tag: 1.33.4 podSecurityContext: allowPrivilegeEscalation: false capabilities: diff --git a/charts/restund/values.yaml b/charts/restund/values.yaml index e45c63670c2..9c38618c932 100644 --- a/charts/restund/values.yaml +++ b/charts/restund/values.yaml @@ -14,7 +14,7 @@ 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 + tag: 1.33.4 # 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