diff options
author | Rémy Coutable <remy@rymai.me> | 2019-05-22 13:00:35 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-06-12 13:22:12 +0200 |
commit | 97037e4a11afc3c86702ba9b97c8ace9abe65f3b (patch) | |
tree | 1632260ff88f5367468296560e1b91cfbfa124fe /scripts | |
parent | 9eb40fbfd63799a1cbdb219b4b9ff7a1fa8d6430 (diff) | |
download | gitlab-ce-97037e4a11afc3c86702ba9b97c8ace9abe65f3b.tar.gz |
[Review Apps] Set `global.imagePullPolicy: Always`
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/review_apps/review-apps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh index 9455e462617..49922d5a458 100755 --- a/scripts/review_apps/review-apps.sh +++ b/scripts/review_apps/review-apps.sh @@ -209,6 +209,7 @@ HELM_CMD=$(cat << EOF --timeout 600 \ --set global.appConfig.enableUsagePing=false \ --set releaseOverride="$CI_ENVIRONMENT_SLUG" \ + --set global.imagePullPolicy=Always --set global.hosts.hostSuffix="$HOST_SUFFIX" \ --set global.hosts.domain="$REVIEW_APPS_DOMAIN" \ --set certmanager.install=false \ |