Skip to content

Commit

Permalink
chore(deps): update sonarqube package dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                       | from       | to          |
| ---------- | ------------------------------------------------------------- | ---------- | ----------- |
| docker     | busybox                                                       | 1.32       | 1.36.1      |
| docker     | busybox                                                       | 1.32       | 1.36        |
| docker     | curlimages/curl                                               | 7.76.1     | 8.7.1       |
| docker     | ghcr.io/defenseunicorns/packages/uds/dev-postgres             | 0.0.1      | 0.0.2       |
| git-tags   | https://repo1.dso.mil/big-bang/product/packages/sonarqube.git | 8.0.3-bb.0 | 9.6.3-bb.25 |
| docker     | registry1.dso.mil/ironbank/big-bang/sonarqube-9               | 9.9.3      | 9.9.4       |
| docker     | sonarqube                                                     | 9.9.3      | 10.4.1      |
  • Loading branch information
renovate[bot] authored Mar 29, 2024
1 parent 407e661 commit 60558c4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
packages:
- name: dev-postgres
repository: ghcr.io/defenseunicorns/packages/uds/dev-postgres
ref: 0.0.1
ref: 0.0.2

- name: dev-secrets
path: ../
Expand Down
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ components:
# see note in README.md about use of registry1 chart for both flavors
url: https://repo1.dso.mil/big-bang/product/packages/sonarqube.git
gitPath: chart
version: "8.0.3-bb.0"
version: "9.6.3-bb.25"
valuesFiles:
- ../values/common-values.yaml
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: registry1.dso.mil/ironbank/big-bang/sonarqube-9
tag: 9.9.3-community
tag: 9.9.4-community

initContainers:
image: registry1.dso.mil/ironbank/big-bang/base:2.1.0
Expand Down
6 changes: 3 additions & 3 deletions values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
image:
repository: sonarqube
tag: 9.9.3-community
tag: 10.4.1-community

initContainers:
image: busybox:1.32
image: busybox:1.36

prometheusExporter:
image: curlimages/curl:7.76.1
image: curlimages/curl:8.7.1
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ components:
- values/upstream-values.yaml
images:
- "sonarqube:9.9.3-community"
- "curlimages/curl:7.76.1"
- "busybox:1.32"
- "curlimages/curl:8.7.1"
- "busybox:1.36.1"

0 comments on commit 60558c4

Please sign in to comment.