• Joined on 2025-01-30
rebecca pushed to trunk at public-infra/docker-act_runner 2025-11-04 15:01:53 +00:00
2bdd2f7324 devops: add release_notes detailing new docker build-and-push automation and gitea workflow integration for rbvtopuddinggitea-act_runner, including usage, tagging, and required packages.
rebecca released v1.1 at public-infra/docker-act_runner 2025-11-04 14:59:56 +00:00
rebecca pushed tag v1.1 to public-infra/docker-act_runner 2025-11-04 14:59:56 +00:00
rebecca pushed to trunk at public-infra/docker-act_runner 2025-11-04 14:58:18 +00:00
046831b905 devops: trigger build-and-push on release publish; extract release tag; pass it to build-and-push.sh; add docker to the dockerfile for cli availability.
rebecca pushed to trunk at public-infra/docker-act_runner 2025-11-04 14:53:37 +00:00
7f02ea62b3 v1.0
rebecca created branch trunk in public-infra/docker-act_runner 2025-11-04 14:53:37 +00:00
rebecca created repository public-infra/docker-act_runner 2025-11-04 14:52:47 +00:00
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 15:38:44 +00:00
548ca5ba64 (1.0.13) devops: increase initialdelayseconds to 300 for database liveness and readiness probes in the statefulset
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 15:20:31 +00:00
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
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 15:17:40 +00:00
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
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 15:10:41 +00:00
c6aaf43ec9 (1.0.10) devops: add app.kubernetes.io/component=website label to wordpress-helm deployment (metadata/spec/template) and service spec
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 14:55:52 +00:00
967495cd79 (1.0.9) devops: remove liveness and readiness http probes from deployment spec
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 14:29:26 +00:00
8c68ecadd4 (1.0.8) devops: remove serviceaccountname from deployment spec in wordpress-helm template
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 14:26:14 +00:00
457604bc0e (1.0.7) devops: fix helm scoping in ingress: use $.values for fullname and service.port
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 14:16:56 +00:00
ae591d6c6c Simplify Helm templates to use .Values.fullname directly
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 14:12:47 +00:00
aecf8e2781 (1.0.6) devops: use .values.fullname for chart name; add fullname: wordpress and remove fullnameoverride in values.yaml
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 14:09:53 +00:00
d77d9f9359 (1.0.5) devops: refactor _helpers.tpl: remove comment block, drop $name assignment, and pipe name through trunc 63 and trimsuffix
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 14:07:02 +00:00
7c1c0dc72e (1.0.4) devops: remove conditional fullname template logic from templates/_helpers.tpl
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 14:05:53 +00:00
67fbb0f98b (1.0.3) devops: removed fullnameoverride handling from helm helpers for fullname generation
rebecca pushed to trunk at public-templates/wordpress-helm 2025-09-23 13:56:44 +00:00
a6366453a3 (1.0.2) devops: relocate wordpress helm chart files to charts/wordpress-helm directory with no content changes