WIP: feat(manifest): 🎉 WIP Add CronJob and Secret for S3 backups #33

Draft
Daniel.Sy wants to merge 5 commits from WIP-s3-backup-cronjob into main
Owner

Adds a new CronJob for scheduled S3 backups using rclone, along with a corresponding Secret for AWS credentials. This introduces automated backup functionality for the Forgejo server, enhancing data protection and recovery capabilities.

Adds a new CronJob for scheduled S3 backups using rclone, along with a corresponding Secret for AWS credentials. This introduces automated backup functionality for the Forgejo server, enhancing data protection and recovery capabilities.
Daniel.Sy self-assigned this 2025-07-31 09:04:07 +00:00
Daniel.Sy added 1 commit 2025-07-31 09:04:07 +00:00
Adds a new CronJob for scheduled S3 backups using rclone, along with a corresponding Secret for AWS credentials. This introduces automated backup functionality for the Forgejo server, enhancing data protection and recovery capabilities.
Daniel.Sy changed title from feat(manifest): 🎉 WIP Add CronJob and Secret for S3 backups to WIP: feat(manifest): 🎉 WIP Add CronJob and Secret for S3 backups 2025-07-31 09:05:25 +00:00
requested reviews from martin.mccaffery, Fritz-Leo.Ochsmann, manuel.ganter, richardrobertreitz 2025-07-31 09:05:57 +00:00
Author
Owner
@richardrobertreitz ping
richardrobertreitz added 1 commit 2025-07-31 13:24:42 +00:00
Fritz-Leo.Ochsmann added 1 commit 2025-07-31 13:59:29 +00:00
Evgenii.Dominov added 1 commit 2025-08-01 08:18:49 +00:00
Fritz-Leo.Ochsmann added 1 commit 2025-08-08 13:24:08 +00:00
This pull request has changes conflicting with the target branch.
  • template/stacks/forgejo/forgejo-server/manifests/forgejo-s3-backup-cronjob.yaml
  • template/stacks/forgejo/forgejo-server/values.yaml
  • template/stacks/observability/grafana-operator/manifests/grafana.yaml
  • template/stacks/observability/victoria-k8s-stack/manifests/vlogs.yaml
  • template/stacks/observability/victoria-k8s-stack/values.yaml
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin WIP-s3-backup-cronjob:WIP-s3-backup-cronjob
git checkout WIP-s3-backup-cronjob

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff WIP-s3-backup-cronjob
git checkout WIP-s3-backup-cronjob
git rebase main
git checkout main
git merge --ff-only WIP-s3-backup-cronjob
git checkout WIP-s3-backup-cronjob
git rebase main
git checkout main
git merge --no-ff WIP-s3-backup-cronjob
git checkout main
git merge --squash WIP-s3-backup-cronjob
git checkout main
git merge --ff-only WIP-s3-backup-cronjob
git checkout main
git merge WIP-s3-backup-cronjob
git push origin main
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DevFW-CICD/stacks#33
No description provided.