-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathChart.yaml
More file actions
65 lines (65 loc) · 2.22 KB
/
Chart.yaml
File metadata and controls
65 lines (65 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
apiVersion: v2
name: wordpress
description: "Using the official WordPress image. This chart provides automation for installation, user management, plugin installation, and metrics."
type: application
version: 3.6.39
appVersion: "6.9.4" # renovate: image=docker.io/wordpress
icon: https://raw.githubusercontent.com/slydlake/helm-charts/refs/heads/main/charts/wordpress/app.png
home: https://github.com/slydlake/helm-charts
maintainers:
- name: slydlake
sources:
- https://github.com/slydlake/helm-charts
annotations:
artifacthub.io/category: networking
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: SlyCharts GitHub Repository
url: https://github.com/slydlake/helm-charts/tree/main/charts/wordpress
- name: Official WordPress Repository
url: https://github.com/docker-library/
- name: "SlyMetrics WordPress plugin for Prometheus Metrics"
url: https://github.com/slydlake/slymetrics
- name: Apache Metrics container
url: https://github.com/Lusitaniae/apache_exporter
artifacthub.io/maintainers: |
- name: slydlake
email: sly.dlake@gmail.com
artifacthub.io/changes: |
- kind: changed
description: "Update redis to 0.27.6"
artifacthub.io/images: |
- name: wordpress
image: docker.io/wordpress:6.9.4-php8.3-apache
- name: wordpress-cli
image: docker.io/wordpress:cli-2.12.0-php8.3
- name: metrics-apache
image: docker.io/lusotycoon/apache-exporter:v1.0.12
- name: mariadb
image: docker.io/mariadb:12.2.2-noble
- name: memcached
image: docker.io/memcached:1.6.41
- name: redis
image: docker.io/redis:8.6.3-trixie
- name: valkey
image: docker.io/valkey/valkey:9.0.4-trixie
dependencies:
- condition: memcached.enabled
name: memcached
repository: oci://registry-1.docker.io/cloudpirates
version: 0.13.1
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/cloudpirates
version: 0.27.6
- condition: valkey.enabled
name: valkey
repository: oci://registry-1.docker.io/cloudpirates
version: 0.20.1
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/cloudpirates
version: 0.16.1
keywords:
- wordpress
- blog