mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 06:48:01 +08:00
Synchronize upstreamed folder to 28250ead2
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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) }}
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user