From 00845219c18152c56d23006ebf0c7720787bd285 Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Mon, 23 Sep 2024 18:30:49 +0000 Subject: [PATCH] chore: bump pgadmin to 8.12 (#94) --- charts/pgadmin/Chart.yaml | 4 ++-- charts/pgadmin/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pgadmin/Chart.yaml b/charts/pgadmin/Chart.yaml index 8a92484..ce1edee 100644 --- a/charts/pgadmin/Chart.yaml +++ b/charts/pgadmin/Chart.yaml @@ -24,10 +24,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.7.0 +version: 2.8.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "8.7" +appVersion: "8.12" diff --git a/charts/pgadmin/README.md b/charts/pgadmin/README.md index e6dd312..efd6212 100644 --- a/charts/pgadmin/README.md +++ b/charts/pgadmin/README.md @@ -1,6 +1,6 @@ # pgadmin -![Version: 2.7.0](https://img.shields.io/badge/Version-2.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.7](https://img.shields.io/badge/AppVersion-8.7-informational?style=flat-square) +![Version: 2.8.0](https://img.shields.io/badge/Version-2.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.12](https://img.shields.io/badge/AppVersion-8.12-informational?style=flat-square) A Helm chart for pgAdmin, the open source PostgreSQL administration tool.