mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
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).
9 lines
177 B
YAML
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"
|