Skip to content

Commit 21e1e87

Browse files
[vaultwarden] Update Update Docker image postgres to v0.17.2
1 parent 09f78d0 commit 21e1e87

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

charts/stable/gitea/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
appVersion: 1.25.4
44
description: Gitea self-hosted github-styled git repository manager
55
name: gitea
6-
version: 2.4.1
6+
version: 2.5.0
77
kubeVersion: ">=1.32.0"
88
keywords:
99
- gitea
@@ -20,7 +20,7 @@ dependencies:
2020
repository: https://k8s-home-lab.github.io/helm-charts/
2121
version: 4.5.3
2222
- name: postgres
23-
version: 0.16.0
23+
version: 0.17.2
2424
repository: oci://ghcr.io/cloudpirates-io/helm-charts
2525
condition: postgresql.enabled
2626
- name: mariadb
@@ -34,4 +34,4 @@ dependencies:
3434
annotations:
3535
artifacthub.io/changes: |-
3636
- kind: changed
37-
description: Update base values for new dependency provider
37+
description: Applied minor update of image postgres to 0.17.2

charts/stable/home-assistant/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
appVersion: 2026.2.2
44
description: Home Assistant
55
name: home-assistant
6-
version: 16.2.1
6+
version: 16.3.0
77
kubeVersion: ">=1.32.0"
88
keywords:
99
- home-assistant
@@ -22,7 +22,7 @@ dependencies:
2222
repository: https://k8s-home-lab.github.io/helm-charts/
2323
version: 4.5.3
2424
- name: postgres
25-
version: 0.16.0
25+
version: 0.17.2
2626
repository: oci://ghcr.io/cloudpirates-io/helm-charts
2727
condition: postgresql.enabled
2828
- name: mariadb
@@ -36,4 +36,4 @@ dependencies:
3636
annotations:
3737
artifacthub.io/changes: |-
3838
- kind: changed
39-
description: Update base values for new dependency provider
39+
description: Applied minor update of image postgres to 0.17.2

charts/stable/maddy/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
appVersion: 0.8.2
44
description: Maddy Mail Server
55
name: maddy
6-
version: 4.2.0
6+
version: 4.3.0
77
kubeVersion: ">=1.32.0"
88
keywords:
99
- maddy
@@ -21,16 +21,16 @@ dependencies:
2121
repository: https://k8s-home-lab.github.io/helm-charts/
2222
version: 4.5.3
2323
- name: postgres
24-
version: 0.16.0
24+
version: 0.17.2
2525
repository: oci://ghcr.io/cloudpirates-io/helm-charts
2626
condition: postgresql.enabled
2727
annotations:
2828
artifacthub.io/changes: |-
2929
- kind: changed
30-
description: Upgrade common chart to 4.5.3
30+
description: Applied minor update of image postgres to 0.17.2
3131
- kind: changed
32-
description: Update minimum k8s version
32+
description: Applied minor update of image postgres to 0.17.2
3333
- kind: changed
34-
description: Fix home url
34+
description: Applied minor update of image postgres to 0.17.2
3535
- kind: changed
36-
description: Remove bitnami dependency
36+
description: Applied minor update of image postgres to 0.17.2

charts/stable/paperless/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
appVersion: 1.17.4
44
description: Paperless - Index and archive all of your scanned paper documents
55
name: paperless
6-
version: 10.2.1
6+
version: 10.3.0
77
kubeVersion: ">=1.32.0"
88
keywords:
99
- paperless
@@ -19,7 +19,7 @@ dependencies:
1919
repository: https://k8s-home-lab.github.io/helm-charts/
2020
version: 4.5.3
2121
- name: postgres
22-
version: 0.16.0
22+
version: 0.17.2
2323
repository: oci://ghcr.io/cloudpirates-io/helm-charts
2424
condition: postgresql.enabled
2525
- name: redis
@@ -29,4 +29,4 @@ dependencies:
2929
annotations:
3030
artifacthub.io/changes: |-
3131
- kind: changed
32-
description: Update base values for new dependency provider
32+
description: Applied minor update of image postgres to 0.17.2

charts/stable/vaultwarden/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
appVersion: 1.35.3
44
description: Vaultwarden is a Bitwarden compatable server in Rust
55
name: vaultwarden
6-
version: 6.2.1
6+
version: 6.3.0
77
kubeVersion: ">=1.32.0"
88
keywords:
99
- Vaultwarden
@@ -24,10 +24,10 @@ dependencies:
2424
repository: oci://ghcr.io/cloudpirates-io/helm-charts
2525
condition: mariadb.enabled
2626
- name: postgres
27-
version: 0.16.0
27+
version: 0.17.2
2828
repository: oci://ghcr.io/cloudpirates-io/helm-charts
2929
condition: postgresql.enabled
3030
annotations:
3131
artifacthub.io/changes: |-
3232
- kind: changed
33-
description: Update base values for new dependency provider
33+
description: Applied minor update of image postgres to 0.17.2

0 commit comments

Comments
 (0)