Synchronize upstreamed folder to 28250ead2

This commit is contained in:
bitnami-bot
2019-02-22 18:36:29 +00:00
parent 4a6f01a5bc
commit 96f6994c31
5 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
name: redis
version: 6.1.2
version: 6.1.3
appVersion: 4.0.13
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:

View File

@@ -29,7 +29,7 @@ Redis can be accessed via port {{ .Values.master.port }} on the following DNS na
{{- else }}
Redis can be accessed via port {{ .Values.master.port }} on the following DNS name from within your cluster:
{{ template "redis.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
{{ template "redis.fullname" . }}-master.{{ .Release.Namespace }}.svc.cluster.local
{{- end }}
@@ -54,7 +54,7 @@ To connect to your Redis server:
redis-cli -h {{ template "redis.fullname" . }}-master{{ if .Values.usePassword }} -a $REDIS_PASSWORD{{ end }}
redis-cli -h {{ template "redis.fullname" . }}-slave{{ if .Values.usePassword }} -a $REDIS_PASSWORD{{ end }}
{{- else }}
redis-cli -h {{ template "redis.fullname" . }}{{ if .Values.usePassword }} -a $REDIS_PASSWORD{{ end }}
redis-cli -h {{ template "redis.fullname" . }}-master{{ if .Values.usePassword }} -a $REDIS_PASSWORD{{ end }}
{{- end }}
{{ if and (.Values.networkPolicy.enabled) (not .Values.networkPolicy.allowExternal) }}

View File

@@ -1,6 +1,6 @@
name: wordpress
version: 5.2.2
appVersion: 5.0.3
version: 5.2.3
appVersion: 5.1.0
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
keywords:

View File

@@ -10,7 +10,7 @@
image:
registry: docker.io
repository: bitnami/wordpress
tag: 5.0.3
tag: 5.1.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

View File

@@ -10,7 +10,7 @@
image:
registry: docker.io
repository: bitnami/wordpress
tag: 5.0.3
tag: 5.1.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images