Skip to content

Commit ca7751d

Browse files
committed
set chart to use appVersion as default image tag; add details to Chart.yaml
1 parent 77ae8d1 commit ca7751d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

deploy/helm/Chart.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@ apiVersion: v2
22
name: postgresus
33
description: A Helm chart for Postgresus - PostgreSQL backup and management system
44
type: application
5-
version: 1.0.0
6-
appVersion: "v1.45.3"
5+
version: 1.0.1
6+
appVersion: v1.46.4
77
keywords:
88
- postgresql
99
- backup
1010
- database
1111
- restore
1212
home: https://github.com/RostislavDugin/postgresus
13+
14+
sources:
15+
- https://github.com/RostislavDugin/postgresus/tree/main/deploy/helm
16+
17+
maintainers:
18+
- name: Rostislav Dugin
19+
url: https://github.com/RostislavDugin
20+
21+
icon: https://github.com/RostislavDugin/postgresus/raw/refs/heads/main/frontend/public/logo.svg

deploy/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace:
88
# Image configuration
99
image:
1010
repository: rostislavdugin/postgresus
11-
tag: latest
11+
tag: ""
1212
pullPolicy: Always
1313

1414
# StatefulSet configuration

0 commit comments

Comments
 (0)