Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6f665ba079
commit
262aeeae6c
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [pgadmin-9.0.8](https://github.com/truecharts/charts/compare/pgadmin-9.0.7...pgadmin-9.0.8) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [pgadmin-9.0.9](https://github.com/truecharts/charts/compare/pgadmin-9.0.8...pgadmin-9.0.9) (2023-02-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix broken tag to update for 6.20
|
||||
|
||||
|
||||
|
||||
|
||||
## [pgadmin-9.0.8](https://github.com/truecharts/charts/compare/pgadmin-9.0.7...pgadmin-9.0.8) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [pgadmin-9.0.2](https://github.com/truecharts/charts/compare/pgadmin-9.0.1...pgadmin-9.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [pgadmin-9.0.2](https://github.com/truecharts/charts/compare/pgadmin-9.0.1...pgadmin-9.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin
|
||||
- https://www.pgadmin.org/
|
||||
type: application
|
||||
version: 9.0.8
|
||||
version: 9.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- management
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [pgadmin-9.0.9](https://github.com/truecharts/charts/compare/pgadmin-9.0.8...pgadmin-9.0.9) (2023-02-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix broken tag to update for 6.20
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/pgadmin4
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 6.13@sha256:0e6258222d7b44227409423210a7a6f019dd374d0368a8f6ad29d89921fef534
|
||||
tag: 6.20@sha256:c183a0f262a313af02d0e69cda3d2bef8446c4e31af50ea792de80042b3466e2
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
Loading…
Reference in New Issue