3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 13:03:21 +00:00

Merge pull request #8 from jessebot/renovate/postgresql-12.x

Update postgresql Docker tag to v12.8.1
This commit is contained in:
JesseBot 2023-10-25 15:15:45 +02:00 committed by GitHub
commit b65d2b218e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
dependencies: dependencies:
- name: postgresql - name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 12.6.0 version: 12.8.1
- name: elasticsearch - name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 19.10.6 version: 19.10.6

View File

@ -15,14 +15,14 @@ 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: 4.2.0 version: 4.3.0
# renovate: image=ghcr.io/mastodon/mastodon # renovate: image=ghcr.io/mastodon/mastodon
appVersion: v4.1.4 appVersion: v4.1.4
dependencies: dependencies:
- name: postgresql - name: postgresql
version: 12.6.0 version: 12.8.1
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled condition: postgresql.enabled
- name: elasticsearch - name: elasticsearch