From 3570d7de1414bae837ea76d6768bc471cd1ae178 Mon Sep 17 00:00:00 2001 From: pasha-codefresh Date: Sun, 6 Oct 2024 20:40:06 +0300 Subject: [PATCH] sec: update alpine/helm to 3.16.1 (#20253) Signed-off-by: pashakostohrys --- docs/user-guide/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/helm.md b/docs/user-guide/helm.md index 441d644355f44..cae8ffdcefca2 100644 --- a/docs/user-guide/helm.md +++ b/docs/user-guide/helm.md @@ -418,7 +418,7 @@ repoServer: value: /helm-working-dir initContainers: - name: helm-gcp-authentication - image: alpine/helm:3.8.1 + image: alpine/helm:3.16.1 volumeMounts: - name: helm-working-dir mountPath: /helm-working-dir