Reorganized for new stable/waypoint versioning design.

This commit is contained in:
2026-05-24 18:28:47 +00:00
parent 945d2225a2
commit bc7a168851
352 changed files with 1264 additions and 294 deletions

View File

@@ -1,12 +1,5 @@
name: redis
is: redis
description: Redis is an open source, in-memory data structure store, used as a database, cache and message broker.
version: 1.0.0-1
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/redis.svg
defaultConfig:
namespace: redis
host: redis.redis.svc.cluster.local
port: 6379
uri: redis://{{ .app.host }}:{{ .app.port }}/0
defaultSecrets:
- key: password
latest: "1"

View File

@@ -0,0 +1,8 @@
version: 1.0.0-1
defaultConfig:
namespace: redis
host: redis.redis.svc.cluster.local
port: 6379
uri: redis://{{ .app.host }}:{{ .app.port }}/0
defaultSecrets:
- key: password