diff --git a/.changelog/3793.changed.txt b/.changelog/3793.changed.txt new file mode 100644 index 000000000..d062d8056 --- /dev/null +++ b/.changelog/3793.changed.txt @@ -0,0 +1 @@ +chore: update Sumo Logic Kubernetes Setup to v3.15.1 \ No newline at end of file diff --git a/deploy/helm/sumologic/README.md b/deploy/helm/sumologic/README.md index c91b76e94..8a5d3f452 100644 --- a/deploy/helm/sumologic/README.md +++ b/deploy/helm/sumologic/README.md @@ -181,7 +181,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.15.0` | +| `sumologic.setup.job.image.tag` | Image tag for Sumo Logic setup job docker container. | `3.15.1` | | `sumologic.setup.job.image.pullPolicy` | Image pullPolicy for Sumo Logic docker container. | `IfNotPresent` | | `sumologic.setup.job.initContainerImage.repository` | Image repository for Sumo Logic setup job docker init container. | `public.ecr.aws/sumologic/busybox` | | `sumologic.setup.job.initContainerImage.tag` | Image tag for Sumo Logic setup job docker init container. | `latest` | diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index b3f2687f6..91c63ac8c 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -116,7 +116,7 @@ sumologic: job: image: repository: public.ecr.aws/sumologic/kubernetes-setup - tag: 3.15.0 + tag: 3.15.1 pullPolicy: IfNotPresent initContainerImage: repository: public.ecr.aws/sumologic/busybox diff --git a/tests/helm/testdata/goldenfile/cleanup/basic.output.yaml b/tests/helm/testdata/goldenfile/cleanup/basic.output.yaml index e1d6c4352..39f4f1520 100644 --- a/tests/helm/testdata/goldenfile/cleanup/basic.output.yaml +++ b/tests/helm/testdata/goldenfile/cleanup/basic.output.yaml @@ -41,7 +41,7 @@ spec: mountPath: /etc/terraform containers: - name: cleanup - image: public.ecr.aws/sumologic/kubernetes-setup:3.15.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.15.1 imagePullPolicy: IfNotPresent volumeMounts: - name: cleanup diff --git a/tests/helm/testdata/goldenfile/cleanup/sumologic-mock-no-secret.output.yaml b/tests/helm/testdata/goldenfile/cleanup/sumologic-mock-no-secret.output.yaml index 0898ec557..872c28f2b 100644 --- a/tests/helm/testdata/goldenfile/cleanup/sumologic-mock-no-secret.output.yaml +++ b/tests/helm/testdata/goldenfile/cleanup/sumologic-mock-no-secret.output.yaml @@ -41,7 +41,7 @@ spec: mountPath: /etc/terraform containers: - name: cleanup - image: public.ecr.aws/sumologic/kubernetes-setup:3.15.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.15.1 imagePullPolicy: IfNotPresent volumeMounts: - name: cleanup diff --git a/tests/helm/testdata/goldenfile/cleanup/sumologic-mock.output.yaml b/tests/helm/testdata/goldenfile/cleanup/sumologic-mock.output.yaml index bd409229b..e54124b33 100644 --- a/tests/helm/testdata/goldenfile/cleanup/sumologic-mock.output.yaml +++ b/tests/helm/testdata/goldenfile/cleanup/sumologic-mock.output.yaml @@ -41,7 +41,7 @@ spec: mountPath: /etc/terraform containers: - name: cleanup - image: public.ecr.aws/sumologic/kubernetes-setup:3.15.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.15.1 imagePullPolicy: IfNotPresent volumeMounts: - name: cleanup diff --git a/tests/helm/testdata/goldenfile/setup/basic.output.yaml b/tests/helm/testdata/goldenfile/setup/basic.output.yaml index db6c99298..d8b9034d8 100644 --- a/tests/helm/testdata/goldenfile/setup/basic.output.yaml +++ b/tests/helm/testdata/goldenfile/setup/basic.output.yaml @@ -36,7 +36,7 @@ spec: defaultMode: 0777 containers: - name: setup - image: public.ecr.aws/sumologic/kubernetes-setup:3.15.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.15.1 imagePullPolicy: IfNotPresent command: ["/etc/terraform/setup.sh"] resources: diff --git a/tests/helm/testdata/goldenfile/setup/monitors_with_email_notifications.output.yaml b/tests/helm/testdata/goldenfile/setup/monitors_with_email_notifications.output.yaml index 343c05289..a74f846af 100644 --- a/tests/helm/testdata/goldenfile/setup/monitors_with_email_notifications.output.yaml +++ b/tests/helm/testdata/goldenfile/setup/monitors_with_email_notifications.output.yaml @@ -36,7 +36,7 @@ spec: defaultMode: 0777 containers: - name: setup - image: public.ecr.aws/sumologic/kubernetes-setup:3.15.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.15.1 imagePullPolicy: IfNotPresent command: ["/etc/terraform/setup.sh"] resources: diff --git a/tests/helm/testdata/goldenfile/setup/monitors_with_single_email.output.yaml b/tests/helm/testdata/goldenfile/setup/monitors_with_single_email.output.yaml index a570eabf7..03ee27dca 100644 --- a/tests/helm/testdata/goldenfile/setup/monitors_with_single_email.output.yaml +++ b/tests/helm/testdata/goldenfile/setup/monitors_with_single_email.output.yaml @@ -36,7 +36,7 @@ spec: defaultMode: 0777 containers: - name: setup - image: public.ecr.aws/sumologic/kubernetes-setup:3.15.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.15.1 imagePullPolicy: IfNotPresent command: ["/etc/terraform/setup.sh"] resources: diff --git a/tests/helm/testdata/goldenfile/setup/sumologic-mock-no-secret.output.yaml b/tests/helm/testdata/goldenfile/setup/sumologic-mock-no-secret.output.yaml index 865694c3a..9249f0e93 100644 --- a/tests/helm/testdata/goldenfile/setup/sumologic-mock-no-secret.output.yaml +++ b/tests/helm/testdata/goldenfile/setup/sumologic-mock-no-secret.output.yaml @@ -36,7 +36,7 @@ spec: defaultMode: 0777 containers: - name: setup - image: public.ecr.aws/sumologic/kubernetes-setup:3.15.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.15.1 imagePullPolicy: IfNotPresent command: ["/etc/terraform/setup.sh"] resources: diff --git a/tests/helm/testdata/goldenfile/setup/sumologic-mock.output.yaml b/tests/helm/testdata/goldenfile/setup/sumologic-mock.output.yaml index 865694c3a..9249f0e93 100644 --- a/tests/helm/testdata/goldenfile/setup/sumologic-mock.output.yaml +++ b/tests/helm/testdata/goldenfile/setup/sumologic-mock.output.yaml @@ -36,7 +36,7 @@ spec: defaultMode: 0777 containers: - name: setup - image: public.ecr.aws/sumologic/kubernetes-setup:3.15.0 + image: public.ecr.aws/sumologic/kubernetes-setup:3.15.1 imagePullPolicy: IfNotPresent command: ["/etc/terraform/setup.sh"] resources: