Skip to content

Commit

Permalink
[Issue #2938] Switch to Metabase Enterprise to allow us to enter a Li…
Browse files Browse the repository at this point in the history
…cense (#2939)

## Summary
Fixes #2938 

### Time to review: __1 mins__

## Changes proposed
Switch to Metabase Enterprise image

## Context for reviewers
We need to run the Enterprise image to enter the details for our Pro
license
  • Loading branch information
mdragon authored Nov 20, 2024
1 parent 62f36e6 commit 1266478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/analytics/metabase/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module "service" {
source = "../../modules/service"
service_name = local.service_name
# https://hub.docker.com/r/metabase/metabase
image_repository_url = "docker.io/metabase/metabase"
image_repository_url = "docker.io/metabase/metabase-enterprise"
image_tag = local.image_tag
vpc_id = data.aws_vpc.network.id
public_subnet_ids = data.aws_subnets.public.ids
Expand Down

0 comments on commit 1266478

Please sign in to comment.