diff --git a/stable/pgadmin/9.0.8/app-changelog.md b/stable/pgadmin/9.0.8/app-changelog.md deleted file mode 100644 index 9aeb76d1c2..0000000000 --- a/stable/pgadmin/9.0.8/app-changelog.md +++ /dev/null @@ -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. - - \ No newline at end of file diff --git a/stable/pgadmin/9.0.8/CHANGELOG.md b/stable/pgadmin/9.0.9/CHANGELOG.md similarity index 89% rename from stable/pgadmin/9.0.8/CHANGELOG.md rename to stable/pgadmin/9.0.9/CHANGELOG.md index 26c1d79a0f..2f0118a7f2 100644 --- a/stable/pgadmin/9.0.8/CHANGELOG.md +++ b/stable/pgadmin/9.0.9/CHANGELOG.md @@ -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) - - - diff --git a/stable/pgadmin/9.0.8/Chart.yaml b/stable/pgadmin/9.0.9/Chart.yaml similarity index 98% rename from stable/pgadmin/9.0.8/Chart.yaml rename to stable/pgadmin/9.0.9/Chart.yaml index 568c3525db..9e6a7f8576 100644 --- a/stable/pgadmin/9.0.8/Chart.yaml +++ b/stable/pgadmin/9.0.9/Chart.yaml @@ -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 diff --git a/stable/pgadmin/9.0.8/README.md b/stable/pgadmin/9.0.9/README.md similarity index 100% rename from stable/pgadmin/9.0.8/README.md rename to stable/pgadmin/9.0.9/README.md diff --git a/stable/pgadmin/9.0.9/app-changelog.md b/stable/pgadmin/9.0.9/app-changelog.md new file mode 100644 index 0000000000..7cfdbd05be --- /dev/null +++ b/stable/pgadmin/9.0.9/app-changelog.md @@ -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 + + \ No newline at end of file diff --git a/stable/pgadmin/9.0.8/app-readme.md b/stable/pgadmin/9.0.9/app-readme.md similarity index 100% rename from stable/pgadmin/9.0.8/app-readme.md rename to stable/pgadmin/9.0.9/app-readme.md diff --git a/stable/pgadmin/9.0.8/charts/common-11.1.2.tgz b/stable/pgadmin/9.0.9/charts/common-11.1.2.tgz similarity index 100% rename from stable/pgadmin/9.0.8/charts/common-11.1.2.tgz rename to stable/pgadmin/9.0.9/charts/common-11.1.2.tgz diff --git a/stable/pgadmin/9.0.8/ix_values.yaml b/stable/pgadmin/9.0.9/ix_values.yaml similarity index 85% rename from stable/pgadmin/9.0.8/ix_values.yaml rename to stable/pgadmin/9.0.9/ix_values.yaml index 58fd069e77..73f443c705 100644 --- a/stable/pgadmin/9.0.8/ix_values.yaml +++ b/stable/pgadmin/9.0.9/ix_values.yaml @@ -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 diff --git a/stable/pgadmin/9.0.8/questions.yaml b/stable/pgadmin/9.0.9/questions.yaml similarity index 100% rename from stable/pgadmin/9.0.8/questions.yaml rename to stable/pgadmin/9.0.9/questions.yaml diff --git a/stable/pgadmin/9.0.8/templates/common.yaml b/stable/pgadmin/9.0.9/templates/common.yaml similarity index 100% rename from stable/pgadmin/9.0.8/templates/common.yaml rename to stable/pgadmin/9.0.9/templates/common.yaml diff --git a/stable/pgadmin/9.0.8/values.yaml b/stable/pgadmin/9.0.9/values.yaml similarity index 100% rename from stable/pgadmin/9.0.8/values.yaml rename to stable/pgadmin/9.0.9/values.yaml