Skip to content
Snippets Groups Projects
Chart.yaml 594 B
Newer Older
description: WordPress with a replicated MariaDB backend
name: wordpress
# Please only change the chart version as part of the release procedure: see
# RELEASING.md
Arie Peterson's avatar
Arie Peterson committed
version: 0.2.1
icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
dependencies:
  - name: mariadb
    version: 7.3.16
    repository: "https://charts.bitnami.com/bitnami"
    tags:
      - mysql
    alias: database
  - name: redis
    version: 10.5.14
    repository: "https://charts.bitnami.com/bitnami"
    condition: redis.enabled
    tags:
      - redis