Merge pull request #64 from small-hack/renovate/postgresql-16.x

Update postgresql Docker tag to v16.4.6
This commit is contained in:
Jesse Hitch
2025-02-22 21:43:10 +01:00
committed by GitHub
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
dependencies: dependencies:
- name: postgresql - name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 16.4.5 version: 16.4.6
- name: valkey - name: valkey
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.3 version: 2.2.3
- name: mariadb - name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 20.2.2 version: 20.2.2
digest: sha256:ab9c547cea93017a3a65f289e1573ee936a6925d3762200bb24d6e5dc512003c digest: sha256:305dae0e77b069319df46782ee85be327ad7b98a051edad6de1ecad607f7e3eb
generated: "2025-01-23T22:50:42.4566+01:00" generated: "2025-02-03T12:27:32.545031557Z"
+2 -2
View File
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.19.1 version: 0.19.2
# This is the version number of the application being deployed. # This is the version number of the application being deployed.
# renovate:image=ghcr.io/mattlqx/docker-pixelfed # renovate:image=ghcr.io/mattlqx/docker-pixelfed
@@ -28,7 +28,7 @@ maintainers:
dependencies: dependencies:
- name: postgresql - name: postgresql
version: 16.4.5 version: 16.4.6
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled condition: postgresql.enabled
+2 -2
View File
@@ -1,6 +1,6 @@
# Pixelfed Helm Chart # Pixelfed Helm Chart
![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) ![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)
A Helm chart for deploying Pixelfed on Kubernetes A Helm chart for deploying Pixelfed on Kubernetes
@@ -96,7 +96,7 @@ These are all subcharts that you can choose to install, but you can also bring y
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | mariadb | 20.2.2 | | oci://registry-1.docker.io/bitnamicharts | mariadb | 20.2.2 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.4.5 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 16.4.6 |
| oci://registry-1.docker.io/bitnamicharts | valkey | 2.2.3 | | oci://registry-1.docker.io/bitnamicharts | valkey | 2.2.3 |
### Sources for included subcharts ### Sources for included subcharts
Binary file not shown.
Binary file not shown.