Skip to content

Commit

Permalink
chore(setup): upgrade setup job to 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Mar 27, 2024
1 parent f657b22 commit 3c9e7cc
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changelog/3608.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore(setup): upgrade setup job to 3.12.1
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
| `sumologic.setup.job.podLabels` | Additional labels for the setup Job pod. | `{}` |
| `sumologic.setup.job.podAnnotations` | Additional annotations for the setup Job pod. | `{}` |
| `sumologic.setup.job.image.repository` | Image repository for Sumo Logic setup job docker container. | `public.ecr.aws/sumologic/kubernetes-setup` |
| `sumologic.setup.job.image.tag` | Image tag for Sumo Logic setup job docker container. | `3.12.0` |
| `sumologic.setup.job.image.tag` | Image tag for Sumo Logic setup job docker container. | `3.12.1` |
| `sumologic.setup.job.image.pullPolicy` | Image pullPolicy for Sumo Logic docker container. | `IfNotPresent` |
| `sumologic.setup.job.nodeSelector` | Node selector for sumologic setup job. [See help.sumologic.com/docs/send-data/kubernetes/best-practices for more information.](https://help.sumologic.com/docs/send-data/kubernetes/best-practices/) | `{}` |
| `sumologic.setup.job.tolerations` | Add tolerations for the setup Job. | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ sumologic:
job:
image:
repository: public.ecr.aws/sumologic/kubernetes-setup
tag: 3.12.0
tag: 3.12.1
pullPolicy: IfNotPresent
## Optionally specify an array of pullSecrets.
## They will be added to serviceaccount that is used for Sumo Logic's
Expand Down
2 changes: 1 addition & 1 deletion tests/helm/testdata/goldenfile/cleanup/basic.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
mountPath: /etc/terraform
containers:
- name: cleanup
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.0
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.1
imagePullPolicy: IfNotPresent
volumeMounts:
- name: cleanup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
mountPath: /etc/terraform
containers:
- name: cleanup
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.0
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.1
imagePullPolicy: IfNotPresent
volumeMounts:
- name: cleanup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
mountPath: /etc/terraform
containers:
- name: cleanup
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.0
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.1
imagePullPolicy: IfNotPresent
volumeMounts:
- name: cleanup
Expand Down
2 changes: 1 addition & 1 deletion tests/helm/testdata/goldenfile/setup/basic.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
defaultMode: 0777
containers:
- name: setup
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.0
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.1
imagePullPolicy: IfNotPresent
command: ["/etc/terraform/setup.sh"]
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
defaultMode: 0777
containers:
- name: setup
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.0
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.1
imagePullPolicy: IfNotPresent
command: ["/etc/terraform/setup.sh"]
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
defaultMode: 0777
containers:
- name: setup
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.0
image: public.ecr.aws/sumologic/kubernetes-setup:3.12.1
imagePullPolicy: IfNotPresent
command: ["/etc/terraform/setup.sh"]
resources:
Expand Down

0 comments on commit 3c9e7cc

Please sign in to comment.