TrueChartsClone/charts/stable/wordpress/.helmignore

31 lines
445 B
Plaintext
Raw Normal View History

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 17:46:32 -05:00
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png