From f9c96812bf9ce2ae4655611cd7a2156c28f75d4e Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Fri, 14 Dec 2018 10:36:28 +0000 Subject: [PATCH] Synchronize upstreamed folder to cc362ad77 --- upstreamed/ghost/Chart.yaml | 4 ++-- upstreamed/ghost/requirements.lock | 4 ++-- upstreamed/ghost/values.yaml | 2 +- upstreamed/kubewatch/Chart.yaml | 3 ++- upstreamed/parse/Chart.yaml | 3 ++- upstreamed/phpmyadmin/Chart.yaml | 4 ++-- upstreamed/postgresql/Chart.yaml | 2 +- upstreamed/postgresql/templates/statefulset.yaml | 4 ++-- upstreamed/redis/Chart.yaml | 4 ++-- upstreamed/redis/templates/NOTES.txt | 2 +- upstreamed/redis/values-production.yaml | 2 +- upstreamed/redis/values.yaml | 2 +- 12 files changed, 19 insertions(+), 17 deletions(-) diff --git a/upstreamed/ghost/Chart.yaml b/upstreamed/ghost/Chart.yaml index b743ee4c19..e1aacecad5 100644 --- a/upstreamed/ghost/Chart.yaml +++ b/upstreamed/ghost/Chart.yaml @@ -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: diff --git a/upstreamed/ghost/requirements.lock b/upstreamed/ghost/requirements.lock index ed15407e4a..ceb7cda65d 100644 --- a/upstreamed/ghost/requirements.lock +++ b/upstreamed/ghost/requirements.lock @@ -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 diff --git a/upstreamed/ghost/values.yaml b/upstreamed/ghost/values.yaml index f61227778a..da9e780fb7 100644 --- a/upstreamed/ghost/values.yaml +++ b/upstreamed/ghost/values.yaml @@ -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 diff --git a/upstreamed/kubewatch/Chart.yaml b/upstreamed/kubewatch/Chart.yaml index 35e38308e1..0e12426b54 100644 --- a/upstreamed/kubewatch/Chart.yaml +++ b/upstreamed/kubewatch/Chart.yaml @@ -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 diff --git a/upstreamed/parse/Chart.yaml b/upstreamed/parse/Chart.yaml index 55644b12f3..0605b14b68 100644 --- a/upstreamed/parse/Chart.yaml +++ b/upstreamed/parse/Chart.yaml @@ -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 diff --git a/upstreamed/phpmyadmin/Chart.yaml b/upstreamed/phpmyadmin/Chart.yaml index b27bc74542..dc518623a6 100644 --- a/upstreamed/phpmyadmin/Chart.yaml +++ b/upstreamed/phpmyadmin/Chart.yaml @@ -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: diff --git a/upstreamed/postgresql/Chart.yaml b/upstreamed/postgresql/Chart.yaml index ee0f09152d..d15cca68d2 100644 --- a/upstreamed/postgresql/Chart.yaml +++ b/upstreamed/postgresql/Chart.yaml @@ -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: diff --git a/upstreamed/postgresql/templates/statefulset.yaml b/upstreamed/postgresql/templates/statefulset.yaml index d14e42a554..63ca41e920 100644 --- a/upstreamed/postgresql/templates/statefulset.yaml +++ b/upstreamed/postgresql/templates/statefulset.yaml @@ -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 }} diff --git a/upstreamed/redis/Chart.yaml b/upstreamed/redis/Chart.yaml index 66d2006c20..79ca665383 100644 --- a/upstreamed/redis/Chart.yaml +++ b/upstreamed/redis/Chart.yaml @@ -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 diff --git a/upstreamed/redis/templates/NOTES.txt b/upstreamed/redis/templates/NOTES.txt index d2b4144196..d6aafb5136 100644 --- a/upstreamed/redis/templates/NOTES.txt +++ b/upstreamed/redis/templates/NOTES.txt @@ -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 diff --git a/upstreamed/redis/values-production.yaml b/upstreamed/redis/values-production.yaml index c846c3b8d6..762e437d9a 100644 --- a/upstreamed/redis/values-production.yaml +++ b/upstreamed/redis/values-production.yaml @@ -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 diff --git a/upstreamed/redis/values.yaml b/upstreamed/redis/values.yaml index d6990a7fda..78f1ecdc6d 100644 --- a/upstreamed/redis/values.yaml +++ b/upstreamed/redis/values.yaml @@ -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