From 800531ba89ff9d794b28a3c1fe249c2e75e27721 Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Fri, 8 Sep 2023 11:02:12 +0200 Subject: [PATCH] chore: update setup image to v3.10.0 --- .changelog/3255.changed.txt | 1 + deploy/helm/sumologic/README.md | 2 +- deploy/helm/sumologic/values.yaml | 2 +- tests/helm/testdata/goldenfile/setup/setup/basic.output.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .changelog/3255.changed.txt diff --git a/.changelog/3255.changed.txt b/.changelog/3255.changed.txt new file mode 100644 index 0000000000..9794d42be6 --- /dev/null +++ b/.changelog/3255.changed.txt @@ -0,0 +1 @@ +chore: update setup image to v3.10.0 \ No newline at end of file diff --git a/deploy/helm/sumologic/README.md b/deploy/helm/sumologic/README.md index 98d3226e2d..398cf30d73 100644 --- a/deploy/helm/sumologic/README.md +++ b/deploy/helm/sumologic/README.md @@ -168,7 +168,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.9.0` | +| `sumologic.setup.job.image.tag` | Image tag for Sumo Logic setup job docker container. | `3.10.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 f5b78a0e3f..b30b9afb04 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.9.0 + tag: 3.10.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 a59d8c24ad..e10e3c1a66 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.9.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.10.0 imagePullPolicy: IfNotPresent command: ["/etc/terraform/setup.sh"] resources: