From de8ae52ecba79e71e164fc7ed7bcb978170821e8 Mon Sep 17 00:00:00 2001 From: Ryan Brady Date: Fri, 28 Feb 2025 14:55:51 -0500 Subject: [PATCH] updated tag and comments for kubectl image Signed-off-by: Ryan Brady --- operations/helm/charts/mimir-distributed/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/operations/helm/charts/mimir-distributed/values.yaml b/operations/helm/charts/mimir-distributed/values.yaml index 37961effc8..70be3ec69a 100644 --- a/operations/helm/charts/mimir-distributed/values.yaml +++ b/operations/helm/charts/mimir-distributed/values.yaml @@ -4094,13 +4094,13 @@ tokengenJob: # -- kubetclImage is used in the enterprise provisioner and tokengen jobs kubectlImage: - # -- The Docker registry + # -- The Docker registry for the kubectl image registry: docker.io - # -- Docker image repository + # -- The kubectl image repository repository: bitnami/kubectl - # -- Overrides the image tag whose default is the chart's appVersion - tag: null - # -- Docker image pull policy + # -- The kubectl image tag + tag: latest + # -- The kubectl image pull policy pullPolicy: IfNotPresent # Settings for the admin_api service providing authentication and authorization service.