Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-12-06 07:35:31 +00:00
parent 82aa7f5c6d
commit 2f810797aa
13 changed files with 20 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
## [wordpress-0.0.2](https://github.com/truecharts/charts/compare/wordpress-0.0.1...wordpress-0.0.2) (2022-12-05)
### Chore
- update helm general non-major

View File

@@ -4,6 +4,15 @@
## [wordpress-0.0.3](https://github.com/truecharts/charts/compare/wordpress-0.0.2...wordpress-0.0.3) (2022-12-06)
### Feat
- Add user to configmap ([#5150](https://github.com/truecharts/charts/issues/5150))
## [wordpress-0.0.2](https://github.com/truecharts/charts/compare/wordpress-0.0.1...wordpress-0.0.2) (2022-12-05)
### Chore

View File

@@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/wordpress
- https://hub.docker.com/_/wordpress
- https://www.wordpress.org
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- website

View File

@@ -0,0 +1,9 @@
## [wordpress-0.0.3](https://github.com/truecharts/charts/compare/wordpress-0.0.2...wordpress-0.0.3) (2022-12-06)
### Feat
- Add user to configmap ([#5150](https://github.com/truecharts/charts/issues/5150))

View File

@@ -18,6 +18,7 @@ data:
WORDPRESS_DATABASE_NAME: {{ .Values.mariadb.mariadbDatabase | quote }}
{{/* Wordpress */}}
WORDPRESS_USERNAME: {{ .Values.wordpress.user | quote }}
WORDPRESS_EMAIL: {{ .Values.wordpress.email | quote }}
WORDPRESS_FIRST_NAME: {{ .Values.wordpress.first_name | quote }}
WORDPRESS_LAST_NAME: {{ .Values.wordpress.last_name | quote }}