Skip to content

Commit

Permalink
Actually update relay to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmitrofan committed Nov 22, 2021
1 parent 28de610 commit 7f6d9f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions cloudformation-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Parameters:
# OpsWorks ClickHouse variables
ClickHouseCookbookUrl:
Type: String
Default: https://github.com/Rungutan/sentry-fargate-cf-stack/releases/download/1.15.1/clickhouse-1.15.1.tar.gz
Default: https://github.com/Rungutan/sentry-fargate-cf-stack/releases/download/1.15.2/clickhouse-1.15.2.tar.gz

ClickHouseInstanceType:
Type: String
Expand Down Expand Up @@ -207,23 +207,23 @@ Parameters:

SentryImage:
Type: String
Default: rungutancommunity/sentry-base:1.15.1
Default: rungutancommunity/sentry-base:1.15.2

SnubaImage:
Type: String
Default: rungutancommunity/sentry-snuba:1.15.1
Default: rungutancommunity/sentry-snuba:1.15.2

RelayImage:
Type: String
Default: rungutancommunity/sentry-relay:1.15.1
Default: rungutancommunity/sentry-relay:1.15.2

BashImage:
Type: String
Default: rungutancommunity/bash:1.15.1
Default: rungutancommunity/bash:1.15.2

ClickHouseImage:
Type: String
Default: rungutancommunity/clickhouse-client:1.15.1
Default: rungutancommunity/clickhouse-client:1.15.2

MinCountSnubaApi:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion docker/relay/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM getsentry/relay:21.6.2
FROM getsentry/relay:21.10.0

COPY docker-alt-entrypoint.sh /docker-entrypoint.sh

Expand Down

0 comments on commit 7f6d9f0

Please sign in to comment.