Skip to content

Commit

Permalink
chore: change container registry to public ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Mar 23, 2023
1 parent 96d8d5e commit 7dc3d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

- feat: add support for configuring livenessProbe and startupProbe [#484]
- chore: change container registry to public ECR

[Unreleased]: https://github.com/SumoLogic/tailing-sidecar/compare/v0.5.6...main
[#484]: https://github.com/SumoLogic/tailing-sidecar/pull/484
Expand Down
4 changes: 2 additions & 2 deletions helm/tailing-sidecar-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nameOverride: ""
operator:
image:
pullPolicy: IfNotPresent
repository: ghcr.io/sumologic/tailing-sidecar-operator
repository: public.ecr.aws/sumologic/tailing-sidecar-operator
# Overrides the image tag whose default is the Helm Chart appVersion.
tag: ""
resources:
Expand All @@ -22,7 +22,7 @@ operator:

sidecar:
image:
repository: ghcr.io/sumologic/tailing-sidecar
repository: public.ecr.aws/sumologic/tailing-sidecar
# Overrides the image tag whose default is the Helm Chart appVersion.
tag: ""

Expand Down

0 comments on commit 7dc3d7c

Please sign in to comment.