Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
82052ddb58
commit
cdf112d335
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [wordpress-2.0.0](https://github.com/truecharts/charts/compare/wordpress-1.1.19...wordpress-2.0.0) (2023-05-20)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING-CHANGE migrate to new common ([#9025](https://github.com/truecharts/charts/issues/9025))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [wordpress-2.0.1](https://github.com/truecharts/charts/compare/wordpress-2.0.0...wordpress-2.0.1) (2023-05-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wordpress to v6.2.1 ([#9022](https://github.com/truecharts/charts/issues/9022))
|
||||
|
||||
|
||||
|
||||
|
||||
## [wordpress-2.0.0](https://github.com/truecharts/charts/compare/wordpress-1.1.19...wordpress-2.0.0) (2023-05-20)
|
||||
|
||||
### Feat
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [wordpress-1.1.11](https://github.com/truecharts/charts/compare/wordpress-1.1.10...wordpress-1.1.11) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "6.2.0"
|
||||
appVersion: "6.2.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ name: wordpress
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
|
||||
- https://www.wordpress.org
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- website
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [wordpress-2.0.1](https://github.com/truecharts/charts/compare/wordpress-2.0.0...wordpress-2.0.1) (2023-05-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wordpress to v6.2.1 ([#9022](https://github.com/truecharts/charts/issues/9022))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/wordpress
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 6.2.0@sha256:b7676e38a56732d740702fae64ec135222303d2073a50826aa15df06e5f352b4
|
||||
tag: v6.2.1@sha256:0a59f48a22df1c09499c0adfcd8b98e9dd66e347ecca17bb6d3cf15d871abb9d
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue