---
apiVersion: v2
appVersion: "6.0.1"
description: WordPress with a replicated MariaDB backend
name: wordpress
# Please only change the chart version as part of the release procedure: see
# RELEASING.md
version: 0.7.27
icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
dependencies:
  - name: mariadb
    version: 11.3.3
    repository: "https://charts.bitnami.com/bitnami"
    tags:
      - mysql
    alias: database
  - name: redis
    version: 17.3.4
    repository: "https://charts.bitnami.com/bitnami"
    condition: redis.enabled
    tags:
      - redis