Skip to content

Commit

Permalink
chore: revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sumo-drosiek authored May 30, 2023
1 parent 96cbc98 commit 0c96123
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/tailing-sidecar-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ nameOverride: ""
operator:
image:
pullPolicy: IfNotPresent
repository: localhost:32000/sumologic/tailing-sidecar-operator
repository: public.ecr.aws/sumologic/tailing-sidecar-operator
# Overrides the image tag whose default is the Helm Chart appVersion.
tag: "latest"
tag: ""
resources:
limits:
cpu: 100m
Expand All @@ -22,9 +22,9 @@ operator:

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

kubeRbacProxy:
image:
Expand Down

0 comments on commit 0c96123

Please sign in to comment.