Skip to content

Commit

Permalink
chore(deps): update gitlab runner package dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                                                | from    | to      |
| ---------- | -------------------------------------------------------------------------------------- | ------- | ------- |
| docker     | library/alpine                                                                         | 3.20.2  | 3.20.3  |
| docker     | registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp | v17.2.1 | v17.3.1 |
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent 38482bd commit 5a81fb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ runners:
registry: "###ZARF_REGISTRY###"
repository: library/alpine
# renovate: datasource=docker depName=library/alpine versioning=semver
tag: "3.20.2"
tag: "3.20.3"
helper:
registry: "###ZARF_REGISTRY###"
repository: gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp
# renovate: datasource=docker depName=registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp versioning=semver
tag: v17.2.1
tag: v17.3.1
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ components:
- values/upstream-values.yaml
images:
- "registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v17.2.1" # renovate: extractVersion=^alpine-(?<version>.*)$
- "registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp:v17.2.1"
- "library/alpine:3.20.2"
- "registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp:v17.3.1"
- "library/alpine:3.20.3"

0 comments on commit 5a81fb7

Please sign in to comment.