Skip to content

Commit

Permalink
chore(deps): update sonarqube package dependencies to v25
Browse files Browse the repository at this point in the history
| datasource | package                                  | from           | to            |
| ---------- | ---------------------------------------- | -------------- | ------------- |
| docker     | cgr.dev/du-uds-defenseunicorns/sonarqube | 24.12.0.100206 | 25.1.0.102122 |
| docker     | cgr.dev/du-uds-defenseunicorns/sonarqube | 24.12.0.100206 | 25.1.0        |
| docker     | sonarqube                                | 24.12.0.100206 | 25.1.0.102122 |
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent dc6e84a commit 25c61aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ flavors:
version: 24.12.0.100206-uds.0
- name: unicorn
# renovate-uds: datasource=docker depName=cgr.dev/du-uds-defenseunicorns/sonarqube
version: 24.12.0.100206-uds.0
version: 25.1.0-uds.0
2 changes: 1 addition & 1 deletion values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:
repository: cgr.dev/du-uds-defenseunicorns/sonarqube
tag: 24.12.0.100206
tag: 25.1.0.102122

initContainers:
image: cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:
repository: sonarqube
tag: 24.12.0.100206-community
tag: 25.1.0.102122-community

initContainers:
image: busybox:1.37
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- "sonarqube:24.12.0.100206-community"
- "sonarqube:25.1.0.102122-community"
- "busybox:1.37"

- name: sonarqube
Expand All @@ -66,5 +66,5 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- "cgr.dev/du-uds-defenseunicorns/sonarqube:24.12.0.100206"
- "cgr.dev/du-uds-defenseunicorns/sonarqube:25.1.0.102122"
- "cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37"

0 comments on commit 25c61aa

Please sign in to comment.