Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-12 07:53:23 +00:00
parent 91b81b7bc0
commit f5909bc090
13 changed files with 110 additions and 13 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="pgadmin-3.0.5"></a>
### [pgadmin-3.0.5](https://github.com/truecharts/apps/compare/pgadmin-3.0.4...pgadmin-3.0.5) (2021-10-12)
#### Chore
* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124))
<a name="pgadmin-3.0.4"></a>
### [pgadmin-3.0.4](https://github.com/truecharts/apps/compare/pgadmin-3.0.3...pgadmin-3.0.4) (2021-10-05)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: '5.7'
appVersion: "6.0"
dependencies:
- name: common
repository: https://truecharts.org
+3 -3
View File
@@ -1,7 +1,7 @@
<a name="pgadmin-3.0.4"></a>
### [pgadmin-3.0.4](https://github.com/truecharts/apps/compare/pgadmin-3.0.3...pgadmin-3.0.4) (2021-10-05)
<a name="pgadmin-3.0.5"></a>
### [pgadmin-3.0.5](https://github.com/truecharts/apps/compare/pgadmin-3.0.4...pgadmin-3.0.5) (2021-10-12)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))
* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124))
+1 -1
View File
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PGADMIN_DEFAULT_PASSWORD | string | `"changeme"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/dpage/pgadmin4"` | |
| image.tag | string | `"5.7@sha256:64475197fc11cb8169de7e59cd4ea15872b3edafe22f87ea7bc23ba7f00bbe96"` | |
| image.tag | string | `"6.0@sha256:e8d18f941264a82c6fbe81ce60503f2b00823a36e571cd383ca1f462b578f691"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/var/lib/pgadmin"` | |