Update to 21.12.0
This commit is contained in:
parent
8be68590c3
commit
986307a73f
2 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,7 @@
|
||||||
- { src: 'templates/sentry.conf.j2', dest: '{{ app_dir }}/sentry/sentry.conf.py' }
|
- { src: 'templates/sentry.conf.j2', dest: '{{ app_dir }}/sentry/sentry.conf.py' }
|
||||||
- { src: 'templates/sentry.config.j2', dest: '{{ app_dir }}/sentry/config.yml' }
|
- { src: 'templates/sentry.config.j2', dest: '{{ app_dir }}/sentry/config.yml' }
|
||||||
|
|
||||||
|
# Note: run `docker-compose run --rm web export > backup.json` before upgrading
|
||||||
# TODO: tag other sentry images aswell
|
# TODO: tag other sentry images aswell
|
||||||
# can be ran multiple times to upgrade sentry
|
# can be ran multiple times to upgrade sentry
|
||||||
- name: run sentry installer
|
- name: run sentry installer
|
||||||
|
|
|
||||||
|
|
@ -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: '21.7.0'
|
app_branch: '21.12.0'
|
||||||
|
|
||||||
app_user: 'sonny'
|
app_user: 'sonny'
|
||||||
app_key: !vault |
|
app_key: !vault |
|
||||||
|
|
|
||||||
Reference in a new issue