diff --git a/.changelog/3320.changed.txt b/.changelog/3320.changed.txt new file mode 100644 index 0000000000..6590daffa9 --- /dev/null +++ b/.changelog/3320.changed.txt @@ -0,0 +1 @@ +chore: update setup job to `v3.11.0` \ No newline at end of file diff --git a/deploy/helm/sumologic/README.md b/deploy/helm/sumologic/README.md index d27ac000df..b3cf13104b 100644 --- a/deploy/helm/sumologic/README.md +++ b/deploy/helm/sumologic/README.md @@ -172,7 +172,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.10.0` | +| `sumologic.setup.job.image.tag` | Image tag for Sumo Logic setup job docker container. | `3.11.0` | | `sumologic.setup.job.image.pullPolicy` | Image pullPolicy for Sumo Logic docker container. | `IfNotPresent` | | `sumologic.setup.job.nodeSelector` | Node selector for sumologic setup job. [See docs/best-practices.md for more information.](/docs/best-practices.md) | `{}` | | `sumologic.setup.job.tolerations` | Add tolerations for the setup Job. | `[]` | diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 535170ca9b..15c8b29c44 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -98,7 +98,7 @@ sumologic: job: image: repository: public.ecr.aws/sumologic/kubernetes-setup - tag: 3.10.0 + tag: 3.11.0 pullPolicy: IfNotPresent ## Optionally specify an array of pullSecrets. ## They will be added to serviceaccount that is used for Sumo Logic's diff --git a/tests/helm/testdata/goldenfile/setup/setup/basic.output.yaml b/tests/helm/testdata/goldenfile/setup/setup/basic.output.yaml index e10e3c1a66..c362ec8b92 100644 --- a/tests/helm/testdata/goldenfile/setup/setup/basic.output.yaml +++ b/tests/helm/testdata/goldenfile/setup/setup/basic.output.yaml @@ -33,7 +33,7 @@ spec: defaultMode: 0777 containers: - name: setup - image: public.ecr.aws/sumologic/kubernetes-setup:3.10.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.11.0 imagePullPolicy: IfNotPresent command: ["/etc/terraform/setup.sh"] resources: