File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 65
65
66
66
# update for chainguard redis
67
67
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
68
70
redisExporterDigest=$(crane digest quay.io/oliver006/redis_exporter:latest)
69
71
70
-
71
72
sed -i -e "s/^\(\s*ImageDigest\s*=\s*\)\".*\"/\1\"$redisImageDigest\"/" install/installer/pkg/components/redis/constants.go
72
73
sed -i -e "s/^\(\s*ExporterImageDigest\s*=\s*\)\".*\"/\1\"$redisExporterDigest\"/" install/installer/pkg/components/redis/constants.go
73
74
go fmt install/installer/pkg/components/redis/constants.go
You can’t perform that action at this time.
0 commit comments