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.5-bb.1 |
| docker     | registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube    | 9.9.5      | 10.5.1     |
| docker     | sonarqube                                                     | 9.9.5      | 10.6.0     |
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 5fbe70c commit f10e8bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.5-bb.1"
valuesFiles:
- ../values/common-values.yaml
actions:
Expand Down
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/sonarsource/sonarqube/sonarqube
tag: 9.9.5-community
tag: 10.5.1-community

initContainers:
image: registry1.dso.mil/ironbank/big-bang/base:2.1.0
Expand Down
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.6.0-community

initContainers:
image: busybox:1.36
Expand Down
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ components:
- values/registry1-values.yaml
images:
- "registry1.dso.mil/ironbank/big-bang/base:2.1.0"
- "registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube:9.9.5-community"
- "registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube:10.5.1-community"

# Note: upstream flavor is experimental
- name: sonarqube
Expand All @@ -50,6 +50,6 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- "sonarqube:9.9.5-community"
- "sonarqube:10.6.0-community"
- "curlimages/curl:8.8.0"
- "busybox:1.36"

0 comments on commit f10e8bb

Please sign in to comment.