mirror of
https://github.com/bitnami/charts.git
synced 2026-03-02 08:05:03 +08:00
Synchronize upstreamed folder to cc362ad77
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: ghost
|
||||
version: 6.1.5
|
||||
appVersion: 2.7.1
|
||||
version: 6.1.6
|
||||
appVersion: 2.8.0
|
||||
description: A simple, powerful publishing platform that allows you to share your
|
||||
stories with the world
|
||||
keywords:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 5.2.3
|
||||
version: 5.2.4
|
||||
digest: sha256:b3053e73f5c114f55a794eccea2606cc9fe8a669eaab1716246994bbdd37a473
|
||||
generated: 2018-11-07T23:03:33.306837234Z
|
||||
generated: 2018-12-13T16:23:55.916081733Z
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/ghost
|
||||
tag: 2.7.1
|
||||
tag: 2.8.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
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
name: kubewatch
|
||||
version: 0.5.2
|
||||
version: 0.5.3
|
||||
apiVersion: v1
|
||||
appVersion: v0.0.4
|
||||
home: https://github.com/bitnami-labs/kubewatch
|
||||
icon: https://bitnami.com/assets/stacks/kubewatch/img/kubewatch-stack-220x234.png
|
||||
description: Kubewatch notifies your slack rooms when changes to your cluster occur
|
||||
keywords:
|
||||
- kubernetes
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: parse
|
||||
version: 5.1.1
|
||||
version: 5.1.2
|
||||
appVersion: 3.1.2
|
||||
description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more.
|
||||
keywords:
|
||||
@@ -10,6 +10,7 @@ keywords:
|
||||
- mbaas
|
||||
- mobile
|
||||
home: https://parse.com/
|
||||
icon: https://bitnami.com/assets/stacks/parse/img/parse-stack-220x234.png
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-parse
|
||||
- https://github.com/bitnami/bitnami-docker-parse-dashboard
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: phpmyadmin
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
appVersion: 4.8.4
|
||||
description: phpMyAdmin is an mysql administration frontend
|
||||
keywords:
|
||||
@@ -7,7 +7,7 @@ keywords:
|
||||
- mysql
|
||||
- phpmyadmin
|
||||
home: https://www.phpmyadmin.net/
|
||||
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/PhpMyAdmin_logo.svg/800px-PhpMyAdmin_logo.svg.png
|
||||
icon: https://bitnami.com/assets/stacks/phpmyadmin/img/phpmyadmin-stack-220x234.png
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-phpmyadmin
|
||||
maintainers:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: postgresql
|
||||
version: 3.1.2
|
||||
version: 3.1.3
|
||||
appVersion: 10.6.0
|
||||
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
|
||||
keywords:
|
||||
|
||||
@@ -226,8 +226,6 @@ spec:
|
||||
- name: custom-init-scripts
|
||||
configMap:
|
||||
name: {{ template "postgresql.fullname" . }}-init-scripts
|
||||
updateStrategy:
|
||||
type: {{ .Values.updateStrategy.type }}
|
||||
{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
|
||||
volumeClaimTemplates:
|
||||
- metadata:
|
||||
@@ -257,3 +255,5 @@ spec:
|
||||
- name: data
|
||||
emptyDir: {}
|
||||
{{- end }}
|
||||
updateStrategy:
|
||||
type: {{ .Values.updateStrategy.type }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: redis
|
||||
version: 5.1.0
|
||||
appVersion: 4.0.11
|
||||
version: 5.1.2
|
||||
appVersion: 4.0.12
|
||||
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:
|
||||
- redis
|
||||
|
||||
@@ -43,7 +43,7 @@ To connect to your Redis server:
|
||||
|
||||
1. Run a Redis pod that you can use as a client:
|
||||
|
||||
kubectl run --namespace {{ .Release.Namespace }} {{ template "redis.fullname" . }}-client --rm --tty -i \
|
||||
kubectl run --namespace {{ .Release.Namespace }} {{ template "redis.fullname" . }}-client --rm --tty -i --restart='Never' \
|
||||
{{ if .Values.usePassword }} --env REDIS_PASSWORD=$REDIS_PASSWORD \{{ end }}
|
||||
{{- if and (.Values.networkPolicy.enabled) (not .Values.networkPolicy.allowExternal) }}--labels="{{ template "redis.name" . }}-client=true" \{{- end }}
|
||||
--image {{ template "redis.image" . }} -- bash
|
||||
|
||||
@@ -13,7 +13,7 @@ image:
|
||||
## Bitnami Redis image tag
|
||||
## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links
|
||||
##
|
||||
tag: 4.0.11
|
||||
tag: 4.0.12
|
||||
## 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
|
||||
|
||||
@@ -13,7 +13,7 @@ image:
|
||||
## Bitnami Redis image tag
|
||||
## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links
|
||||
##
|
||||
tag: 4.0.11
|
||||
tag: 4.0.12
|
||||
## 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