Skip to content

Commit

Permalink
Merge pull request #561 from mkilchhofer/feature/helm_update_postgres…
Browse files Browse the repository at this point in the history
…_dependency

chart: Update postgres dependency 12.5.x -> 12.9.x
  • Loading branch information
yolossn authored Jan 28, 2022
2 parents 34b9bc4 + 36d6b8c commit ed8cdd8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/nebraska/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.3.8
digest: sha256:1e05bf878e384a1b34cef8c93c6e98b6bfc68f8ef31f8a06c220ba49c8e627ca
generated: "2021-03-03T14:06:51.357213+01:00"
version: 10.16.2
digest: sha256:e09e206d81074a6540102fb62b8b12cf943c934c2af21e58ff8caa259690e87a
generated: "2022-01-27T12:36:29.989805+01:00"
4 changes: 2 additions & 2 deletions charts/nebraska/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ sources:
maintainers:
- name: kinvolk
url: https://kinvolk.io/
version: 0.2.0
version: 0.2.1
appVersion: "2.5.1"

dependencies:
- name: postgresql
version: 10.3.8
version: 10.16.2
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
2 changes: 1 addition & 1 deletion charts/nebraska/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $ helm install my-nebraska nebraska/nebraska
| `postgresql.postgresqlUsername` | PostgreSQL user (creates a non-admin user when `postgresqlUsername` is not `postgres`) | `postgres` |
| `postgresql.postgresqlPassword` | PostgreSQL user password **Recommended to change it to something secure for security reasons.** | `changeIt` |
| `postgresql.postgresqlPostgresPassword` | PostgreSQL admin password (used when `postgresqlUsername` is not `postgres`) | `-` |
| `postgresql.image.tag` | PostgreSQL Image tag | `12.5.0-debian-10-r76` |
| `postgresql.image.tag` | PostgreSQL Image tag | `12.9.0-debian-10-r72` |
| `postgresql.persistence.enabled` | Enable persistence using PVC | `false` |
| `postgresql.persistence.storageClass` | PVC Storage Class for PostgreSQL volume | `nil` |
| `postgresql.persistence.accessModes` | PVC Access Mode for PostgreSQL volume | `["ReadWriteOnce"]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nebraska/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ postgresql:
postgresqlUsername: postgres
postgresqlPassword: changeIt
image:
tag: 12.5.0-debian-10-r76
tag: 12.9.0-debian-10-r72
persistence:
enabled: false
storageClass:
Expand Down

0 comments on commit ed8cdd8

Please sign in to comment.