Skip to content

Commit 93df804

Browse files
author
robot
committed
robot: project wordpress chart upgrades from 15.2.39 to 28.0.0
Signed-off-by: robot <[email protected]>
1 parent ff527eb commit 93df804

File tree

171 files changed

+11190
-4160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+11190
-4160
lines changed

charts/wordpress/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
44
export REPO_URL=https://charts.bitnami.com/bitnami
55
export REPO_NAME=bitnami
66
export CHART_NAME=wordpress
7-
export VERSION=15.2.39
7+
export VERSION=28.0.0
88

99
# pr, issue, none
1010
export UPGRADE_METHOD=pr
Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
annotations:
2-
category: CMS
2+
fips: "true"
3+
images: |
4+
- name: apache-exporter
5+
version: 1.0.11
6+
image: registry-1.docker.io/bitnami/apache-exporter:latest
7+
- name: os-shell
8+
version: "5"
9+
image: registry-1.docker.io/bitnami/os-shell:latest
10+
- name: wordpress
11+
version: 6.8.3
12+
image: registry-1.docker.io/bitnami/wordpress:latest
313
licenses: Apache-2.0
14+
tanzuCategory: application
415
apiVersion: v2
5-
appVersion: 6.1.1
6-
description: WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites.
7-
home: https://github.com/bitnami/charts/tree/main/bitnami/wordpress
8-
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
16+
appVersion: 6.8.3
17+
description: "WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites."
18+
home: https://bitnami.com
19+
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/wordpress/img/wordpress-stack-220x234.png
920
keywords:
1021
- application
1122
- blog
@@ -15,14 +26,13 @@ keywords:
1526
- web
1627
- wordpress
1728
maintainers:
18-
- name: Bitnami
29+
- name: "Broadcom, Inc. All Rights Reserved."
1930
url: https://github.com/bitnami/charts
2031
name: wordpress
2132
sources:
22-
- https://github.com/bitnami/containers/tree/main/bitnami/wordpress
23-
- https://wordpress.org/
24-
version: 15.2.39
33+
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
34+
version: 28.0.0
2535
dependencies:
2636
- name: wordpress
27-
version: "15.2.39"
37+
version: "28.0.0"
2838
repository: "https://charts.bitnami.com/bitnami"

charts/wordpress/wordpress/README.md

Lines changed: 604 additions & 351 deletions
Large diffs are not rendered by default.

charts/wordpress/wordpress/charts/wordpress/.helmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
.project
2020
.idea/
2121
*.tmproj
22+
# img folder
23+
img/
24+
# Changelog
25+
CHANGELOG.md
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# relok8s image hints file
2+
# This file makes this Helm Chart relocatable by relok8s
3+
# More info here https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes
4+
#
5+
# wordpress chart
6+
7+
# wordpress image
8+
- "{{.image.registry}}/{{.image.repository}}:{{.image.tag}}"
9+
# apache-exporter image
10+
- "{{.metrics.image.registry}}/{{.metrics.image.repository}}:{{.metrics.image.tag}}"
11+
# os-shell image
12+
- "{{.volumePermissions.image.registry}}/{{.volumePermissions.image.repository}}:{{.volumePermissions.image.tag}}"
13+
14+
# mariadb subchart
15+
16+
# mariadb image
17+
- "{{.mariadb.image.registry}}/{{.mariadb.image.repository}}:{{.mariadb.image.tag}}"
18+
# mysqld-exporter image
19+
- "{{.mariadb.metrics.image.registry}}/{{.mariadb.metrics.image.repository}}:{{.mariadb.metrics.image.tag}}"
20+
# os-shell image
21+
- "{{.mariadb.volumePermissions.image.registry}}/{{.mariadb.volumePermissions.image.repository}}:{{.mariadb.volumePermissions.image.tag}}"
22+
23+
# memcached subchart
24+
25+
# memcached image
26+
- "{{.memcached.image.registry}}/{{.memcached.image.repository}}:{{.memcached.image.tag}}"
27+
# memcached-exporter image
28+
- "{{.memcached.metrics.image.registry}}/{{.memcached.metrics.image.repository}}:{{.memcached.metrics.image.tag}}"
29+
# os-shell image
30+
- "{{.memcached.volumePermissions.image.registry}}/{{.memcached.volumePermissions.image.repository}}:{{.memcached.volumePermissions.image.tag}}"
31+

charts/wordpress/wordpress/charts/wordpress/Chart.lock

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
11
annotations:
2-
category: CMS
2+
fips: "true"
3+
images: |
4+
- name: apache-exporter
5+
version: 1.0.11
6+
image: registry-1.docker.io/bitnami/apache-exporter:latest
7+
- name: os-shell
8+
version: "5"
9+
image: registry-1.docker.io/bitnami/os-shell:latest
10+
- name: wordpress
11+
version: 6.8.3
12+
image: registry-1.docker.io/bitnami/wordpress:latest
313
licenses: Apache-2.0
14+
tanzuCategory: application
415
apiVersion: v2
5-
appVersion: 6.1.1
16+
appVersion: 6.8.3
617
dependencies:
718
- condition: memcached.enabled
819
name: memcached
9-
repository: https://charts.bitnami.com/bitnami
10-
version: 6.x.x
20+
repository: oci://registry-1.docker.io/bitnamicharts
21+
version: 7.9.11
1122
- condition: mariadb.enabled
1223
name: mariadb
13-
repository: https://charts.bitnami.com/bitnami
14-
version: 11.x.x
24+
repository: oci://registry-1.docker.io/bitnamicharts
25+
version: 24.0.0
1526
- name: common
16-
repository: https://charts.bitnami.com/bitnami
27+
repository: oci://registry-1.docker.io/bitnamicharts
1728
tags:
1829
- bitnami-common
19-
version: 2.x.x
20-
description: WordPress is the world's most popular blogging and content management
21-
platform. Powerful yet simple, everyone from students to global corporations use
22-
it to build beautiful, functional websites.
23-
home: https://github.com/bitnami/charts/tree/main/bitnami/wordpress
24-
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
30+
version: 2.33.2
31+
description: "WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites."
32+
home: https://bitnami.com
33+
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/wordpress/img/wordpress-stack-220x234.png
2534
keywords:
2635
- application
2736
- blog
@@ -31,10 +40,9 @@ keywords:
3140
- web
3241
- wordpress
3342
maintainers:
34-
- name: Bitnami
43+
- name: "Broadcom, Inc. All Rights Reserved."
3544
url: https://github.com/bitnami/charts
3645
name: wordpress
3746
sources:
38-
- https://github.com/bitnami/containers/tree/main/bitnami/wordpress
39-
- https://wordpress.org/
40-
version: 15.2.39
47+
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
48+
version: 28.0.0

0 commit comments

Comments
 (0)