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.36                  | 1.37                  |
| docker     | cgr.dev/du-uds-defenseunicorns/busybox-fips            | 1.36                  | 1.37                  |
| docker     | curlimages/curl                                        | 8.8.0                 | 8.10.1                |
| docker     | ghcr.io/defenseunicorns/packages/uds/postgres-operator | 1.12.2-uds.1-upstream | 1.13.0-uds.2-upstream |
| helm       | sonarqube                                              | 10.6.1+3163           | 10.7.0+3598           |
| docker     | sonarqube                                              | 10.6.0                | 10.7.0                |
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 21bebaf commit dae87f6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.12.2-uds.1-upstream
ref: 1.13.0-uds.2-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
- name: sonarqube
namespace: sonarqube
url: https://SonarSource.github.io/helm-chart-sonarqube
version: 10.6.1
version: 10.7.0+3598
valuesFiles:
- ../values/common-values.yaml
images:
Expand Down
2 changes: 1 addition & 1 deletion values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ image:
tag: 10.6.0

initContainers:
image: cgr.dev/du-uds-defenseunicorns/busybox-fips:1.36
image: cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37
4 changes: 2 additions & 2 deletions values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: sonarqube
tag: 10.6.0-community
tag: 10.7.0-community

initContainers:
image: busybox:1.36
image: busybox:1.37
8 changes: 4 additions & 4 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- "sonarqube:10.6.0-community"
- "curlimages/curl:8.8.0"
- "busybox:1.36"
- "sonarqube:10.7.0-community"
- "curlimages/curl:8.10.1"
- "busybox:1.37"

- name: sonarqube
required: true
Expand All @@ -68,4 +68,4 @@ components:
images:
- "cgr.dev/du-uds-defenseunicorns/sonarqube:10.6.0"
- "cgr.dev/du-uds-defenseunicorns/curl-fips:8-dev"
- "cgr.dev/du-uds-defenseunicorns/busybox-fips:1.36"
- "cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37"

0 comments on commit dae87f6

Please sign in to comment.