Skip to content

Commit 79a10c7

Browse files
authored
enh: moved elasticsearch image to public ECR (#233)
1 parent 59d9606 commit 79a10c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/layer2-k8s/eks-elk.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818
elk_elasticsearch_values = <<VALUES
1919
elasticsearch:
2020
enabled: true
21-
image: "halfb00t/elasticsearch"
21+
image: "public.ecr.aws/o7m5y2d9/elasticsearch" # Used this dockerfile https://github.com/maddevsio/aws-eks-base/blob/main/docker/elasticsearch/Dockerfile
2222
imageTag: 7.8.0
2323
esMajorVersion: 7
2424
replicas: 1

0 commit comments

Comments
 (0)