Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9a01b19e19
commit
35f37c9af4
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [wordpress-3.0.49](https://github.com/truecharts/charts/compare/wordpress-3.0.48...wordpress-3.0.49) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [wordpress-3.0.50](https://github.com/truecharts/charts/compare/wordpress-3.0.49...wordpress-3.0.50) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wordpress to v6.3.2 ([#14151](https://github.com/truecharts/charts/issues/14151))
|
||||
|
||||
|
||||
|
||||
|
||||
## [wordpress-3.0.49](https://github.com/truecharts/charts/compare/wordpress-3.0.48...wordpress-3.0.49) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [wordpress-3.0.40](https://github.com/truecharts/charts/compare/wordpress-3.0.39...wordpress-3.0.40) (2023-10-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wordpress to v6.3.1 ([#13561](https://github.com/truecharts/charts/issues/13561))
|
||||
|
||||
|
||||
|
||||
|
||||
## [wordpress-3.0.39](https://github.com/truecharts/charts/compare/wordpress-3.0.38...wordpress-3.0.39) (2023-10-11)
|
||||
|
|
@ -23,7 +23,7 @@ name: wordpress
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
|
||||
- https://www.wordpress.org
|
||||
version: 3.0.49
|
||||
version: 3.0.50
|
||||
annotations:
|
||||
truecharts.org/category: website
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [wordpress-3.0.50](https://github.com/truecharts/charts/compare/wordpress-3.0.49...wordpress-3.0.50) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wordpress to v6.3.2 ([#14151](https://github.com/truecharts/charts/issues/14151))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/wordpress
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v6.3.2@sha256:b2dd27c79706b413e2cc2a16c51f132994b540a1de0fd53158b03d4f0856c5d3
|
||||
tag: v6.3.2@sha256:df58ce0bbf3e34ece39ed6d8af5d9eba9aa2a428a51829c64a14eefb21e35132
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue