Skip to content

Commit

Permalink
[redis] Use chainguard image with latest WEB-574 (#18083)
Browse files Browse the repository at this point in the history
* [redis] Use chainguard image with latest WEB-574

This reverts commit badbe67.

* [redis] Use chainguard image with latest tag

* fix
  • Loading branch information
easyCZ authored Jun 28, 2023
1 parent 0651cb7 commit f3f2051
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions install/installer/pkg/components/redis/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ const (
PortName = "api"
Port = 6379

RegistryRepo = "registry.hub.docker.com"
RegistryImage = "library/redis"
ImageTag = "7.0.8"
RegistryRepo = "cgr.dev"
RegistryImage = "chainguard/redis"

ContainerName = "redis"
ImageTag = "latest"

ExporterRegistryImage = "chainguard/prometheus-redis-exporter"
ExporterImageTag = "latest"

ExporterRegistryImage = "oliver006/redis_exporter"
ExporterImageTag = "v1.48.0"
ExporterContainerName = "exporter"
ExporterPortName = "exporter"
ExporterPort = 9500
Expand Down

0 comments on commit f3f2051

Please sign in to comment.