diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-15 12:10:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-15 12:10:49 +0000 |
commit | 73b652cf4f890e91868055df8f76e6f869dd710d (patch) | |
tree | 90cbf6f49d76db2bab8621a88a9b82202248d2ad /scripts | |
parent | 5cad106998d7826cead879f1122701040cb7bb38 (diff) | |
download | gitlab-ce-73b652cf4f890e91868055df8f76e6f869dd710d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/review_apps/review-apps.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh index c122cb0f90c..81ff1db9478 100755 --- a/scripts/review_apps/review-apps.sh +++ b/scripts/review_apps/review-apps.sh @@ -289,9 +289,9 @@ HELM_CMD=$(cat << EOF --set releaseOverride="${release}" \ --set global.hosts.hostSuffix="${HOST_SUFFIX}" \ --set global.hosts.domain="${REVIEW_APPS_DOMAIN}" \ - --set global.sentry.enabled="${sentry_enabled}" \ - --set global.sentry.dsn="${REVIEW_APPS_SENTRY_DSN}" \ - --set global.sentry.environment="review" \ + --set global.appConfig.sentry.enabled="${sentry_enabled}" \ + --set global.appConfig.sentry.dsn="${REVIEW_APPS_SENTRY_DSN}" \ + --set global.appConfig.sentry.environment="review" \ --set gitlab.migrations.image.repository="${gitlab_toolbox_image_repository}" \ --set gitlab.migrations.image.tag="${CI_COMMIT_REF_SLUG}" \ --set gitlab.gitaly.image.repository="${gitlab_gitaly_image_repository}" \ |