Skip to content

Commit

Permalink
Use sumologic alias for ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
perk-sumo committed Dec 14, 2020
1 parent 01002da commit 94161a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/setup/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BUILD_TAG ?= latest
IMAGE_NAME = kubernetes-setup
ECR_URL = public.ecr.aws/u5z5f8z6
ECR_URL = public.ecr.aws/sumologic
REPO_URL = $(ECR_URL)/$(IMAGE_NAME)

build:
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sumologic:
setup:
job:
image:
repository: public.ecr.aws/u5z5f8z6/kubernetes-setup
repository: public.ecr.aws/sumologic/kubernetes-setup
tag: 2.0.0-beta.0
pullPolicy: IfNotPresent
resources:
Expand Down Expand Up @@ -193,7 +193,7 @@ sumologic:

fluentd:
image:
repository: public.ecr.aws/u5z5f8z6/kubernetes-fluentd
repository: public.ecr.aws/sumologic/kubernetes-fluentd
tag: 2.0.0-beta.0
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -1873,7 +1873,7 @@ otelagent:
## Memory Ballast size should be max 1/3 to 1/2 of memory.
memBallastSizeMib: "250"
image:
repository: "public.ecr.aws/u5z5f8z6/opentelemetry-collector"
repository: "public.ecr.aws/sumologic/opentelemetry-collector"
tag: "0.12.0"
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -1979,7 +1979,7 @@ otelcol:
## Memory Ballast size should be max 1/3 to 1/2 of memory.
memBallastSizeMib: "683"
image:
repository: "public.ecr.aws/u5z5f8z6/opentelemetry-collector"
repository: "public.ecr.aws/sumologic/opentelemetry-collector"
tag: "0.12.0"
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 94161a5

Please sign in to comment.