mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
af96abbe10
commit
bc45bb3743
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user