Commit Graph

8 Commits (11ee9ac8eb31f2cb53a2fd4438233588d93a83ba)

Author SHA1 Message Date
Updatebot 11ee9ac8eb kustomize: Fix images schema
infra/updatebot/pipeline/head This commit looks good Details
The image name is specified in a field named `name`, not `image`.
2024-08-26 10:14:21 -05:00
Updatebot bcf7ee2cf1 ci: Add Jenkins pipeline
infra/updatebot/pipeline/head This commit looks good Details
2024-08-26 09:51:08 -05:00
Updatebot 9c6913ffd0 Add Containerfile 2024-08-26 09:27:38 -05:00
Updatebot 4516fe954c Support lowercase values for LOG_LEVEL env var 2024-08-26 08:32:49 -05:00
Updatebot 54ef1fe206 Handle the case where no changes are needed
Naturally, there will be times when `updatebot` runs and there are no
changes to make, because the deployed applications are already
up-to-date.  In this scenario, we need to avoid making empty commits and
attempting to create a PR with no changes.
2024-08-26 08:31:38 -05:00
Updatebot 457f9a3321 Add --dry-run CLI argument
If the `--dry-run`/`-n` argument is passed, `updatebot` will not push
any changes to the remote repository or open/update a pull request.
2024-08-26 08:31:21 -05:00
Updatebot 22a9b26619 Support alternate target branch
The `repo.branch` configuration setting controls the branch of the
repote repository to check out.  It is also used as the target
branch name for the Gitea pull request.
2024-08-26 08:29:00 -05:00
Updatebot d19481b063 Initial commit 2024-08-25 08:48:31 -05:00