Skip to content

Commit 3475eef

Browse files
authored
Merge pull request #64 from small-hack/renovate/postgresql-16.x
Update postgresql Docker tag to v16.4.6
2 parents e0dda21 + ab79ad0 commit 3475eef

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

charts/pixelfed/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: postgresql
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 16.4.5
4+
version: 16.4.6
55
- name: valkey
66
repository: oci://registry-1.docker.io/bitnamicharts
77
version: 2.2.3
88
- name: mariadb
99
repository: oci://registry-1.docker.io/bitnamicharts
1010
version: 20.2.2
11-
digest: sha256:ab9c547cea93017a3a65f289e1573ee936a6925d3762200bb24d6e5dc512003c
12-
generated: "2025-01-23T22:50:42.4566+01:00"
11+
digest: sha256:305dae0e77b069319df46782ee85be327ad7b98a051edad6de1ecad607f7e3eb
12+
generated: "2025-02-03T12:27:32.545031557Z"

charts/pixelfed/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.19.1
18+
version: 0.19.2
1919

2020
# This is the version number of the application being deployed.
2121
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
@@ -28,7 +28,7 @@ maintainers:
2828

2929
dependencies:
3030
- name: postgresql
31-
version: 16.4.5
31+
version: 16.4.6
3232
repository: oci://registry-1.docker.io/bitnamicharts
3333
condition: postgresql.enabled
3434

charts/pixelfed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pixelfed Helm Chart
22

3-
![Version: 0.19.1](https://img.shields.io/badge/Version-0.19.1-informational?style=flat-square) ![AppVersion: v0.12.4-nginx](https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square)
3+
![Version: 0.19.2](https://img.shields.io/badge/Version-0.19.2-informational?style=flat-square) ![AppVersion: v0.12.4-nginx](https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square)
44

55
A Helm chart for deploying Pixelfed on Kubernetes
66

@@ -96,7 +96,7 @@ These are all subcharts that you can choose to install, but you can also bring y
9696
| Repository | Name | Version |
9797
|------------|------|---------|
9898
| oci://registry-1.docker.io/bitnamicharts | mariadb | 20.2.2 |
99-
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.4.5 |
99+
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.4.6 |
100100
| oci://registry-1.docker.io/bitnamicharts | valkey | 2.2.3 |
101101

102102
### Sources for included subcharts
-79.5 KB
Binary file not shown.
79.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)