Merge pull request #74 from small-hack/renovate/postgresql-16.x
Update postgresql Docker tag to v16.6.0
This commit is contained in:
@@ -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.14
|
version: 16.6.0
|
||||||
- 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:ad4666e0ae50c99d79037b69d50c065489036efbd07f7c5600101ac8d8bfa63c
|
digest: sha256:361d44e959fdac1e7f4104b1b27bccadf8620ae46564e7d47437c69aa367e712
|
||||||
generated: "2025-02-22T21:13:12.806100643Z"
|
generated: "2025-03-31T08:22:03.00040216Z"
|
||||||
|
|||||||
@@ -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.3
|
version: 0.20.0
|
||||||
|
|
||||||
# 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.14
|
version: 16.6.0
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Pixelfed Helm Chart
|
# Pixelfed Helm Chart
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
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.14 |
|
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.6.0 |
|
||||||
| 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.
Reference in New Issue
Block a user