fix(postgresql): update appVersion

This commit is contained in:
WrenIX 2024-02-06 22:28:54 +01:00
parent b1dbc043ed
commit c9ad8f795f
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,8 @@ name: "postgresql"
description: "A Helm chart for running PostgreSQL (Postgres) database" description: "A Helm chart for running PostgreSQL (Postgres) database"
icon: https://wiki.postgresql.org/images/a/a4/PostgreSQL_logo.3colors.svg icon: https://wiki.postgresql.org/images/a/a4/PostgreSQL_logo.3colors.svg
type: "application" type: "application"
version: "0.1.4" version: "0.1.5"
# renovate: image=docker.io/library/postgres
appVersion: "16.1-alpine3.18" appVersion: "16.1-alpine3.18"
maintainers: maintainers:
- name: WrenIX - name: WrenIX

View file

@ -2,7 +2,7 @@
= postgresql = 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/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-alpine3.18-informational?style=flat-square[AppVersion: 16.1-alpine3.18]
== Maintainers == Maintainers
@ -69,7 +69,7 @@ helm uninstall postgresql-release
| image.repository | image.repository
| string | string
| `"postgres"` | `"library/postgres"`
| |
| image.tag | image.tag

View file

@ -4,7 +4,7 @@
image: image:
registry: docker.io registry: docker.io
repository: postgres repository: library/postgres
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""