Skip to content

Commit

Permalink
MouintPoint for TaskDefinitionSentryIngestTransactions is not unique
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmitrofan committed Feb 27, 2021
1 parent b6aff71 commit 5f926b0
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions cloudformation-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Parameters:
# OpsWorks ClickHouse variables
ClickHouseCookbookUrl:
Type: String
Default: https://github.com/Rungutan/sentry-fargate-cf-stack/releases/download/1.12.3/clickhouse-1.12.3.tar.gz
Default: https://github.com/Rungutan/sentry-fargate-cf-stack/releases/download/1.12.4/clickhouse-1.12.4.tar.gz

ClickHouseInstanceType:
Type: String
Expand Down Expand Up @@ -203,33 +203,33 @@ Parameters:

SentryImage:
Type: String
Default: public.ecr.aws/rungutancommunity/sentry-base:1.12.3
Description: Public ECR = public.ecr.aws/rungutancommunity/sentry-base:1.12.3 <AND> Docker HUB = rungutancommunity/sentry-base:1.12.3
Default: public.ecr.aws/rungutancommunity/sentry-base:1.12.4
Description: Public ECR = public.ecr.aws/rungutancommunity/sentry-base:1.12.4 <AND> Docker HUB = rungutancommunity/sentry-base:1.12.4

SnubaImage:
Type: String
Default: public.ecr.aws/rungutancommunity/sentry-snuba:1.12.3
Description: Public ECR = public.ecr.aws/rungutancommunity/sentry-snuba:1.12.3 <AND> Docker HUB = rungutancommunity/sentry-snuba:1.12.3
Default: public.ecr.aws/rungutancommunity/sentry-snuba:1.12.4
Description: Public ECR = public.ecr.aws/rungutancommunity/sentry-snuba:1.12.4 <AND> Docker HUB = rungutancommunity/sentry-snuba:1.12.4

RelayImage:
Type: String
Default: public.ecr.aws/rungutancommunity/sentry-relay:1.12.3
Description: Public ECR = public.ecr.aws/rungutancommunity/sentry-relay:1.12.3 <AND> Docker HUB = rungutancommunity/sentry-relay:1.12.3
Default: public.ecr.aws/rungutancommunity/sentry-relay:1.12.4
Description: Public ECR = public.ecr.aws/rungutancommunity/sentry-relay:1.12.4 <AND> Docker HUB = rungutancommunity/sentry-relay:1.12.4

BashImage:
Type: String
Default: public.ecr.aws/rungutancommunity/bash:1.12.3
Description: Public ECR = public.ecr.aws/rungutancommunity/bash:1.12.3 <AND> Docker HUB = rungutancommunity/bash:1.12.3
Default: public.ecr.aws/rungutancommunity/bash:1.12.4
Description: Public ECR = public.ecr.aws/rungutancommunity/bash:1.12.4 <AND> Docker HUB = rungutancommunity/bash:1.12.4

ClickHouseImage:
Type: String
Default: public.ecr.aws/rungutancommunity/clickhouse-client:1.12.3
Description: Public ECR = public.ecr.aws/rungutancommunity/clickhouse-client:1.12.3 <AND> Docker HUB = rungutancommunity/clickhouse-client:1.12.3
Default: public.ecr.aws/rungutancommunity/clickhouse-client:1.12.4
Description: Public ECR = public.ecr.aws/rungutancommunity/clickhouse-client:1.12.4 <AND> Docker HUB = rungutancommunity/clickhouse-client:1.12.4

GeoIpUpdateImage:
Type: String
Default: public.ecr.aws/rungutancommunity/geoipupdate:1.12.3
Description: Public ECR = public.ecr.aws/rungutancommunity/geoipupdate:1.12.3 <AND> Docker HUB = rungutancommunity/geoipupdate:1.12.3
Default: public.ecr.aws/rungutancommunity/geoipupdate:1.12.4
Description: Public ECR = public.ecr.aws/rungutancommunity/geoipupdate:1.12.4 <AND> Docker HUB = rungutancommunity/geoipupdate:1.12.4

MinCountSnubaApi:
Type: String
Expand Down Expand Up @@ -3889,8 +3889,6 @@ Resources:
MountPoints:
- ContainerPath: /geoipupdate-mmdb/
SourceVolume: geoipupdate-mmdb-vol
- ContainerPath: /geoipupdate-mmdb/
SourceVolume: geoipupdate-mmdb-vol
LogConfiguration:
LogDriver: awslogs
Options:
Expand Down

0 comments on commit 5f926b0

Please sign in to comment.