Skip to content

Commit

Permalink
updated tag and comments for kubectl image
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Brady <[email protected]>
  • Loading branch information
rbrady committed Feb 28, 2025
1 parent 2b08178 commit de8ae52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions operations/helm/charts/mimir-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit de8ae52

Please sign in to comment.