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:
AdamDang
2018-04-06 06:14:17 -07:00
committed by k8s-ci-robot
parent 2f710c2e77
commit 5a47bfd835
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -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 -2
View File
@@ -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: