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         |
| ---------- | ------------------------------------------------------------- | ---------- | ---------- |
| git-tags   | https://repo1.dso.mil/big-bang/product/packages/sonarqube.git | 8.0.4-bb.5 | 8.0.4-bb.6 |
| docker     | sonarqube                                                     | 9.9.5      | 10.5.1     |
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 35e5cfd commit cff64f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.4-bb.5"
version: "8.0.4-bb.6"
valuesFiles:
- ../values/common-values.yaml
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: sonarqube
tag: 9.9.5-community
tag: 10.5.1-community

initContainers:
image: busybox:1.36
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- "sonarqube:9.9.5-community"
- "sonarqube:10.5.1-community"
- "curlimages/curl:8.8.0"
- "busybox:1.36"

0 comments on commit cff64f4

Please sign in to comment.