Skip to content

Commit

Permalink
Lock postgresql to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
simisimis committed Dec 11, 2024
1 parent 136c674 commit 3e6c042
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kyc-management-app/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.26
digest: sha256:349c3c23170cfc2a33f8c070118097a26de4e05cbb20027cf2b89a6bc10d2a53
generated: "2024-08-30T13:40:16.490062+10:00"
digest: sha256:95e6043895f0f7dffa383e47e71d295be513b4903c4e1d233d2cffe085a48aff
generated: "2024-12-11T17:42:26.128768532+02:00"
4 changes: 2 additions & 2 deletions kyc-management-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 0.2.0
version: 0.2.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 @@ -25,6 +25,6 @@ appVersion: "1.16.0"

dependencies:
- name: postgresql
version: "*"
version: "15.5.26"
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
4 changes: 2 additions & 2 deletions kyc-management-app/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# kyc-management-app

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

A Helm chart for Kubernetes

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | * |
| https://charts.bitnami.com/bitnami | postgresql | 15.5.26 |

## Prerequisites

Expand Down

0 comments on commit 3e6c042

Please sign in to comment.