diff --git a/postgresql/Chart.yaml b/postgresql/Chart.yaml index 7847d13..a1fe2af 100644 --- a/postgresql/Chart.yaml +++ b/postgresql/Chart.yaml @@ -4,7 +4,8 @@ name: "postgresql" description: "A Helm chart for running PostgreSQL (Postgres) database" icon: https://wiki.postgresql.org/images/a/a4/PostgreSQL_logo.3colors.svg type: "application" -version: "0.1.4" +version: "0.1.5" +# renovate: image=docker.io/library/postgres appVersion: "16.1-alpine3.18" maintainers: - name: WrenIX diff --git a/postgresql/README.adoc b/postgresql/README.adoc index 60e7dfb..6e6e1fb 100644 --- a/postgresql/README.adoc +++ b/postgresql/README.adoc @@ -2,7 +2,7 @@ = postgresql -image::https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square[Version: 0.1.4] +image::https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square[Version: 0.1.5] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-16.1-alpine3.18-informational?style=flat-square[AppVersion: 16.1-alpine3.18] == Maintainers @@ -69,7 +69,7 @@ helm uninstall postgresql-release | image.repository | string -| `"postgres"` +| `"library/postgres"` | | image.tag diff --git a/postgresql/values.yaml b/postgresql/values.yaml index a7fb84c..df2c333 100644 --- a/postgresql/values.yaml +++ b/postgresql/values.yaml @@ -4,7 +4,7 @@ image: registry: docker.io - repository: postgres + repository: library/postgres pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""