diff --git a/postgresql/Chart.yaml b/postgresql/Chart.yaml index ca66b3d..5ae9045 100644 --- a/postgresql/Chart.yaml +++ b/postgresql/Chart.yaml @@ -3,8 +3,8 @@ apiVersion: "v2" name: "postgresql" description: "A Helm chart for running PostgreSQL (Postgres) database" type: "application" -version: "0.1.1" -appVersion: "16.0-alpine3.18" +version: "0.1.2" +appVersion: "16.1-alpine3.18" keywords: - "postgresql" diff --git a/postgresql/README.md b/postgresql/README.md index 63ae68e..4e860c3 100644 --- a/postgresql/README.md +++ b/postgresql/README.md @@ -1,6 +1,6 @@ # postgresql -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 16.0-alpine3.18](https://img.shields.io/badge/AppVersion-16.0--alpine3.18-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 16.1-alpine3.18](https://img.shields.io/badge/AppVersion-16.1--alpine3.18-informational?style=flat-square) A Helm chart for running PostgreSQL (Postgres) database diff --git a/publish.sh b/publish.sh index 476003d..adf0981 100755 --- a/publish.sh +++ b/publish.sh @@ -14,7 +14,6 @@ for p in * ; do [ $p == "hydrogen-web" ] || \ [ $p == "miniserve" ] || \ [ $p == "monitoring" ] || \ - [ $p == "postgresql" ] || \ [ "1" != "1" ] \ ; then continue