From 98fb5841594bb1cc081d2b86de97bf36fd445e12 Mon Sep 17 00:00:00 2001 From: jmox Date: Tue, 26 May 2020 12:42:35 +0200 Subject: [PATCH] [bitnami/postgresql] fixed a typo in values files (#2649) * fixed a typo in annotations * [bitnami/postgresql] bump Chart version [#2649] * [bitnami/postgresql] Update components versions Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/values-production.yaml | 6 +++--- bitnami/postgresql/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 430eb9cdd..1c940f2fe 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 8.10.0 +version: 8.10.1 appVersion: 11.8.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/bitnami/postgresql/values-production.yaml b/bitnami/postgresql/values-production.yaml index 146d2437e..27e635890 100644 --- a/bitnami/postgresql/values-production.yaml +++ b/bitnami/postgresql/values-production.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.8.0-debian-10-r5 + tag: 11.8.0-debian-10-r10 ## 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 @@ -426,7 +426,7 @@ resources: ## Add annotations to all the deployed resources ## -commonAnnotiations: {} +commonAnnotations: {} networkPolicy: ## Enable creation of NetworkPolicy resources. Only Ingress traffic is filtered for now. @@ -511,7 +511,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r119 + tag: 0.8.0-debian-10-r124 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 175528cc1..917b22d7f 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.8.0-debian-10-r5 + tag: 11.8.0-debian-10-r10 ## 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 @@ -432,7 +432,7 @@ resources: ## Add annotations to all the deployed resources ## -commonAnnotiations: {} +commonAnnotations: {} networkPolicy: ## Enable creation of NetworkPolicy resources. Only Ingress traffic is filtered for now. @@ -517,7 +517,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r119 + tag: 0.8.0-debian-10-r124 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.