Skip to content

Commit

Permalink
feat(sentry): Upgrade Sentry from 24.4.2 to 24.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed May 24, 2024
1 parent a52f4d3 commit d8ae061
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions press/playbooks/roles/sentry/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
become: yes
become_user: frappe
unarchive:
src: https://github.com/getsentry/self-hosted/archive/refs/tags/24.4.2.tar.gz
src: https://github.com/getsentry/self-hosted/archive/refs/tags/24.5.0.tar.gz
dest: /tmp
remote_src: yes

- name: Create Sentry Directory
become: yes
become_user: frappe
copy:
src: /tmp/self-hosted-24.4.2/
src: /tmp/self-hosted-24.5.0/
dest: /home/frappe/sentry
remote_src: yes

Expand Down
10 changes: 5 additions & 5 deletions press/playbooks/roles/sentry/templates/sentry.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ COMPOSE_PROJECT_NAME=sentry-self-hosted
SENTRY_EVENT_RETENTION_DAYS=90
SENTRY_BIND=127.0.0.1:9000
SENTRY_MAIL_HOST=frappecloud.com
SENTRY_IMAGE=getsentry/sentry:24.4.2
SNUBA_IMAGE=getsentry/snuba:24.4.2
RELAY_IMAGE=getsentry/relay:24.4.2
SYMBOLICATOR_IMAGE=getsentry/symbolicator:24.4.2
VROOM_IMAGE=getsentry/vroom:24.4.2
SENTRY_IMAGE=getsentry/sentry:24.5.0
SNUBA_IMAGE=getsentry/snuba:24.5.0
RELAY_IMAGE=getsentry/relay:24.5.0
SYMBOLICATOR_IMAGE=getsentry/symbolicator:24.5.0
VROOM_IMAGE=getsentry/vroom:24.5.0
WAL2JSON_VERSION=latest
HEALTHCHECK_INTERVAL=30s
HEALTHCHECK_TIMEOUT=1m30s
Expand Down
4 changes: 2 additions & 2 deletions press/playbooks/roles/sentry_upgrade/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
become: yes
become_user: frappe
unarchive:
src: https://github.com/getsentry/self-hosted/archive/refs/tags/24.4.2.tar.gz
src: https://github.com/getsentry/self-hosted/archive/refs/tags/24.5.0.tar.gz
dest: /tmp
remote_src: yes

Expand All @@ -25,7 +25,7 @@
become: yes
become_user: frappe
copy:
src: /tmp/self-hosted-24.4.2/
src: /tmp/self-hosted-24.5.0/
dest: /home/frappe/sentry
remote_src: yes

Expand Down

0 comments on commit d8ae061

Please sign in to comment.