mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-04 12:46:18 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
9
incubator/wordpress/0.0.3/app-changelog.md
Normal file
9
incubator/wordpress/0.0.3/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user