Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update renovate package dependencies #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
packages:
- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 8.0.1-uds.3-upstream
ref: 8.0.2-uds.0-upstream
overrides:
valkey:
valkey:
Expand Down
6 changes: 3 additions & 3 deletions releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
flavors:
- name: upstream
# renovate-uds: datasource=docker depName=ghcr.io/renovatebot/renovate extractVersion=^(?<version>\d+\.\d+\.\d+)(-full)?$
version: 39.91.2-uds.0
version: 39.118.3-uds.0
- name: registry1
# renovate-uds: datasource=docker depName=registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate
version: 39.88.0-uds.0
version: 39.106.0-uds.0
- name: unicorn
# renovate-uds: datasource=docker depName=cgr.dev/du-uds-defenseunicorns/renovate-fips
version: 39.90.5-uds.0
version: 39.114.0-uds.0
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
image:
registry: registry1.dso.mil
repository: ironbank/container-hardening-tools/renovate/renovate
tag: 39.88.0
tag: 39.106.0
2 changes: 1 addition & 1 deletion values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/renovate-fips
tag: 39.90.5
tag: 39.114.0
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
image:
registry: ghcr.io
repository: renovatebot/renovate
tag: 39.91.2-full
tag: 39.118.3-full
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- ghcr.io/renovatebot/renovate:39.91.2-full
- ghcr.io/renovatebot/renovate:39.118.3-full

- name: renovate
required: true
Expand All @@ -41,7 +41,7 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:39.88.0
- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:39.106.0

- name: renovate
required: true
Expand All @@ -55,4 +55,4 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/renovate-fips:39.90.5
- cgr.dev/du-uds-defenseunicorns/renovate-fips:39.114.0
Loading