fix(postgresql): update appVersion

This commit is contained in:
WrenIX 2025-02-20 03:31:50 +01:00
parent f687640c42
commit d3ba9541c0
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 3 additions and 3 deletions

View file

@ -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.2.3"
version: "0.2.4"
# renovate: image=docker.io/library/postgres
appVersion: "17.2-alpine"
appVersion: "17.3-alpine"
maintainers:
- name: WrenIX
url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "A Helm chart for running PostgreSQL (Postgres) database"
# postgresql
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 17.2-alpine](https://img.shields.io/badge/AppVersion-17.2--alpine-informational?style=flat-square)
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 17.3-alpine](https://img.shields.io/badge/AppVersion-17.3--alpine-informational?style=flat-square)
A Helm chart for running PostgreSQL (Postgres) database