-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from PecanProject/upgrade-postgresql
upgrade postgresql
- Loading branch information
Showing
6 changed files
with
76 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## 0.5.5 | ||
|
||
### Fixed | ||
- use new repository for postgresql chart | ||
|
||
## Changed | ||
- upgraded postgresql to 14.5 | ||
|
||
## 0.5.4 | ||
|
||
### Fixed | ||
- back to hooks since job completion requires RBAC role | ||
|
||
## 0.5.3 | ||
|
||
### Fixed | ||
- need to check for table before start bety application | ||
|
||
## 0.5.2 | ||
|
||
### Added | ||
- use new check image to use PG environment variables | ||
- add-user and load-db are now jobs, not hooks (prevent timeout issues) | ||
|
||
## 0.5.1 | ||
|
||
## Changed | ||
- update README to describe values | ||
- fix left over when initializing from URL | ||
- fix binami url change | ||
|
||
## 0.5.0 | ||
|
||
## Added | ||
- initial release of the BETY helm chart. | ||
- build on bety 5.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami | ||
version: 8.9.9 | ||
digest: sha256:526629d1646df6a72d4414adc89f3728f0e97e37a4e8ac65036c51e06361c7bb | ||
generated: "2022-06-22T22:35:06.775527-05:00" | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 11.9.13 | ||
digest: sha256:f6c50d1570fe995f60d34ac2a25dcd502caa08ef5194624fe7db275aab8df10f | ||
generated: "2024-05-07T22:48:59.495844-05:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters