We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5228201 commit 292c8c9Copy full SHA for 292c8c9
install/installer/pkg/components/redis/constants.go
@@ -14,11 +14,11 @@ const (
14
RegistryImage = "chainguard/redis"
15
16
ContainerName = "redis"
17
- ImageDigest = "sha256:85ac79734b47c59fe5fc9ca923c321991b792ef9cf759f7f5b7cddffb3eda6db"
+ ImageDigest = "sha256:2ca5da94e19341085fda0c4bf610689ba1f0bea4e009cb9dad605a1c6195e5d3"
18
19
ExporterRegistryRepo = "quay.io"
20
ExporterRegistryImage = "oliver006/redis_exporter"
21
- ExporterImageDigest = "sha256:d98e6db8094f491b95791e9f776b0ba30a20aeacb90e18334935d5e51bf2e6a1"
+ ExporterImageDigest = "sha256:120f7ec77293459ccfdad66bb1db75ab72e8bfeab99f58b1cc2564cadcd7a9e7"
22
23
ExporterContainerName = "exporter"
24
ExporterPortName = "exporter"
0 commit comments