Skip to content

Commit

Permalink
Merge pull request #20 from small-hack/renovate/postgresql-12.x
Browse files Browse the repository at this point in the history
Update postgresql Docker tag to v12.12.10
  • Loading branch information
jessebot authored Oct 31, 2023
2 parents 849f865 + 0700b94 commit 2b6da68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/mastodon/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.8.1
version: 12.12.10
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.13.5
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.14.6
digest: sha256:02d956cc4af6c0debdb121e9e139e36e76a043526b385fad1f4a7507d8a3c22d
generated: "2023-10-31T09:50:21.129964607Z"
digest: sha256:7f9a8023d24ec3a5bb099dfaa5aa597d2e628eda15098112a6c5f18e5c9266a7
generated: "2023-10-31T10:07:06.027573191Z"
4 changes: 2 additions & 2 deletions charts/mastodon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ type: application
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.5.0
version: 4.6.0

# renovate: image=ghcr.io/mastodon/mastodon
appVersion: v4.2.1

dependencies:
- name: postgresql
version: 12.8.1
version: 12.12.10
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions charts/mastodon/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mastodon

![Version: 4.5.0](https://img.shields.io/badge/Version-4.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.2.1](https://img.shields.io/badge/AppVersion-v4.2.1-informational?style=flat-square)
![Version: 4.6.0](https://img.shields.io/badge/Version-4.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.2.1](https://img.shields.io/badge/AppVersion-v4.2.1-informational?style=flat-square)

Mastodon is a free, open-source social network server based on ActivityPub.

Expand All @@ -9,7 +9,7 @@ Mastodon is a free, open-source social network server based on ActivityPub.
| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 19.13.5 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.1 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.12.10 |
| oci://registry-1.docker.io/bitnamicharts | redis | 17.14.6 |

## Values
Expand Down
Binary file added charts/mastodon/charts/postgresql-12.12.10.tgz
Binary file not shown.
Binary file removed charts/mastodon/charts/postgresql-12.8.1.tgz
Binary file not shown.

0 comments on commit 2b6da68

Please sign in to comment.