14 Commits

Author SHA1 Message Date
Rebecca Valente
bf689cdeb5 (1.0.12) devops: migrate helm templates from postgresql to mysql: rename pvc to mysql-data and use mysql.persistence values; update secret to mysql with mysql-password and added mysql-root-password
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 6s
2025-09-23 12:20:22 -03:00
Rebecca Valente
54c422b8a5 (1.0.11) devops: migrate wordpress helm from postgresql to mysql with statefulset rename, updated images/ports, env and secret keys, services, volumes, and values references
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
2025-09-23 12:17:33 -03:00
Rebecca Valente
c6aaf43ec9 (1.0.10) devops: add app.kubernetes.io/component=website label to wordpress-helm deployment (metadata/spec/template) and service spec
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
2025-09-23 12:10:33 -03:00
Rebecca Valente
967495cd79 (1.0.9) devops: remove liveness and readiness http probes from deployment spec
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
2025-09-23 11:55:43 -03:00
Rebecca Valente
8c68ecadd4 (1.0.8) devops: remove serviceaccountname from deployment spec in wordpress-helm template
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
2025-09-23 11:29:17 -03:00
Rebecca Valente
457604bc0e (1.0.7) devops: fix helm scoping in ingress: use $.values for fullname and service.port
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
2025-09-23 11:26:05 -03:00
Rebecca Valente
ae591d6c6c Simplify Helm templates to use .Values.fullname directly
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
- Replace complex fullname helper function with direct .Values.fullname reference
- Update all template files: ingress, deployment, service, secret, pvc, postgresql-statefulset
- Simplify serviceAccountName helper to use .Values.fullname
- This eliminates template rendering errors and makes naming more predictable
2025-09-23 11:16:33 -03:00
Rebecca Valente
aecf8e2781 (1.0.6) devops: use .values.fullname for chart name; add fullname: wordpress and remove fullnameoverride in values.yaml
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
2025-09-23 11:12:40 -03:00
Rebecca Valente
d77d9f9359 (1.0.5) devops: refactor _helpers.tpl: remove comment block, drop $name assignment, and pipe name through trunc 63 and trimsuffix
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
2025-09-23 11:09:45 -03:00
Rebecca Valente
7c1c0dc72e (1.0.4) devops: remove conditional fullname template logic from templates/_helpers.tpl
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
2025-09-23 11:06:53 -03:00
Rebecca Valente
67fbb0f98b (1.0.3) devops: removed fullnameoverride handling from helm helpers for fullname generation
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 8s
2025-09-23 11:05:45 -03:00
Rebecca Valente
a6366453a3 (1.0.2) devops: relocate wordpress helm chart files to charts/wordpress-helm directory with no content changes
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
2025-09-23 10:56:36 -03:00
Rebecca Valente
20094b4431 (1.0.1) devops: move helm chart from charts/ to repo root; path-only renames for chart.yaml, values.yaml, templates, and .helmignore with no content changes
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 2m36s
2025-09-23 10:49:42 -03:00
Rebecca Valente
47c42f0430 initial commit
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 2m49s
2025-09-22 19:03:15 -03:00