Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Upgrade PostgreSQL chart to prevent ArgoCD OutOfSync #1009

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Unreleased

* Upgrade PostgreSQL chart version to prevent from showing OutOfSync in ArgoCD.
Please review the [upstream upgrade instructions](https://github.com/bitnami/charts/tree/main/bitnami/postgresql#to-1200) for the subchart.

## 2.37.1

* Rename the controller status port. This fixes a collision with the proxy status port in the Prometheus ServiceMonitor.
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ version: 2.37.1
appVersion: "3.6"
dependencies:
- name: postgresql
version: 11.9.13
version: 12.5.8
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled