Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/postgresql] Fix typo in pullSecret example name (#12127)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
  • Loading branch information
carrodher authored and k8s-ci-robot committed Mar 12, 2019
1 parent 7c7c801 commit 8e4282c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: postgresql
version: 3.13.0
version: 3.13.1
appVersion: 10.7.0
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
keywords:
Expand Down
4 changes: 2 additions & 2 deletions stable/postgresql/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ image:
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
# pullSecrets:
# - myRegistrKeySecretName
# - myRegistryKeySecretName

## Set to true if you would like to see extra information on logs
## It turns BASH and NAMI debugging in minideb
Expand Down Expand Up @@ -290,7 +290,7 @@ metrics:
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
# pullSecrets:
# - myRegistrKeySecretName
# - myRegistryKeySecretName

## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)
## Configure extra options for liveness and readiness probes
Expand Down

0 comments on commit 8e4282c

Please sign in to comment.