Skip to content

Commit

Permalink
[stable/fairwinds-insights] use postgres-partman 16.0 as default for …
Browse files Browse the repository at this point in the history
…ephemeral deployments (#1511)

* upgrade bitnami postgres chart and postgres-partman version

* update version

* fix maintainer

* Update Chart.yaml

* update chart back

* trigger-ci
  • Loading branch information
vitorvezani authored Jul 24, 2024
1 parent 65097b0 commit d613d48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions stable/fairwinds-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.2.5
* upgrade bitnami postgres chart dependency and postgres-partman version

## 2.2.4
* bumped insights plugins target version

Expand Down
7 changes: 4 additions & 3 deletions stable/fairwinds-insights/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ apiVersion: v2
appVersion: "16.1"
description: A Helm chart to run the Fairwinds Insights server
name: fairwinds-insights
version: 2.2.4
version: 2.2.5
kubeVersion: ">= 1.22.0-0"
maintainers:
- name: rbren
- name: mhoss019
- name: vitorvezani
- name: jdesouza
dependencies:
- name: postgresql
version: 14.0.5
version: 15.5.18
repository: https://charts.bitnami.com/bitnami
condition: postgresql.ephemeral
- name: minio
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical-
| postgresql.postMigrate | bool | `false` | Set to `true` to run migrations after the upgrade |
| postgresql.image.registry | string | `"quay.io"` | |
| postgresql.image.repository | string | `"fairwinds/postgres-partman"` | |
| postgresql.image.tag | string | `"14.4"` | |
| postgresql.image.tag | string | `"16.0"` | |
| postgresql.ephemeral | bool | `true` | Use the ephemeral postgresql chart by default |
| postgresql.sslMode | string | `"require"` | SSL mode for connecting to the database |
| postgresql.tls | object | `{"certFilename":"tls.crt","certKeyFilename":"tls.key","certificatesSecret":"fwinsights-postgresql-ca","enabled":true}` | TLS mode for connecting to the database |
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ postgresql:
image:
registry: quay.io
repository: fairwinds/postgres-partman
tag: "14.4"
tag: "16.0"
# -- Use the ephemeral postgresql chart by default
ephemeral: true
# -- SSL mode for connecting to the database
Expand Down

0 comments on commit d613d48

Please sign in to comment.