From c3d127ad47b193848ade98d54f3c0773f6025955 Mon Sep 17 00:00:00 2001 From: Ben Vesel <10840174+bennerv@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:08:31 -0500 Subject: [PATCH] Use image digests for fluentbit images (#3316) --- pkg/util/version/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/version/const.go b/pkg/util/version/const.go index d9f4de41d..cb85db39a 100644 --- a/pkg/util/version/const.go +++ b/pkg/util/version/const.go @@ -60,7 +60,7 @@ var AvailableInstallStreams = []*Stream{ // FluentbitImage contains the location of the Fluentbit container image func FluentbitImage(acrDomain string) string { - return acrDomain + "/fluentbit:1.9.10-cm20231004" + return acrDomain + "/fluentbit:1.9.10-cm20231115@sha256:9226a7c6a15714581e4c64f40009b205d0acd0e51342365a0cc95ff6b7105315" } // MdmImage contains the location of the MDM container image