Update to 23.2.0
This commit is contained in:
parent
feed55ab47
commit
f3f4733241
2 changed files with 2 additions and 1 deletions
|
|
@ -50,6 +50,7 @@
|
||||||
environment:
|
environment:
|
||||||
SENTRY_IMAGE: 'getsentry/sentry:{{ app_branch }}'
|
SENTRY_IMAGE: 'getsentry/sentry:{{ app_branch }}'
|
||||||
SENTRY_BIND: '{{ bind_address }}'
|
SENTRY_BIND: '{{ bind_address }}'
|
||||||
|
REPORT_SELF_HOSTED_ISSUES: 0
|
||||||
register: installer_output
|
register: installer_output
|
||||||
|
|
||||||
- name: log installer output
|
- name: log installer output
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ app_name: 'sentry'
|
||||||
app_dir: '/srv/docker/sentry'
|
app_dir: '/srv/docker/sentry'
|
||||||
app_url: 'https://sentry.fudiggity.nl'
|
app_url: 'https://sentry.fudiggity.nl'
|
||||||
app_repository: 'https://github.com/getsentry/onpremise.git'
|
app_repository: 'https://github.com/getsentry/onpremise.git'
|
||||||
app_branch: '22.3.0'
|
app_branch: '23.2.0'
|
||||||
|
|
||||||
app_user: 'sonny'
|
app_user: 'sonny'
|
||||||
app_key: !vault |
|
app_key: !vault |
|
||||||
|
|
|
||||||
Reference in a new issue