diff --git a/install/installer/leeway.Dockerfile b/install/installer/leeway.Dockerfile index 38bc00b941b5b1..9df013aa66ffd1 100644 --- a/install/installer/leeway.Dockerfile +++ b/install/installer/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/helm:latest@sha256:7f646257c81923ebb2e02296f656c79f86d3a393d53f53e8f43f3ec26b58ff98 +FROM cgr.dev/chainguard/helm:latest@sha256:dc686ddb959ea587528226bcc2360c89545b992a51fb2469b5c97013cc567344 COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/ diff --git a/install/installer/pkg/components/redis/constants.go b/install/installer/pkg/components/redis/constants.go index a8b6c47115f87a..f6e11453efeafb 100644 --- a/install/installer/pkg/components/redis/constants.go +++ b/install/installer/pkg/components/redis/constants.go @@ -18,7 +18,7 @@ const ( ExporterRegistryRepo = "quay.io" ExporterRegistryImage = "oliver006/redis_exporter" - ExporterImageDigest = "sha256:ba64da756cd5b76b31e8237aaa40d4126e04625acadd98f76eceb9313e66379f" + ExporterImageDigest = "sha256:a7d498a48444c1b25d44d12387aa0223020d20cb106939cb7ddd6fee5de661ea" ExporterContainerName = "exporter" ExporterPortName = "exporter"