Skip to content

Commit 6a5602e

Browse files
committed
add comments
1 parent a81e689 commit 6a5602e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-image-digest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
6666
# update for chainguard redis
6767
redisImageDigest=$(crane digest cgr.dev/chainguard/redis:latest)
68+
# we switch to the quay.io image for the redis exporter, because cgr.dev/chainguard/prometheus-redis-exporter is not public anymore.
69+
# see detail in https://linear.app/gitpod/issue/CLC-1039/#comment-c90cb270
6870
redisExporterDigest=$(crane digest quay.io/oliver006/redis_exporter:latest)
6971
70-
7172
sed -i -e "s/^\(\s*ImageDigest\s*=\s*\)\".*\"/\1\"$redisImageDigest\"/" install/installer/pkg/components/redis/constants.go
7273
sed -i -e "s/^\(\s*ExporterImageDigest\s*=\s*\)\".*\"/\1\"$redisExporterDigest\"/" install/installer/pkg/components/redis/constants.go
7374
go fmt install/installer/pkg/components/redis/constants.go

0 commit comments

Comments
 (0)