From 6dd17d6896b45fc7cef9f84f88879f9ca5569669 Mon Sep 17 00:00:00 2001 From: David Gomez Date: Wed, 21 Feb 2024 13:35:17 +0100 Subject: [PATCH] [bitnami/template] Update distro in template (#23658) Signed-off-by: David Gomez --- template/CHART_NAME/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/CHART_NAME/values.yaml b/template/CHART_NAME/values.yaml index e236266565..6dd2f01512 100644 --- a/template/CHART_NAME/values.yaml +++ b/template/CHART_NAME/values.yaml @@ -607,7 +607,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r%%IMAGE_REVISION%% + tag: 11-debian-12-r%%IMAGE_REVISION%% pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.