Skip to content

Commit

Permalink
Merge pull request #27 from small-hack/renovate/postgresql-15.x
Browse files Browse the repository at this point in the history
Update postgresql Docker tag to v15.5.2
  • Loading branch information
jessebot authored Jun 9, 2024
2 parents 8bad28d + 5339d4e commit 4179d0f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/matrix-authentication-service/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.0
digest: sha256:8c601b568f40b1c355a724f754bdf545960fd268b38a62864051c7a9a0a0c01f
generated: "2024-05-29T12:35:21.746442526Z"
version: 15.5.2
digest: sha256:757c81ca21405d558b6ae610b17eda2fc974d29d941eead35d1ea77c39b1fe25
generated: "2024-06-04T18:25:14.70876991Z"
6 changes: 3 additions & 3 deletions charts/matrix-authentication-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ description: A Helm chart for deploying the matrix authentication service on Kub
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# 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: 0.8.0
version: 0.8.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -29,7 +29,7 @@ appVersion: "sha-206d45b"

dependencies:
- name: postgresql
version: 15.5.0
version: 15.5.2
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled

Expand Down
4 changes: 2 additions & 2 deletions charts/matrix-authentication-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix-authentication-service

![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: sha-206d45b](https://img.shields.io/badge/AppVersion-sha--206d45b-informational?style=flat-square)
![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: sha-206d45b](https://img.shields.io/badge/AppVersion-sha--206d45b-informational?style=flat-square)

A Helm chart for deploying the matrix authentication service on Kubernetes

Expand All @@ -14,7 +14,7 @@ A Helm chart for deploying the matrix authentication service on Kubernetes

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.2 |

## Values

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 4179d0f

Please sign in to comment.