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 sonarqube package dependencies #61

Merged
merged 3 commits into from
May 22, 2024
Merged
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 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: "8.0.4-bb.5"
valuesFiles:
- ../values/common-values.yaml
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"labels": ["package-deps"],
"commitMessageTopic": "package-deps",
"matchPackageNames": ["https://repo1.dso.mil/big-bang/product/packages/sonarqube.git"],
"allowedVersions": "/.+-bb.+/"
"allowedVersions": "/^8.+-bb.+/"
}
]
}
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.5-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: 9.9.5-community

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

prometheusExporter:
image: curlimages/curl:7.76.1
image: curlimages/curl:8.8.0
8 changes: 4 additions & 4 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/big-bang/sonarqube-9:9.9.3-community"
- "registry1.dso.mil/ironbank/big-bang/sonarqube-9:9.9.5-community"

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