Files
helm-charts/redis/Chart.yaml
T
sha 5cb2d991d8 feat(redis): add own Redis chart
Replaces the Bitnami OCI chart wrapper previously used directly from
the k3s repo (apps/redis). Standalone Deployment, password auth via
existingSecret, optional persistence (defaults to emptyDir to match
current usage as an ephemeral cache/session store).
2026-08-09 16:06:55 +03:00

9 lines
177 B
YAML

apiVersion: v2
name: redis
description: A Helm chart for Redis
type: application
annotations:
version-source: dockerhub-tags:library/redis
version: 0.1.0
appVersion: "8.10.0"