mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add home and appVersion for redis-cache (#4726)
* Add home and appVersion for redis-cache The key "appVersion" and "home" are needed for ci testing, they are missing in this yaml. That sometimes will cause testing failure. * missing starting space and too many spaces before colon incubator/redis-cache/values.yaml 5:3 error missing starting space in comment (comments) 6:13 error too many spaces before colon (colons)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
apiVersion: v1
|
||||
description: A pure in-memory redis cache, using statefulset and redis-sentinel-micro
|
||||
name: redis-cache
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
appVersion: 3.0
|
||||
home: https://redis.io/
|
||||
icon: https://redis.io/images/redis-white.png
|
||||
sources:
|
||||
- https://github.com/antirez/redis
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
##Statefulset related configurations ss.yaml
|
||||
antiAffinity : "hard"
|
||||
## Statefulset related configurations ss.yaml
|
||||
antiAffinity: "hard"
|
||||
replicaCount: 3
|
||||
redis:
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user