Skip to content

Commit

Permalink
always use pull the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
RidRisR authored and ti-chi-bot committed Sep 24, 2024
1 parent 4849c9f commit 79ebdab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/local-up-by-k3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ helm_template_args=(
--set-string tidbBackupManagerImage=$DOCKER_REGISTRY/pingcap/tidb-backup-manager:${IMAGE_TAG}
--set-string controllerManager.logLevel=4
--set-string scheduler.logLevel=4
--set imagePullPolicy=Always
)

$HELM_BIN template tidb-operator-dev ./charts/tidb-operator/ ${helm_template_args[@]} | kubectl -n "$NAMESPACE" apply -f -
Expand Down

0 comments on commit 79ebdab

Please sign in to comment.