From 21ea6ca1b4cdad74f23b1d3f20e2ea38ece953ed Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 6 Feb 2024 22:39:59 +0100 Subject: [PATCH] fix(postgresql): update appVersion --- postgresql/Chart.yaml | 4 ++-- postgresql/README.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/postgresql/Chart.yaml b/postgresql/Chart.yaml index a1fe2af..9aff055 100644 --- a/postgresql/Chart.yaml +++ b/postgresql/Chart.yaml @@ -4,9 +4,9 @@ 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.5" +version: "0.1.6" # renovate: image=docker.io/library/postgres -appVersion: "16.1-alpine3.18" +appVersion: "16.1-alpine" maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/postgresql/README.adoc b/postgresql/README.adoc index 6e6e1fb..2573de8 100644 --- a/postgresql/README.adoc +++ b/postgresql/README.adoc @@ -2,9 +2,9 @@ = postgresql -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-0.1.6-informational?style=flat-square[Version: 0.1.6] 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] +image::https://img.shields.io/badge/AppVersion-16.1-alpine-informational?style=flat-square[AppVersion: 16.1-alpine] == Maintainers .Maintainers