Skip to content

Commit

Permalink
fix(debug): fix Sumo Logic Mock image name
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Feb 5, 2024
1 parent e167acd commit 93f6772
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
| `debug.sumologicMock.deployment.securityContext` | The securityContext configuration for the Sumo Logic Mock deployment. | `{}` |
| `debug.sumologicMock.deployment.tolerations` | Tolerations for the Sumo Logic Mock deployment. | `{}` |
| `debug.sumologicMock.enabled` | Set to `true` to enable Sumo Logic Mock pod. | `false` |
| `debug.sumologicMock.image` | Docker image for the Sumo Logic Mock. | `{"repository": "public.ecr.aws/sumologic/sumlogic-mock", "tag": "2.22.0-59-g245ae92", "pullPolicy": "IfNotPresent"}` |
| `debug.sumologicMock.image` | Docker image for the Sumo Logic Mock. | `{"repository": "public.ecr.aws/sumologic/sumologic-mock", "tag": "2.22.0-59-g245ae92", "pullPolicy": "IfNotPresent"}` |

[values.yaml]: values.yaml
[sumologic_mock_arguments]: https://github.com/SumoLogic/sumologic-kubernetes-tools/tree/main/src/rust/sumologic-mock#arguments
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,7 @@ debug:
sumologicMock:
enabled: false
image:
repository: public.ecr.aws/sumologic/sumlogic-mock
repository: public.ecr.aws/sumologic/sumologic-mock
tag: 2.22.0-59-g245ae92
pullPolicy: IfNotPresent
deployment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
containers:
- ports:
- containerPort: 3000
image: public.ecr.aws/sumologic/sumlogic-mock:2.22.0-59-g245ae92
image: public.ecr.aws/sumologic/sumologic-mock:2.22.0-59-g245ae92
name: sumologic-mock
args:
- sumologic-mock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
containers:
- ports:
- containerPort: 3000
image: public.ecr.aws/sumologic/sumlogic-mock:2.22.0-59-g245ae92
image: public.ecr.aws/sumologic/sumologic-mock:2.22.0-59-g245ae92
name: sumologic-mock
args:
- sumologic-mock
Expand Down

0 comments on commit 93f6772

Please sign in to comment.