Path: blob/main/install/installer/pkg/components/redis/constants.go
2501 views
// Copyright (c) 2021 Gitpod GmbH. All rights reserved.1// Licensed under the GNU Affero General Public License (AGPL).2// See License.AGPL.txt in the project root for license information.34package redis56const (7Component = "redis"89PortName = "api"10Port = 63791112RegistryRepo = "cgr.dev"13RegistryImage = "chainguard/redis"1415ContainerName = "redis"16ImageDigest = "sha256:663597e0dd93440230f8228f605e564eadc2b6334a862d9284771643cca9fee8"1718ExporterRegistryRepo = "quay.io"19ExporterRegistryImage = "oliver006/redis_exporter"20ExporterImageDigest = "sha256:1542bc6a88decfc16db6603045accd502cc3a46c46659d7cfd568e1f6965fe59"2122ExporterContainerName = "exporter"23ExporterPortName = "exporter"24ExporterPort = 950025)262728