Update NOTES.txt (#17691)

* Update NOTES.txt

Signed-off-by: Lyndon Maydwell <lyndon@sordina.net>

* Update Chart.yaml

Signed-off-by: Lyndon Maydwell <lyndon@sordina.net>
This commit is contained in:
Lyndon Maydwell
2019-10-16 07:51:52 -07:00
committed by Kubernetes Prow Robot
parent af96abbe10
commit bc45bb3743
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: redis
version: 9.3.0
version: 9.3.1
appVersion: 5.0.5
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:
+1 -1
View File
@@ -95,7 +95,7 @@ To connect to your database from outside the cluster execute the following comma
{{- else if contains "ClusterIP" .Values.master.service.type }}
kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "redis.fullname" . }} {{ .Values.redisPort }}:{{ .Values.redisPort }} &
kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "redis.fullname" . }}-master {{ .Values.redisPort }}:{{ .Values.redisPort }} &
redis-cli -h 127.0.0.1 -p {{ .Values.redisPort }} {{- if .Values.usePassword }} -a $REDIS_PASSWORD{{ end }}
{{- end }}