TrueChartsClone/charts/stable/wordpress/Chart.yaml

44 lines
1.2 KiB
YAML
Raw Normal View History

annotations:
feat: Add VolSync support and move CNPG backup credentials on SCALE (#21443) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-04-29 10:28:39 +00:00
max_scale_version: 24.04.1
min_scale_version: 24.04.0
truecharts.org/category: website
truecharts.org/max_helm_version: "3.15"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
feat(Wordpress): Add Wordpress (#4764) * feat(Wordpress): Add Wordpress * Remove extra space * Fix templates * fix repo and set to alpine * fix port * Update values.yaml * Update values.yaml * Update values.yaml * Update values.yaml * Update values.yaml * Update values.yaml * Update questions.yaml * Update values.yaml * Update questions.yaml * Update values.yaml * Update values.yaml * Update questions.yaml * Update values.yaml * Update values.yaml * Update values.yaml * add secret.tpl + GUI changes * update * add newline * update mariadb * Update values.yaml * fix env variable * fix secrets for smtp * fix db * update * update apache port * update templates * trying something for kicks * revert * update tpls * add secretEnv * update image tag + fix pass * Update charts/incubator/wordpress/templates/_env.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> * start with this * More changes * fix db_host * add port_number * Update charts/incubator/wordpress/templates/_env.tpl Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * added salts + php values * lint? * the opposite lol * I don't understand lol * ? * cleanup * fixe * Update charts/incubator/wordpress/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/wordpress/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * fix sec * Update charts/incubator/wordpress/questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/wordpress/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Xstar97 <Xstar97@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-05 22:46:32 +00:00
apiVersion: v2
appVersion: 6.6.2
dependencies:
- name: common
version: 24.1.15
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 15.3.4
repository: oci://tccr.io/truecharts
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
deprecated: false
description: The WordPress rich content management system can utilize plugins, widgets, and themes.
home: https://truecharts.org/charts/stable/wordpress
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.webp
keywords:
- wordpress
- cms
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: wordpress
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
- https://hub.docker.com/r/bitnami/wordpress
- https://www.wordpress.org
type: application
version: 9.5.10